home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / mac / About this CD / Jun 00 Developer CD Assistant (.txt) < prev    next >
Encoding:
FileMaker Pro Database  |  2000-05-01  |  3.2 MB  |  90,007 lines  |  [FMP3/FMP3]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. Jun 00 Developer CD Assistant
  2. FMP3FMP3
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. space-saving@
  7. xfcns
  8. perform
  9. block@
  10. cancelwindowcheckout@
  11. card@
  12. describes@
  13. fixing@
  14. images@
  15. improving
  16. national@
  17. overview@
  18. pool@
  19. quit@
  20. simpler@
  21. summary@
  22. summary
  23. maccalendar
  24. control
  25. strip
  26. module
  27. displays
  28. summary
  29. xcmds
  30. xfcns
  31. perform
  32. summary
  33. allows
  34. developer
  35. monitor
  36. therefore@
  37. versions@
  38. within@
  39. debug@
  40. network@
  41. stack@
  42. disposeresource
  43. debugging
  44. resource
  45. handles@
  46. multi-processing@
  47. appleevent@
  48. HBAM3016AUG95@
  49. APPLESCRIPT_BROWSER
  50. APPLESCRIPT_OPEN
  51. CDDATE
  52. CDNAME
  53. CDTITLE
  54. CONSTANT
  55. CONTENTS
  56. CURCNT
  57. CURREC
  58. CUSTOMSEARCH
  59. DESCRIPTION
  60.         FINDFIELD
  61. KEYWORDS
  62. KEYWORDSCALC
  63. NEWREVISEDCALC
  64. PATHNAME
  65. PATHNAMECALC
  66. PORTALCOLOR
  67. PORTALFILTERCALC
  68. PORTALSELECTIONCALC
  69. RECEIVED
  70. RECORDID
  71. REQUIREMENTS
  72. SEARCHSELECTED
  73. SHOWPATHNAME
  74. SHOWTEXT
  75. STATUS
  76. UPDATED
  77. WEB_FTP_URL
  78. _COLOR
  79. _CONTENT
  80. _CUSTOMFIND
  81. 2)    _HELPTEXT
  82.     _KEYWORDS
  83. _NAME
  84. _PORTALCLICK
  85. _PORTALFILTER
  86. _PORTALFILTERFIND
  87. _PORTALSELECTION
  88. _PORTALSELECTIONMATCH
  89.     _RECEIVED
  90. _REQUIREMENTS
  91. _SEARCH
  92. _SEARCHFIELD
  93. _SEARCHPACKAGE
  94. _SHOWPATHFLAG
  95. _UPDATED
  96. Sunday
  97. Monday
  98. Tuesday
  99.     Wednesday
  100. Thursday
  101. Friday
  102. Saturday
  103. January
  104. February
  105. March
  106. April
  107. August
  108.     September
  109. October
  110. November
  111. December
  112. 1st Quarter
  113. 2nd Quarter
  114. 3rd Quarter
  115. 4th Quarter
  116. ?P9W#P
  117. 5/1/0009
  118. Closing Screen
  119. Intro
  120. Browser
  121. Package Info
  122. @>A    Developer
  123. Find Fewer Choices
  124. Find More Choices
  125. RecordID
  126. Custom Find
  127. Browser Custom Search
  128. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  129. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  130.  "") & "
  131. ! & "
  132.  "new") 
  133.  "updated") 
  134.  "New & Revised" 
  135.  "" )
  136. All Packages
  137. Mac OS SDK Edition
  138. Tool Chest Edition
  139. Reference Library Edition
  140. System Software Edition
  141. updatedG
  142. New & Revised
  143. PortalSelectionCalc
  144. ^("") )
  145. NameB
  146. CurCntB
  147. CurRecB
  148. DescriptionB
  149. ContentsB
  150. ReceivedB
  151. UpdatedB
  152. RequirementsB
  153. KeywordsB
  154. PathNameB
  155. PathNamecalcB
  156. ) - 1 )
  157. " & " - ")
  158. _SearchB
  159. SearchSelectedB
  160. _PortalClickB
  161. _ShowPathFlagB
  162. ShowTextB
  163.  = 1 
  164.  "Hide Path" 
  165.  "Show Path" )
  166.     Hide Path
  167.     Show Path2
  168. RecordIDB
  169. 68772
  170. _ColorB
  171. ConstantB
  172. A    FindFieldB
  173.  & " " & 
  174.      & " " & 
  175.  & " " & 
  176.  & " " & 
  177.  & " " & 
  178.  & " " & 
  179.  & " " & 
  180. PortalColorB
  181.  "" )
  182. _PortalSelectionMatchB
  183. ShowPathNameB
  184.  = 1 
  185.  "" )
  186. CDDateB
  187. CDNameB
  188.  3) + 1 
  189.  1) - 
  190.  " " 
  191.  3 ) - 1 )
  192. _SearchFieldB
  193. _SearchPackageB
  194. CustomSearchB
  195.  "Custom Search"
  196.  "" )
  197. Custom Search
  198.  "new")
  199.  "New"  
  200.  "updated") 
  201.  "Revised" 
  202.  "" )
  203. updatedG
  204. Revised
  205. AppleScript_OpenB
  206. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  207.  "" & "
  208. "try" & "
  209. "    tell application ""Finder""" & "
  210. "        open item """ & 
  211.  & """
  212. "        activate" & "
  213. "    end tell" & "
  214. "on error errMsg number errNum" & "
  215. "    --enter statements to perform when no records are found such as..." & "
  216. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  217. "    return" & "
  218. "end try"
  219. A--set theItem to choose file -- uncomment to test in an AS editor
  220.     tell application "Finder"
  221.         open item "
  222.         activate
  223.     end tell
  224. on error errMsg number errNum
  225. F    --enter statements to perform when no records are found such as...
  226. E    display dialog "Sorry, the item you selected could not be found."
  227.     return
  228. end try
  229. AppleScript_BrowserB
  230. StatusB
  231. KeywordsCalcB
  232.  ", " 
  233. _NameB
  234. _PortalFilterFindB
  235. _DescriptionB
  236. _RequirementsB
  237. +A    _KeywordsB
  238. ,A    _ReceivedB
  239. _UpdatedB
  240. _ContentB
  241. Web_FTP_URLB
  242. _WebB
  243. CDTitleB
  244.  1) - 1 )
  245. l Packages
  246. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  247.  "" & "
  248.  "try" & "
  249. "    tell application ""Finder""" & "
  250. "        open item """ & 
  251.  & """
  252. "        activate" & "
  253. "    end tell" & "
  254. "on error errMsg number errNum" & "
  255. "    --enter statements to perform when no records are found such as..." & "
  256. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  257. "    return" & "
  258. "end try"
  259. A--set theItem to choose file -- uncomment to test in an AS editor
  260.     tell application "Finder"
  261.         open item "
  262.         activate
  263.     end tell
  264. on error errMsg number errNum
  265. F    --enter statements to perform when no records are found such as...
  266. G    display dialog "Sorry, the folder you selected could not be found."
  267.     return
  268. end try
  269. elds then click Find or hit Enter.
  270. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  271.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  272.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  273. ackages list on the Browser screen.
  274. 0_    Any Field`
  275. All Packages
  276. HelpB
  277.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  278. IntroB
  279. Homem
  280. Quitn
  281. Browsero
  282. Find...p
  283. Homem
  284. Quitn
  285. Browsero
  286. Find...
  287. BrowserB
  288. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  289. navigating content on the Developer CD Series from Apple Developer Connection.
  290. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  291. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  292. tly to the package folder on the CD.
  293. The Find... button allows you to do full-text searches on all content available on the 
  294. Developer CD Series.
  295. More complete usage instructions are accessed by clicking the Help button.
  296. To quit the Developer CD Series Assistant, click Quit.
  297. Helpe
  298. Find...f
  299. Quith
  300. Browser
  301. Package InfoB
  302. Current Selection:{    <<
  303. ABBF>>
  304. F!Double-click title for more info.
  305. Find...
  306. Open Folder
  307. Package Info
  308. Export List
  309. Browser
  310. Open Folder
  311. Package Info
  312. Export List
  313. A    DeveloperB
  314. DescriptionR
  315. Revision InfoS
  316. FilesV
  317. RequirementsW
  318. Keywords[    Released:\
  319. Revised:b
  320. ABAI>> of <<
  321. ABAH>>h
  322. Current Selection: <<
  323. ABAB>>o    <<
  324. ABCC>>
  325. Web/FTP URL
  326. Open Folder
  327. Find...
  328. ABBF>>
  329. Browser
  330. Find Fewer ChoicesB
  331. A    DeveloperC
  332. Package InfoH
  333. HelpI
  334. Find...J
  335. Open Folder
  336. Current Selection:Q
  337. (Double-click to open)T
  338. QuitY    <<
  339. ABBF>>[.Import with auto update for record ID numbers.`
  340. Portal Selectiona
  341. Show Path Flagd
  342. Click Selecth
  343. Color for Portal Row Selectionk
  344. Show Portal Path}    Released:~
  345. Revised:
  346. Open Folder
  347. ABAI>> of <<
  348. ABAH>>
  349. From Package Info
  350. From Browser
  351. From Browser
  352. From Package Info
  353. Browser
  354. A    DeveloperC
  355. Package InfoH
  356. HelpI
  357. Find...J
  358. Open Folder
  359. Current Selection:Q
  360. (Double-click to open)T
  361. QuitY    <<
  362. ABBF>>[.Import with auto update for record ID numbers.`
  363. Portal Selectiona
  364. Show Path Flagd
  365. Click Selecth
  366. Color for Portal Row Selectionk
  367. Show Portal Path}    Released:~
  368. Revised:
  369. Open Folder
  370. ABAI>> of <<
  371. ABAH>>
  372. From Package Info
  373. From Browser
  374. From Browser
  375. From Package Info
  376. Browser
  377. Find...
  378. Open Folder
  379. ABBF>>
  380. Rectangle Buttons
  381. Find...
  382. Status:
  383. Joint Solutions
  384. Marketing
  385. Specialists
  386. in Web, Print 
  387. and Electronic
  388. Media
  389. 831.471.1500
  390. info@jointsolutions.com
  391. www.jointsolutions.com
  392. Database design: Sheila Kliewer
  393. Data Wizard 831 336-2129
  394. sheilasgk@aol.com
  395. www.DataWizardFMP.com
  396. Find More ChoicesB
  397. Find any package containing:
  398. Cancel
  399. containst    any field
  400. Cancel
  401. More Choices
  402. To search for specific text within package title, package descriptions, or filenames:
  403.  To search any field for a keyword, enter your desired search criteria.
  404.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  405. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  406. Find (fewer choices)
  407. RecordIDB
  408. RecordID
  409. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  410. HTML Text Extractor
  411.  and 
  412. PDF Text Extractor
  413. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  414. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  415. Description
  416. Revision Info
  417. Files
  418. Requirements
  419. Keywords
  420. Released
  421. Revised
  422. Disk/Edition
  423. Web/FTP URL
  424. Cancel
  425. Fewer Choices
  426. Find (more choices)
  427. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  428. gress.
  429. d by your search will appear in the packages listB
  430.  on the Browser screen.
  431. masterB
  432. Unlock Status Bar
  433. Intro
  434. Quit Button
  435. Quit JSM
  436. Browser
  437. Package Info
  438.  = "Custom Search"
  439. Custom Search
  440. Browser Portal
  441. ) = 0    
  442. Show Path
  443. Browser Portal Validation
  444. ) > 0
  445. A    Auto Open
  446. "New & Revised"
  447. New & RevisedB
  448. Go To Record Next
  449. Go To Record First
  450. Go To Record Last
  451. Go To Record Previous
  452. A    Developer
  453. Find Cancel
  454. "All Packages"
  455. All Packages
  456. Find More Choices
  457. Find Fewer Choices
  458. "Any Field"
  459.     Any FieldB.
  460. "All Packages"
  461. All Packages
  462. Find...
  463. "Any Field"
  464.     Any FieldC.
  465. "All Packages"
  466. All PackagesD
  467. Find Execute
  468. A    Find None
  469. )  = 0    
  470.     Try Againgl
  471. cript"
  472.  "1")
  473. CanceloggleDoScript
  474. Toggle
  475. No packages match your request.C+
  476. ) = 1    
  477. "All Packages"
  478. All Packages
  479. A    Find Some
  480. "Custom Search"
  481. Custom Search
  482. A    Find Prep
  483. "Custom Search"
  484. Custom Search
  485. A    Find Prep
  486. Find Request
  487. Find Request
  488. Package Open Folder
  489. Browser Open Folder OLD
  490. ) = "Browser"    
  491. Browser
  492. Z] ow templates in Ne
  493. Canceldialog`
  494. Select a Package to open.D>
  495. ) =  "Package Info"    
  496. Package Info
  497. Import From Master
  498. ) = "Find More Choices"    
  499. Find More Choices
  500.   = "All Packages"
  501. All Packages
  502.  = "Any Field"
  503.     Any Field
  504.  = "Package Title"
  505. Package Title
  506.  = "Any File Name"
  507. Any File Name
  508. Find More Clear
  509. Find More Find
  510. Export List
  511. Cancel
  512. Save the current list to a text file called "Developer CD Search Results"?B+
  513. ) = 2    
  514. AppleScript_Browser
  515. AppleScript_Open
  516. -nulltell application "Developer CD Series Assistant"
  517.     set CDTitle to get data cell "CDTitle" of current record
  518. end tell
  519. tell application "Finder"
  520.     if (disk CDTitle exists) is false then
  521.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  522. end tellFasdUAS 1.101.10
  523. -nulltell application "Developer CD Series Assistant"
  524.     set CDTitle to get data cell "CDTitle" of current record
  525. end tell
  526. tell application "Finder"
  527.     if (disk CDTitle exists) is false then
  528.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  529. end tellFasdUAS 1.101.10
  530. .coregetd****
  531. CDTitle
  532. cdtitle
  533. CDTitle
  534. Developer CD Series Assistant
  535. eAFDCT
  536. Patagrande
  537. Developer CD Series Assistant
  538. 'APPLAFDC
  539. Developer CD S
  540. eries Assistant 
  541. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  542. :Developer CD Series Assistant
  543. Net Ref Zone
  544. tyler.jointsolutions.com
  545. Patagrande
  546. Tyler Stone
  547. .coredoexbool
  548. cdtitle
  549. CDTitle
  550. boovfals
  551. .sysodlogaskr
  552. AThe item you selected could not be found. Please insert the CD - 
  553. cdtitle
  554. CDTitle
  555. Cancel
  556. Continue
  557. Continue
  558.     thechoice
  559.     theChoice
  560. Finder
  561. Patagrande
  562. Finder
  563.     l@FNDRMACS
  564. System Folder
  565. Patagrande:System Folder:Finder
  566. Ref Zone
  567. tyler.jointsolutions.com
  568. Patagrande
  569. Tyler Stone
  570. .aevtoappnull
  571. .aevtoappnull
  572. .coregetd****
  573. cdtitle
  574. CDTitle
  575. .coredoexbool
  576. Button: Web
  577. Browser Portal OLD
  578. Find Prep OLD
  579. .coregetd****
  580. CDTitle
  581. cdtitle
  582. CDTitle
  583. Developer CD Series Assistant
  584. Patagrande
  585. Developer CD Series Assistant
  586. 'APPLAFDC
  587. Developer CD S
  588. eries Assistant 
  589. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  590. :Developer CD Series Assistant
  591. Net Ref Zone
  592. tyler.jointsolutions.com
  593. Patagrande
  594. Tyler Stone
  595. .coredoexbool
  596. cdtitle
  597. CDTitle
  598. boovfals
  599. .sysodlogaskr
  600. AThe item you selected could not be found. Please insert the CD - 
  601. cdtitle
  602. CDTitle
  603. Cancel
  604. Continue
  605. Continue
  606.     thechoice
  607.     theChoice
  608. Finder_
  609. Patagrande
  610. Finder
  611.     l@FNDRMACS
  612. System Folder
  613. Patagrande:System Folder:Finder
  614. Ref Zone
  615. tyler.jointsolutions.com
  616. Patagrande
  617. Tyler Stone
  618. .aevtoappnull
  619. .aevtoappnull
  620. .coregetd****
  621. cdtitle
  622. CDTitle
  623. .coredoexbool
  624. .sysodlogaskr
  625.     thechoice
  626.     theChoice
  627. ) = -128    
  628. cdtitle
  629. CDTitle
  630. boovfals
  631. .sysodlogaskr
  632. Import From Master
  633.     Developer
  634. Unlock Status Bar
  635.     Auto Open
  636. Intro
  637. Package Info
  638. Browser
  639. Quit Button
  640. Quit JSM
  641. Button: Web
  642. Package Open Folder
  643. Browser Open Folder OLD
  644. Browser Portal
  645. Browser Show Path
  646. Browser Portal Validation
  647. Go To Record First
  648. Go To Record Previous
  649. Go To Record Next
  650. Go To Record Last
  651. Find Cancel
  652. Find More Choices
  653. Find Fewer Choices
  654. Find...
  655. Find Execute
  656. :    Find Prep
  657. Find Request
  658. >    Find None
  659. @    Find Some
  660. Find More Clear
  661. Find More Find
  662. Export List
  663. AppleScript_Browser
  664. AppleScript_Open
  665. Browser Portal OLD
  666. Find Prep OLD
  667. _    Any Field`
  668. All Packages
  669. 66304
  670. 66305
  671. 66306
  672. 66307
  673. 66308
  674. 66309
  675. 66310
  676. 66311
  677. 66312
  678. 66313
  679. 66314
  680. 66315
  681. 66316
  682. 66317
  683. 66318
  684. 66319
  685. 66320
  686. 66321
  687. 66322
  688. 66323
  689. 66324
  690. 66325
  691. 66326
  692. 66327
  693. 66328
  694. 66329
  695. 66330
  696. 66331
  697. 66332
  698. 66333
  699. 66334
  700. 66335
  701. 66336
  702. 66337
  703. 66338
  704. 66339
  705. 66340
  706. 66341
  707. 66342
  708. 66343
  709. 66344
  710. 66345
  711. 66346
  712. 66347
  713. 66348
  714. 66349
  715. 66350
  716. 66351
  717. 66352
  718. 66353
  719. 66354
  720. 66355
  721. 66356
  722. 66357
  723. 66358
  724. 66359
  725. 66360
  726. 66361
  727. 66362
  728. 66363
  729. 66364
  730. 66365
  731. 66366
  732. 66367
  733. 66368
  734. 66369
  735. 66370
  736. 66371
  737. 66372
  738. 66373
  739. 66374
  740. 66375
  741. 66376
  742. 66377
  743. 66378
  744. 66379
  745. 66380
  746. 66381
  747. 66382
  748. 66383
  749. 66384
  750. 66385
  751. oqtutwS6
  752. ingVfp;
  753. mtiEi]B
  754. {M{nH
  755. nro`v6Z
  756. nrruq'
  757. nrquj 
  758. nrvxj11*i
  759. ncSitmc-n
  760. peEFQ`h0Gj>Y
  761. xON\mu5MqA`
  762. lpoid
  763. yrrq0b
  764. glnnopn:m
  765. .RPTH
  766. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  767. FaliA
  768. Current
  769. CD_Catalog.FP3
  770. FMP3FMP3
  771. Joint Solns Apple 10/99
  772. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  773. MSPCA
  774. NAMEA
  775. CD_Catalog.FP3
  776. RPTHA
  777. CD_Catalog.FP3
  778. alisA
  779. Current
  780. CD_Catalog.FP3
  781. FMP3FMP3
  782. Joint Solns Apple 10/99
  783. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  784. .RPTH
  785. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  786. Faliali
  787. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  788. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  789. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  790. e&(-@]ca^^R
  791. 9'72Spx~
  792. vcUXtc\MiZOB@9GYFdxw
  793. kL.-KPSYKC?OeJ
  794. ~dlpv
  795. lL:PFY
  796. 9kgO3u
  797. 3Tljhm_N
  798. ?'N2>q
  799. UL`O[D>H
  800. eE#xi5`t
  801. sH2p0
  802. jK9ODY
  803. =oiQ4w
  804. .L]_]ZUJyW
  805. <!3Ls
  806. k"(,>\b`__R
  807. {X34X\^fWMFXrR
  808. 5Rab|
  809. 9!.Bg
  810. f %);VYWXWJ
  811. =)>8f
  812. nlSNEhv^
  813. hJ,.LORWJA?NdI
  814. A&5Ls
  815. 66387
  816. 66388
  817. 66389
  818. 66390
  819. 66391
  820. 66392
  821. 66393
  822. 66394
  823. 66395
  824. 66396
  825. 66397
  826. 66398
  827. 66399
  828. 66400
  829. 66401
  830. 66402
  831. 66403
  832. 66404
  833. 66405
  834. 66406
  835. 66407
  836. 66408
  837. 66409
  838. 66410
  839. 66411
  840. 66412
  841. 66413
  842. 66414
  843. 66415
  844. 66416
  845. 66417
  846. 66418
  847. 66419
  848. 66420
  849. 66421
  850. 66422
  851. 66423
  852. 66424
  853. 66425
  854. 66426
  855. 66427
  856. 66428
  857. 66429
  858. 66430
  859. 66431
  860. 66432
  861. 66433
  862. 66434
  863. 66435
  864. 66436
  865. 66437
  866. 66438
  867. 66439
  868. 66440
  869. 66441
  870. 66442
  871. 66443
  872. 66444
  873. 66445
  874. 66446
  875. 66447
  876. 66448
  877. 66449
  878. 66450
  879. 66451
  880. 66452
  881. 66453
  882. 66454
  883. 66455
  884. 66456
  885. 66457
  886. 66458
  887. 66459
  888. 66460
  889. 66461
  890. 66462
  891. 66463
  892. 66464
  893. 66465
  894. 66466
  895. 66467
  896. 66469
  897. 66470
  898. 66471
  899. 66472
  900. 66473
  901. 66474
  902. 66475
  903. 66476
  904. 66477
  905. 66478
  906. 66479
  907. 66480
  908. 66481
  909. 66482
  910. 66483
  911. 66484
  912. 66485
  913. 66486
  914. 66487
  915. 66488
  916. 66489
  917. 66490
  918. 66491
  919. 66492
  920. 66493
  921. 66494
  922. 66495
  923. 66496
  924. 66497
  925. 66498
  926. 66499
  927. 66500
  928. 66501
  929. 66502
  930. 66503
  931. 66504
  932. 66505
  933. 66506
  934. 66507
  935. 66508
  936. 66509
  937. 66510
  938. 66511
  939. 66512
  940. 66513
  941. 66514
  942. 66515
  943. 66516
  944. 66517
  945. 66518
  946. 66519
  947. 66520
  948. 66521
  949. 66522
  950. 66523
  951. 66524
  952. 66525
  953. 66526
  954. 66527
  955. 66528
  956. 66529
  957. 66530
  958. 66531
  959. 66532
  960. 66533
  961. 66534
  962. 66535
  963. 66536
  964. 66537
  965. 66538
  966. 66539
  967. 66540
  968. 66541
  969. 66542
  970. 66543
  971. 66544
  972. 66545
  973. 66546
  974. 66547
  975. 66548
  976. 66549
  977. 66550
  978. UUc\U
  979. 8(I\TQM8[m?
  980. r;JPN8LrXX}
  981. BnKwI
  982. w^UCBPY}
  983. UUc\U
  984. packages@
  985. chest@
  986. edition@
  987. library@
  988. edition@
  989. packages
  990. reference@
  991. revised@
  992. tool@
  993. chest
  994. edition@
  995. 1.4d5@
  996. 24gc@
  997. 7edit@
  998. adbreinit
  999. apple
  1000. event
  1001. xcmds
  1002. 1.0b3@
  1003. appleshare
  1004. backlight@
  1005. byrne's
  1006. xcmds
  1007. xfcns@
  1008. cd-rom@
  1009. client@
  1010. contextualmenumanage@
  1011. cyrillic
  1012. language
  1013. v1.0@
  1014. data@
  1015. dcmd@
  1016. demo@
  1017. detection@
  1018. developer@
  1019. directions@
  1020. distributors@
  1021. editor@
  1022. enabler
  1023. 1.0fc1@
  1024. language@
  1025. lite@
  1026. runtime
  1027. 1.0.1b1c2@
  1028. macro@
  1029. menuscripter
  1030. debug@
  1031. news@
  1032. FaliA
  1033. VDEFA
  1034. VDEFA
  1035. VDEFA
  1036. VDEFA
  1037. lpoidcb+`
  1038. yrrq0b
  1039. glnnopn:m
  1040. nrquj 
  1041. nrvxj11*i
  1042. ncSitmc-n
  1043. peEFQ`h0Gj>Y
  1044. xON\mu5MqA`
  1045. _DESCRIPTION
  1046. )    _HELPTEXT
  1047.     _KEYWORDS
  1048. _NAME
  1049. _PORTALCLICK
  1050. _PORTALFILTER
  1051. _PORTALFILTERFIND
  1052. _PORTALSELECTION
  1053. _PORTALSELECTIONMATCH
  1054.     _RECEIVED
  1055. _REQUIREMENTS
  1056. _SEARCH
  1057. _SEARCHFIELD
  1058. _SEARCHPACKAGE
  1059. _SHOWPATHFLAG
  1060. _UPDATED
  1061. mtiEi]B
  1062. {M{nH
  1063. nro`v6Z
  1064. nrruq'
  1065. oqtutwS6
  1066. ingVfp;
  1067. `bcaYOLSX_Waacb`bb`bb`
  1068. $'(1/0//0-++,
  1069. 011/)3!
  1070. 1101101
  1071. 1011012
  1072. 1 01101100/,113
  1073.  #()'"
  1074. ).+20
  1075. 2L`bb`bbadfP__YWRV]ad
  1076. cbbc`bV`
  1077. `bb`bb`b
  1078. {{zy|{z|{zz}pm}zz|zz|{z{{zz{{zz{y{gy|zy{zyz{wQRSROJINOPHRQRRQRRQRRQ
  1079.  !)(('((&##%
  1080. ())'#,
  1081. (%))+
  1082. )?QRRQRRQSTDONJIEHNQS
  1083. QRQRHP
  1084. QRRQRRQRRQvzyz{wh{zy
  1085. |zzlv
  1086. >1")-227
  1087. 1=O2bAhOJ9kP@EWu
  1088. n`ism
  1089. mO@/(
  1090. rR~dIX\M
  1091. j\BJHNH=>CNXr
  1092. `dda[RPXZ`Xaa2db`cb`dc`ddbe@
  1093. $()1/10/0/,,.1
  1094. 02012/)3#
  1095. 11012012012012
  1096. 2112112012
  1097. !$)*)$
  1098.  ).,2021122/02M`dd`cbaffPa`YXSV]bebddbbdbbd`bX`cdb`dc`dd`dea
  1099. A4"*/248
  1100. 3AW6mHxZTA
  1101. |iMYY^WKJPVb
  1102. E4#+246;
  1103. 5DX9pIz\VA~^LTl
  1104. qV@2"
  1105. {Zkp[
  1106. wbELHLG>>BM\
  1107. j\Z~{3{
  1108. uSoq-Q
  1109. wIPRq
  1110. |}qcDd
  1111. ?HCcpfqM-'<L9TOKJXjGX~j]LFYL
  1112. }^ii[)
  1113. aDfn,O
  1114. rACC]jyvvomjdhcW=a
  1115. 9C>Xd[eG-#6D4JEB@L[>HfXL?<J?mksep
  1116. WAQRK'
  1117. C^cT~
  1118. #'Jlu
  1119. ^NLih+b
  1120. ndI4T[&B
  1121. iAED]gwutnigbe_X;U
  1122. f0Gec:
  1123. ~odCd
  1124. ~wujbB/t
  1125. |zxob`[bc
  1126. vafLOd
  1127. |e]LMNg
  1128. VKH855i
  1129. 8!D7K1_DA6
  1130.  81Gputqp
  1131. Q$6RV6
  1132. oTPYp
  1133. s7L}DO
  1134. hPD2Po714
  1135. VAA]~w
  1136. {tof^B0d
  1137. nji`ROLPNbekwjm^MS=>MfS
  1138. =E?^kbmI,%;I8QNIIWkH]
  1139. ufTK`Q
  1140. .(JCS@4
  1141. %:9Z\|zz
  1142. PN9@CGCO
  1143. wjrdO^rm
  1144. U,?Wl
  1145. gSJ?orHNHRb
  1146. `FKax
  1147. wumpa;Q
  1148. |}{}x
  1149. yebXfjpnl:
  1150. )0:l*
  1151. \MH;8={
  1152. ;"K;U7oMIC
  1153. w<SvoB
  1154. ynjekm
  1155. lsUYp
  1156. {r^`c
  1157. XKG97;y
  1158. ="O<V9pMJ?
  1159. tU<,-<IZRXj
  1160. altlz
  1161. f:J@5<<*)@
  1162. 2,SK_I;
  1163.  *FFrx
  1164. zmR]UZax
  1165. aH2Kj
  1166. Y^Yew
  1167. pO8(+9DULTe
  1168. `irkx
  1169. b9J?6::)'=~
  1170. 2-TL_I:
  1171. *FAls
  1172. d^EONSPd
  1173. V]Xbt
  1174. kGLd{
  1175. |{rub:W
  1176. _B.#%08D=BHRk
  1177. uS[famx~
  1178. a;MB8<8'#5l
  1179. b7;/B=LESU>GAI^tjSNM<951e\q
  1180. x&;O@MG=+(
  1181. _Q_dmu]e^
  1182. fES$2!6oXY
  1183. ,MDG,
  1184. +AChp
  1185. ~r[R^ikXe
  1186. cYbfh1y
  1187. tp^P/
  1188.  '/L}
  1189. V12)99GBLK5;
  1190. 7>Pe^KFG;872cXi
  1191. t'<QBMG=+%
  1192. ~VM\`iqZ`]R
  1193. @M$/!1cPOx
  1194. (B?<)
  1195. %7;W[y
  1196. }njaKAOWYIRmO
  1197. tqrqSX
  1198. B3K`nv
  1199. xLZ6hWV;M}NERVX+d
  1200. {on]Q.
  1201. y_UTb\dt_
  1202. #(<d*
  1203. IqXns{O~
  1204. NechgKC
  1205. znzF-
  1206. $'ARb
  1207. p (4Wk
  1208. qJ(AH_leq
  1209. md;>;Ef
  1210. F6NPHQDWGB0
  1211. v!,P"SyD_go
  1212. )8Lfs
  1213. `UNA1BMVTETJQmU
  1214. ||hiok
  1215. bKPby
  1216. ?Fh6I<IMO6\d9JSWV?:m
  1217. wlwG+
  1218.  "3>J^:
  1219. g9?2E?MGUXAJFLbyoWQP?:71h^q
  1220. z'9O@NG>,(
  1221. `P_dkv`f_[
  1222. d@N$/ 3iVT
  1223. +LFD-
  1224. ,CIot
  1225. |mejvyfm
  1226. rcfgi3|
  1227. d|tWvi
  1228. ,?ev{
  1229. ,7289<DKNP[MVlK
  1230. :9K-@?WE:[F>PJV>A>-
  1231. ~v]WK=
  1232. (1GM@?_F
  1233. %1>e{
  1234. yNGNjzs
  1235. r@?<Fh
  1236. H4LPFPCVJJ7
  1237. }rgCQfuuivpr
  1238. bvjjiKF
  1239. !)-J^s
  1240. #/<cu
  1241. uNEMftp~
  1242. zo>@;Fh
  1243. E5MMEOCWIJ5
  1244. #.X$`
  1245. _P8LZhgUh[e
  1246.  Beh|x
  1247. AJBPMUghi|ypx
  1248.  6Go{f_
  1249. a0I]x4MURL_\qUB54
  1250. :W\om
  1251. 2@%9BCHRY^el\i~^
  1252. KVqBc]~iU
  1253. ^Xk\qLKI4
  1254. 1@blWU
  1255. wxwZ.H\y6NWVNa]pP<01
  1256. $Bcfws
  1257. lfVnb9*@G
  1258. I(#HbTXNUF\gie
  1259. zMPUh9Lfb_a``P/
  1260. ,AQUm
  1261. 397M_[`fk_j
  1262. L`bZKlbc|c`BWVNW@8?\u
  1263. kURcpnm]ZLbV4'9@x
  1264. @$ DaRUKRBVbd
  1265. zmEISe:Mic_aa_L*
  1266.  2JZ]x
  1267. *4<xz~
  1268. &3.20ANNRVZQZwU
  1269. v~~wuj
  1270. V;go4?F<6OBF]GB1=>=H707Ncpm|
  1271. nx{jxy
  1272. _`c^v
  1273. oN><F
  1274. DB;IC+!.4*_
  1275. e/J]{5NURM^[qV
  1276. `T2BG?HZlCKMHnU;0!    
  1277. wP>BJHjn{{
  1278. s^bgXC1<ABJTg
  1279. 8ICHJJ75G3@?Mx
  1280. mR7@0#<WVWRO7
  1281. 2Ehes
  1282. L&%2)t
  1283. *5Hty}
  1284. 423:9GOMLVQO_jW
  1285. v~ug_~
  1286. /,EQh|
  1287. vR;<GB=&7=5:GK0445UA,'
  1288. ~wP<@GDfkww
  1289. ~icfoytw
  1290. ~yp_REGLC6*157*>FUs
  1291. N*$KfW[OXI^lmi
  1292. ~NQXk8Lgdae``Q2
  1293. 3M_d}
  1294. .@8C<[rjgsxlq
  1295. e~~s\
  1296. x}QllW]E<B\w
  1297. $+0?HRQTBDYhZ
  1298. yhrnQ
  1299. *3HVo
  1300. w|_PMVN?/5
  1301. #6cP6&,59=TE*(
  1302. .%%6V
  1303. n?=D@71!-JSdk
  1304. |KZfhe}}py}|
  1305. vXTG7)%
  1306. >PIQRU><R:ET
  1307. {_>F0 8WUVTU>$
  1308. 0Djhw
  1309. M%#2-
  1310. DC=LH[ijasxt|
  1311. {g>GIEOi
  1312. V_dV|cF9$
  1313. aKN\X
  1314. lntcJ5BFGN[o
  1315. <MIOPQ;:N7DR
  1316. x[<D0"9WTWST<"
  1317. ,>_Zi
  1318. T''4.
  1319. 8A@R\YXea^p
  1320. -3O`o
  1321. qE4B7a
  1322. ):Mqv
  1323. T<);@Pj{oseew
  1324. }S^#$9kV:,?R^c
  1325. bA>%3)(<d
  1326. GEMG>9&5Xf}
  1327. eK4.#
  1328. $!>EJT\IOH=<Lk{
  1329. sg5HK5=MOEN1'
  1330. rJITfR`
  1331. )0KV`t
  1332. xI8G;e
  1333. (8Jjr
  1334. F1)%15HWb^cPRi|k
  1335. l\^xu]AJ
  1336. $9kV:*5ENRoW73"3*)>f
  1337. n?=C>61!-KUfl
  1338. {r[C/+ 
  1339. 9>GPXING;
  1340. 9Datx
  1341. k\1AH5>LK@D,&
  1342. mGFQbP]
  1343. /7R]k
  1344. lE3A7Yy
  1345. $1@Y^s~
  1346. _Nhl;2>:G.
  1347. 0Cf\k
  1348. ":_fz
  1349. *75]cehf]T[
  1350. X];\f@&6Sj>*;3
  1351. j8@oq
  1352. \hhlWl
  1353. ZG^g:/74@,
  1354. 5Jpgw
  1355. FLV>q
  1356. 3PUent
  1357. N6'11SXV\ZQIOrr
  1358. +<Sdo
  1359. lL4-/
  1360. P[9YeC(,=K0%3*i
  1361. h8Anp
  1362. QWXXFSdzt
  1363. ytnorutk`]F7*
  1364. &#?GNU^KNI=>Lm
  1365. vg6HL5<OQHR4&
  1366. sJHTeQa
  1367. [`Pd}
  1368. gMI8%
  1369. ('Loev
  1370. pe\qtlKg5
  1371. %6Qakq
  1372. b3&5=:W`[NTUSzu
  1373. *@[r}
  1374. nflY= 
  1375. +54+E:V6
  1376. c18ncKI98PkX #PZo
  1377. kHI=IYz|
  1378. umM<:0"
  1379. cRlq=4B=J/
  1380. 5Inl|
  1381. FMY?{
  1382. "<ck~
  1383. `C-A=dowwpi_c
  1384. Z`>`g@%<c
  1385. fqqv`y
  1386. sv_CGE4"
  1387. 4:$6C,<M+30 7N
  1388. X%P8/B[XF<#1^d
  1389. |_;8>P]btZ:6/,
  1390. XCU/ 0*
  1391. &&Nuh{
  1392. n6,>IJuxqghkj
  1393. 08:1MCX3)cE'3u
  1394. vY\GFe
  1395. f#)`i
  1396. vXQ>) $
  1397. TAS- 0)
  1398. #"GdYm
  1399. (9B?`ldU]]\
  1400. 0782N@W3%Q:$3m#X
  1401. a1:oaKK;:RlW 
  1402. 60Tnwr
  1403. 6985F{wbfW\m
  1404. ygynP4
  1405. :?'@K8DH/KC,Hm
  1406. k,^B7MlfPF&;rs!6e
  1407. amsbu
  1408. _.):'#
  1409. Ax\Tq
  1410. -JHXij
  1411. efI>{5.Qkrn
  1412. 0109`eRSLNZ
  1413. rXc\C*
  1414. ;=&@M4AI-A;&Fa
  1415. W%O7/C\WD<#2`b
  1416. wIA51
  1417. dnuc\t
  1418. Y*%4'%
  1419. >oQOe
  1420. 3TQcwu
  1421. lYtYX@6h0*EY`[kv
  1422. 1//-4U\KKFHQvx
  1423. *)3Wu
  1424. >$;;l
  1425. $.EWYl
  1426. i=[\M
  1427. 8)jNu
  1428. -,/3[bdae_]
  1429. U%)>Jk
  1430. :I& )H61@$0 
  1431. :#J'@kG*%#@'([?*OQe
  1432. Q9B622*(
  1433. )1?]ndn]GXR
  1434. Rtg]O=
  1435. D2F*>L
  1436. }8#73[qf`pgX`
  1437. )3Jad|
  1438. E5H=o
  1439. \7NOBj2$YCb
  1440. /,+-2TZYX\WS}o
  1441. O$'8?Wz
  1442. &@/,C"(
  1443. =#I(@kG*&"A)'[B)NPc
  1444. c^Yuru
  1445. t`@07/,-&%
  1446. dotev
  1447. d0*<(#
  1448. ?|_Vq
  1449. 3QRgzx
  1450. ()AXWcV\nk
  1451. +T{[L@<e
  1452. Ha*6B-
  1453. q+(.4\
  1454. &<Rck
  1455. i:j_v{
  1456. B)1%!GTKZ_XO
  1457. 8=+3FWn
  1458. wwI-.
  1459. &i$:71?So
  1460. hGH'@h?<*
  1461. >(8["-R^zk>
  1462. wvh`s~
  1463. |mI/&
  1464. .8Gaqco^GZUO
  1465.     Ozsp^A
  1466. H3I,@T
  1467. 6"63_vlfyn_g
  1468. '3Kah~
  1469. E5JC}
  1470. g?_bP
  1471. :)nRz
  1472. 56139dnvvssq
  1473. ;I)!*H95A%5%
  1474. C&Y0I
  1475. T1+)K./lI0^by
  1476. [?J=89-,
  1477. ,6C`nbn[G[TN
  1478. SxpkZ@
  1479. H8L-BT
  1480. H@C+\K%%
  1481. &)412.h4
  1482. :]}k5
  1483. y\NHOXA1 
  1484. --H[UcYbzxk
  1485. g\OFt
  1486. Nh,9E0
  1487. p'(-4b
  1488. $8Qbm
  1489. t:ob}
  1490. J-7*$QeVkmi`
  1491. #  '21(
  1492. )JGBky
  1493. }RT,MzJG2 
  1494. $H,Aj&4as
  1495. b<.#    V
  1496. +,FXTdX_wui
  1497. cYJCr
  1498. Rn,=G0
  1499. ,,2;o
  1500. !6LZ]s
  1501. )3&!KUOab^V
  1502. :B-:Qk
  1503. /}(IB:Wk
  1504. fGG&Bg>;*
  1505.  >&8Y!/S`{l=
  1506. Pjs|xt
  1507. *Mfeu
  1508. RKO1lY+,
  1509. +.;996|:
  1510. oep}V<%
  1511. *5@Ra
  1512. @,;Wq
  1513. 0JZ`W$K[YHi
  1514. 9Yjhy
  1515. m7WiKXQ%
  1516. '-/,FY^SPZQ
  1517. Qizvq
  1518. %D]`o
  1519. E@B+\J$%
  1520. &(402.i3
  1521. uc[eoL6!
  1522. )2<P]y<'4
  1523. .HXaX$DMJ>[
  1524. a3L\CNH#
  1525. P),.-DWZROXM
  1526. L^kd_hl|
  1527. |szi``Q4
  1528. 3GNYq
  1529. $&01Lch^aa^
  1530. zK3'  60/%/POB    I^
  1531. $$Oihz
  1532. ,i/"    
  1533. .[{X/
  1534. vsrz^>:6+
  1535. h$A@[Z
  1536. "AKZXZXay
  1537. 1K/%#GVJCi
  1538. Pcl0X
  1539. bpu}xdO
  1540. 5@wyViw
  1541. G](&/1K`d^a_\
  1542. xR8+"
  1543. /++"*FE<
  1544. 7PWfr
  1545. +i0#    
  1546. ,[yY1
  1547. ciqa][aM631(
  1548. +7BTb
  1549. C.>Yt
  1550. /K[_Z%K_\Jj
  1551. k6ViK[U'
  1552. Y-163PlibafX
  1553. ;=\}v
  1554. LMuYp
  1555. s)#&,?NLSSVPqX
  1556. &/?TU
  1557. 8Cf~w
  1558. U:<>%$
  1559. #,?:C3
  1560. AK1G_pg|
  1561. Hf@Bo//
  1562. YK@9:.%m
  1563. w'KGcc
  1564. %ITebd`k
  1565. C!5P0%"MeYP}
  1566. Unt1]
  1567. i*(43Strpwlj
  1568. `;,# 930'/QPB    G_
  1569. #)b{iz
  1570. V_#2|7'    
  1571. gD?;.
  1572. t&IE`^
  1573. $FPb_a\g
  1574. @ 4N/%"MaUM{
  1575. \uz5c
  1576. +Qiqnw
  1577. fRB3 G
  1578. j2<`N
  1579. 68Yzu
  1580. NOz^~
  1581. *&(/GXU^\_X
  1582. #,<PT
  1583. ~eqq8)
  1584. '5LDN8
  1585. Y[Iz~
  1586. q0^PGG7-
  1587. k19^J
  1588. 35Qnj
  1589. 3Pntr
  1590. &"&*AQMTSXQsZ
  1591. "-<QT
  1592. mQXW.'
  1593. %2HAM7
  1594. S\Acs
  1595. Ie>En..
  1596. jXKAA2)
  1597. _.4WI
  1598. nE[%'%%3+(2I8
  1599. %30Y}zkx
  1600. :)?t%
  1601. eR<"X
  1602. A!6%-"^gaRB
  1603. 6D-0^
  1604. ~kmX,
  1605. 7QL7j]A
  1606. aPTj]h
  1607. 6Wvmm
  1608. ^LHQ>N
  1609. 7!91CTKL_ZIwk
  1610. qVCT"$#'3)#(=5
  1611. $/)Ghwes
  1612. e[:Ls?;)!
  1613. 1$7c 
  1614. <!6%,!
  1615. VaYI<
  1616. 7G-.V
  1617. w{}jiP)
  1618. /DC2]U=|
  1619. QEI]U\
  1620. VEAH9Fy
  1621. <"94FUPO]`Ksk
  1622. vda[I<:I
  1623.   #/%
  1624.  '"3M`P^
  1625. f]<Kt@=*"
  1626. 2$6e!
  1627. N(/3DZ[Vc_Q}Y
  1628. -(NMSXt
  1629. mM=;u9V*1 
  1630. 8) [Y
  1631. zf7-%1n
  1632. 2@S'-d
  1633. d6OkE
  1634. !:<DDab
  1635. :]jzz
  1636. nqwhR/`
  1637. O*/4C]c\dcU|]
  1638. w[AflN;-
  1639. '%<9B?Vxdo
  1640. oO=:w:X+2!
  1641. 8* Z[
  1642. kY3,%-\
  1643. A!8%-#_h`TD
  1644. 6F.1c
  1645. 8UO7lbD
  1646. XKPf[b
  1647. ]JGP>L
  1648. >&=:N]YYimU
  1649. <FN`x
  1650. 2E_ZfaYI~^
  1651. |LmpU@L4
  1652. 47XgjO
  1653. z]H)oRER1/0;3Ui7
  1654. 3=N&0n
  1655. r7PxM
  1656. %EHPOpp
  1657. 8Z@jzx
  1658. S,3:Jfndmp`
  1659. .,U^`i
  1660. Cg18$"A0#ii
  1661. 2=P&.m
  1662. m5QuK
  1663. %CFMMoo
  1664. 3Palh|
  1665. R1--C>(@
  1666. `92X:&
  1667. 6EK]x
  1668. 1F`\ld]L
  1669. +"&=S
  1670. [U_857C:b|?
  1671. N0--B?&?
  1672. \73W6'
  1673. 2?CQj
  1674. 5Ybpo
  1675. /AVSb]UG}[
  1676. +!#<G
  1677. x[F(qMGP0.0:3Uh6
  1678. H.,-B?(9
  1679. W43S4%
  1680. Gnh9>T}
  1681. `,./41;
  1682. p)UW*
  1683. 8?Sdy
  1684. V[MRp
  1685.  1FVSH[HyZ
  1686. eb{I !
  1687. >N@\Wm
  1688. hM'Ju>\Y36Ik{6;-
  1689. }X),.3/7{
  1690. l'NQ)
  1691. NPEIbt
  1692. #6O]XPbK
  1693.  =[n|
  1694. aHP`:
  1695. 4:-EKPt
  1696. kO(Hw?[[56Gk|99-
  1697. ?'1=o
  1698. PGRLO?>=rM_
  1699. fY.Paxma=-c,    
  1700. aG6I?V~
  1701. 9a_J1h
  1702. 2Siecg\M
  1703. <%-5Zp|
  1704. j^MdsD:?@>563Q8AbZo
  1705. e[.Oawlc>.c,
  1706. c,/063<
  1707. s+W[+
  1708. RYMNm
  1709. $7Tc]WiM
  1710. GYPjZ
  1711. e    No Changef5Open Transport
  1712. STREAMS
  1713. module
  1714. driver
  1715. asynchronous I/Oq
  1716. Dev.CD May 00 TC
  1717. D!All Packages
  1718. Tool Chest Edition
  1719. Tracer
  1720. Summary:  PowerTracer is a system ATrap and PowerPC function tracing and timing tool. Its objective is to show calling patterns and timing information for the Macintosh Toolbox. PowerTracer patches a very large list of system ATraps as well as functions in the PowerPC public interface library. The tool configures itself appropriately on 68k machines as well as PowerPC machines.
  1721. Features:  PowerTracer gives detailed trace output information including the execution architecture for each sysB
  1722. tem function (i.e. 68k or PowerPC), execution architecture for the caller of a system function, and interrupt information. Trace information is collected in RAM and spooled to disk asynchronously.
  1723. General tools.imgK
  1724. Jul 95N/Optimization, Power Macintosh, PowerPC, ToolboxO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:nge
  1725. .sysodlogaskr
  1726.     thechoice
  1727.     theChoice
  1728. ) = -128    
  1729.  to the previous package.
  1730. To find all new and revised packages on the current CD:
  1731.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1732.  Double-click an interesting-looking item in the packages list to see information about that package.
  1733. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1734. To search for specific text within package title, package descriptions, 
  1735. or filenames:
  1736.     Click the Find... button on the toolbar at the bottom of any screen.
  1737.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1738.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1739.     Click the Find button. The packages found by your search will appear in t
  1740. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1741.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1742. To Display the full path to a package on the CD:
  1743.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1744.  click the Show Path button in the toolbar at the bottom of the screen.
  1745. To Open a package
  1746. s folder on the CD:
  1747.     From the Browser, select the package from the list and click the Open Folder button.
  1748.     From a package info screen, click the Open Folder button.
  1749. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1750. Browser Show Path
  1751. Browser Show Path
  1752. ^("")
  1753. ^("")
  1754. 66716
  1755. 66717
  1756. 66718
  1757. 66719
  1758. 66720
  1759. 66721
  1760. 66722
  1761. 66723
  1762. 66724
  1763. 66725
  1764. 66726
  1765. 66727
  1766. 66728
  1767. 66729
  1768. 66730
  1769. 66731
  1770. 66732
  1771. 66733
  1772. 66734
  1773. 66735
  1774. 66736
  1775. 66737
  1776. 66738
  1777. 66739
  1778. 66740
  1779. 66741
  1780. 66742
  1781. 66743
  1782. 66744
  1783. 66745
  1784. 66746
  1785. 66747
  1786. 66748
  1787. 66749
  1788. 66750
  1789. 66751
  1790. 66752
  1791. 66753
  1792. 66754
  1793. 66755
  1794. 66756
  1795. 66757
  1796. 66758
  1797. 66759
  1798. 66760
  1799. 66761
  1800. 66762
  1801. 66763
  1802. 66764
  1803. 66765
  1804. 66766
  1805. 66767
  1806. 66768
  1807. 66769
  1808. 66770
  1809. 66771
  1810. 66772
  1811. 66773
  1812. 66774
  1813. 66775
  1814. 66776
  1815. 66777
  1816. 66778
  1817. 66779
  1818. 66780
  1819. 66781
  1820. 66782
  1821. 66783
  1822. 66784
  1823. 66785
  1824. 66786
  1825. 66787
  1826. 66788
  1827. 66789
  1828. 66790
  1829. 66791
  1830. 66792
  1831. 66793
  1832. 66794
  1833. 66795
  1834. 66796
  1835. 66797
  1836. 66798
  1837. 66799
  1838. 66800
  1839. 66801
  1840. 66802
  1841. 66803
  1842. 66804
  1843. 66805
  1844. 66806
  1845. 66807
  1846. 66808
  1847. 66809
  1848. 66810
  1849. 66811
  1850. 66812
  1851. 66813
  1852. 66814
  1853. 66815
  1854. 66816
  1855. 66817
  1856. 66818
  1857. 66819
  1858. 66820
  1859. 66821
  1860. 66822
  1861. 66823
  1862. 66824
  1863. 66825
  1864. 66826
  1865. 66827
  1866. 66828
  1867. 66829
  1868. 66830
  1869. 66831
  1870. 66832
  1871. 66833
  1872. 66834
  1873. 66835
  1874. 66836
  1875. 66837
  1876. 66838
  1877. 66839
  1878. 66840
  1879. 66841
  1880. 66842
  1881. 66843
  1882. 66844
  1883. 66845
  1884. 66846
  1885. 66847
  1886. 66848
  1887. 66849
  1888. 66850
  1889. 66851
  1890. 66852
  1891. 66853
  1892. 66854
  1893. 66855
  1894. 66856
  1895. 66857
  1896. 66858
  1897. 66859
  1898. 66860
  1899. 66861
  1900. 66862
  1901. 66863
  1902. 66864
  1903. 66865
  1904. 66866
  1905. 66867
  1906. 66868
  1907. 66869
  1908. 66870
  1909. 66871
  1910. 66872
  1911. 66873
  1912. 66874
  1913. 66875
  1914. 66876
  1915. 66877
  1916. 66878
  1917. 66879
  1918. @ @0`
  1919. `0@ p
  1920. P @0`
  1921. `0@ p
  1922. @ @0`
  1923. `0@ p
  1924. P @0`
  1925. `0@ p
  1926. @ @0`
  1927. `0@ p
  1928. P @0`
  1929. `0@ p
  1930. `@p0p 
  1931. `@p0p 
  1932. `@p0p 
  1933. 99:CD_Catalog.FP3
  1934. FaliA
  1935. Current
  1936. CD_Catalog.FP3
  1937. FMP3FMP3
  1938. Joint Solns Apple 10/99
  1939. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1940. MSPCA
  1941. NAMEA
  1942. CD_Catalog.FP3
  1943. RPTHA
  1944. CD_Catalog.FP3
  1945. alisA
  1946. Current
  1947. CD_Catalog.FP3
  1948. FMP3FMP3
  1949. Joint Solns Apple 10/99
  1950. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1951. .RPTH
  1952. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1953. 2T!941
  1954. 66881
  1955. 66882
  1956. 66883
  1957. 66884
  1958. 66885
  1959. 66886
  1960. 66887
  1961. 66888
  1962. 66889
  1963. 66890
  1964. 66891
  1965. 66892
  1966. 66893
  1967. 66894
  1968. 66895
  1969. 66896
  1970. 66897
  1971. 66898
  1972. 66899
  1973. 66900
  1974. 66901
  1975. 66902
  1976. 66903
  1977. 66904
  1978. 66905
  1979. 66906
  1980. 66907
  1981. 66908
  1982. 66909
  1983. 66910
  1984. 66911
  1985. 66912
  1986. 66913
  1987. 66914
  1988. 66915
  1989. 66916
  1990. 66917
  1991. 66918
  1992. 66919
  1993. 66920
  1994. 66921
  1995. 66922
  1996. 66923
  1997. 66924
  1998. 66925
  1999. 66926
  2000. 66927
  2001. 66928
  2002. 66929
  2003. 66930
  2004. 66931
  2005. 66932
  2006. 66933
  2007. 66934
  2008. 66935
  2009. 66936
  2010. 66937
  2011. 66938
  2012. 66939
  2013. 66940
  2014. 66941
  2015. 66942
  2016. 66943
  2017. 66944
  2018. 66945
  2019. 66946
  2020. 66947
  2021. 66948
  2022. 66949
  2023. 66950
  2024. 66951
  2025. 66952
  2026. 66953
  2027. 66954
  2028. 66955
  2029. 66956
  2030. 66957
  2031. 66958
  2032. 66959
  2033. 66960
  2034. 66961
  2035. 66963
  2036. 66964
  2037. 66965
  2038. 66966
  2039. 66967
  2040. 66968
  2041. 66969
  2042. 66970
  2043. 66971
  2044. 66972
  2045. 66973
  2046. 66974
  2047. 66975
  2048. 66976
  2049. 66977
  2050. 66978
  2051. 66979
  2052. 66980
  2053. 66981
  2054. 66982
  2055. 66983
  2056. 66984
  2057. 66985
  2058. 66986
  2059. 66987
  2060. 66988
  2061. 66989
  2062. 66990
  2063. 66991
  2064. 66992
  2065. 66993
  2066. 66994
  2067. 66995
  2068. 66996
  2069. 66997
  2070. 66998
  2071. 66999
  2072. 67000
  2073. 67001
  2074. 67002
  2075. 67003
  2076. 67004
  2077. 67005
  2078. 67006
  2079. 67007
  2080. 67008
  2081. 67009
  2082. 67010
  2083. 67011
  2084. 67012
  2085. 67013
  2086. 67014
  2087. 67015
  2088. 67016
  2089. 67017
  2090. 67018
  2091. 67019
  2092. 67020
  2093. 67021
  2094. 67022
  2095. 67023
  2096. 67024
  2097. 67025
  2098. 67026
  2099. 67027
  2100. 67028
  2101. 67029
  2102. 67030
  2103. 67031
  2104. 67032
  2105. 67033
  2106. 67034
  2107. 67035
  2108. 67036
  2109. 67037
  2110. 67038
  2111. 67039
  2112. 67040
  2113. 67041
  2114. 67042
  2115. 67043
  2116. 67044
  2117. 67045
  2118. 67046
  2119. 67047
  2120. 67048
  2121. 67049
  2122. 67050
  2123. 67051
  2124. 67052
  2125. 67053
  2126. 67054
  2127. 67055
  2128. 67056
  2129. 67057
  2130. 67058
  2131. 67059
  2132. 67060
  2133. 67061
  2134. 67062
  2135. 67063
  2136. 67064
  2137. 67065
  2138. 67066
  2139. 67067
  2140. 67068
  2141. 67069
  2142. 67070
  2143. 67071
  2144. 67072
  2145. 67073
  2146. 67074
  2147. 67075
  2148. 67076
  2149. 67077
  2150. 67078
  2151. 67079
  2152. 67080
  2153. 67081
  2154. 67082
  2155. 67083
  2156. 67084
  2157. 67085
  2158. 67086
  2159. 67087
  2160. 67088
  2161. 67089
  2162. 67090
  2163. 67091
  2164. 67092
  2165. 67093
  2166. 67094
  2167. 67095
  2168. 67096
  2169. 67097
  2170. 67098
  2171. 67099
  2172. 67100
  2173. 67101
  2174. 67102
  2175. 67103
  2176. 67104
  2177. 67105
  2178. 67106
  2179. 67107
  2180. 67108
  2181. 67109
  2182. 67110
  2183. 67111
  2184. 67112
  2185. 67113
  2186. 67114
  2187. 67115
  2188. 67116
  2189. 67117
  2190. 67118
  2191. 67119
  2192. 67120
  2193. 67121
  2194. 67122
  2195. 67123
  2196. 67124
  2197. 67125
  2198. 67126
  2199. 67128
  2200. 67129
  2201. 67130
  2202. 67131
  2203. 67132
  2204. 67133
  2205. 67134
  2206. 67135
  2207. 67136
  2208. 67137
  2209. 67138
  2210. 67139
  2211. 67140
  2212. 67141
  2213. 67142
  2214. 67143
  2215. 67144
  2216. 67145
  2217. 67146
  2218. 67147
  2219. 67148
  2220. 67149
  2221. 67150
  2222. 67151
  2223. 67152
  2224. 67153
  2225. 67154
  2226. 67155
  2227. 67156
  2228. 67157
  2229. 67158
  2230. 67159
  2231. 67160
  2232. 67161
  2233. 67162
  2234. 67163
  2235. 67164
  2236. 67165
  2237. 67166
  2238. 67167
  2239. 67168
  2240. 67169
  2241. 67170
  2242. 67171
  2243. 67172
  2244. 67173
  2245. 67174
  2246. 67175
  2247. 67176
  2248. 67177
  2249. 67178
  2250. 67179
  2251. 67180
  2252. 67181
  2253. 67182
  2254. 67183
  2255. 67184
  2256. 67185
  2257. 67186
  2258. 67187
  2259. 67188
  2260. 67189
  2261. 67190
  2262. 67191
  2263. 67192
  2264. 67193
  2265. 67194
  2266. 67195
  2267. 67196
  2268. 67197
  2269. 67198
  2270. 67199
  2271. 67200
  2272. 67201
  2273. 67202
  2274. 67203
  2275. 67204
  2276. 67205
  2277. 67206
  2278. 67207
  2279. 67208
  2280. 67210
  2281. 67211
  2282. 67212
  2283. 67213
  2284. 67214
  2285. 67215
  2286. 67216
  2287. 67217
  2288. 67218
  2289. 67219
  2290. 67220
  2291. 67221
  2292. 67222
  2293. 67223
  2294. 67224
  2295. 67225
  2296. 67226
  2297. 67227
  2298. 67228
  2299. 67229
  2300. 67230
  2301. 67231
  2302. 67232
  2303. 67233
  2304. 67234
  2305. 67235
  2306. 67236
  2307. 67237
  2308. 67238
  2309. 67239
  2310. 67240
  2311. 67241
  2312. 67242
  2313. 67243
  2314. 67244
  2315. 67245
  2316. 67246
  2317. 67247
  2318. 67248
  2319. 67249
  2320. 67250
  2321. 67251
  2322. 67252
  2323. 67253
  2324. 67254
  2325. 67255
  2326. 67256
  2327. 67257
  2328. 67258
  2329. 67259
  2330. 67260
  2331. 67261
  2332. 67262
  2333. 67263
  2334. 67264
  2335. 67265
  2336. 67266
  2337. 67267
  2338. 67268
  2339. 67269
  2340. 67270
  2341. 67271
  2342. 67272
  2343. 67273
  2344. 67274
  2345. 67275
  2346. 67276
  2347. 67277
  2348. 67278
  2349. 67279
  2350. 67280
  2351. 67281
  2352. 67282
  2353. 67283
  2354. 67284
  2355. 67285
  2356. 67286
  2357. 67287
  2358. 67288
  2359. 67289
  2360. 67290
  2361. 67291
  2362. 67292
  2363. 67293
  2364. 67294
  2365. 67295
  2366. 67296
  2367. 67297
  2368. 67298
  2369. 67299
  2370. 67300
  2371. 67301
  2372. 67302
  2373. 67303
  2374. 67304
  2375. 67305
  2376. 67306
  2377. 67307
  2378. 67308
  2379. 67309
  2380. 67310
  2381. 67311
  2382. 67312
  2383. 67313
  2384. 67314
  2385. 67315
  2386. 67316
  2387. 67317
  2388. 67318
  2389. 67319
  2390. 67320
  2391. 67321
  2392. 67322
  2393. 67323
  2394. 67324
  2395. 67325
  2396. 67326
  2397. 67327
  2398. 67328
  2399. 67329
  2400. 67330
  2401. 67331
  2402. 67332
  2403. 67333
  2404. 67334
  2405. 67335
  2406. 67336
  2407. 67337
  2408. 67338
  2409. 67339
  2410. 67340
  2411. 67341
  2412. 67342
  2413. 67343
  2414. 67344
  2415. 67345
  2416. 67346
  2417. 67347
  2418. 67348
  2419. 67349
  2420. 67350
  2421. 67351
  2422. 67352
  2423. 67353
  2424. 67354
  2425. 67355
  2426. 67356
  2427. 67357
  2428. 67358
  2429. 67359
  2430. 67360
  2431. 67361
  2432. 67362
  2433. 67363
  2434. 67364
  2435. 67365
  2436. 67366
  2437. 67367
  2438. 67368
  2439. 67369
  2440. 67370
  2441. 67371
  2442. 67372
  2443. 67373
  2444. 67375
  2445. 67376
  2446. 67377
  2447. 67378
  2448. 67379
  2449. 67380
  2450. 67381
  2451. 67382
  2452. 67383
  2453. 67384
  2454. 67385
  2455. 67386
  2456. 67387
  2457. 67388
  2458. 67389
  2459. 67390
  2460. 67391
  2461. 67392
  2462. 67393
  2463. 67394
  2464. 67395
  2465. 67396
  2466. 67397
  2467. 67398
  2468. 67399
  2469. 67400
  2470. 67401
  2471. 67402
  2472. 67403
  2473. 67404
  2474. 67405
  2475. 67406
  2476. 67407
  2477. 67408
  2478. 67409
  2479. 67410
  2480. 67411
  2481. 67412
  2482. 67413
  2483. 67414
  2484. 67415
  2485. 67416
  2486. 67417
  2487. 67418
  2488. 67419
  2489. 67420
  2490. 67421
  2491. 67422
  2492. 67423
  2493. 67424
  2494. 67425
  2495. 67426
  2496. 67427
  2497. 67428
  2498. 67429
  2499. 67430
  2500. 67431
  2501. 67432
  2502. 67433
  2503. 67434
  2504. 67435
  2505. 67436
  2506. 67437
  2507. 67438
  2508. 67439
  2509. 67440
  2510. 67441
  2511. 67442
  2512. 67443
  2513. 67444
  2514. 67445
  2515. 67446
  2516. 67447
  2517. 67448
  2518. 67449
  2519. 67450
  2520. 67451
  2521. 67452
  2522. 67453
  2523. 67454
  2524. 67455
  2525. 67457
  2526. 67458
  2527. 67459
  2528. 67460
  2529. 67461
  2530. 67462
  2531. 67463
  2532. 67464
  2533. 67465
  2534. 67466
  2535. 67467
  2536. 67468
  2537. 67469
  2538. 67470
  2539. 67471
  2540. 67472
  2541. 67473
  2542. 67474
  2543. 67475
  2544. 67476
  2545. 67477
  2546. 67478
  2547. 67479
  2548. 67480
  2549. 67481
  2550. 67482
  2551. 67483
  2552. 67484
  2553. 67485
  2554. 67486
  2555. 67487
  2556. 67488
  2557. 67489
  2558. 67490
  2559. 67491
  2560. 67492
  2561. 67493
  2562. 67494
  2563. 67495
  2564. 67496
  2565. 67497
  2566. 67498
  2567. 67499
  2568. 67500
  2569. 67501
  2570. 67502
  2571. 67503
  2572. 67504
  2573. 67505
  2574. 67506
  2575. 67507
  2576. 67508
  2577. 67509
  2578. 67510
  2579. 67511
  2580. 67512
  2581. 67513
  2582. 67514
  2583. 67515
  2584. 67516
  2585. 67517
  2586. 67518
  2587. 67519
  2588. 67520
  2589. 67521
  2590. 67522
  2591. 67523
  2592. 67524
  2593. 67525
  2594. 67526
  2595. 67527
  2596. 67528
  2597. 67529
  2598. 67530
  2599. 67531
  2600. 67532
  2601. 67533
  2602. 67534
  2603. 67535
  2604. 67536
  2605. 67537
  2606. f--set theItem to choose file -- uncomment to test in an AS editor
  2607.     tell application "Finder"
  2608.         open item "Dev.CD Jan 96 SSW"
  2609.         activate
  2610.     end tell
  2611. on error errMsg number errNum
  2612.     --enter statements to perform when no records are found such as...
  2613.     display dialog "Sorry, the item you selected could not be found."
  2614.     return
  2615. end try
  2616. ottcpwilldial
  2617. tcp/ip
  2618. search
  2619. technical
  2620. technical
  2621. documentation
  2622. technical
  2623. publications
  2624. techniques
  2625. textedit
  2626. thread
  2627. thread
  2628. manager
  2629. timing
  2630. tokenQ
  2631. token
  2632. ringQ
  2633. tokenize
  2634. tokenizer
  2635. tokentalk
  2636. toolbox
  2637. toolbox
  2638. assistant
  2639. toolkit
  2640. tools
  2641. traceroute
  2642. traditional
  2643. traffic
  2644. traffic
  2645. light
  2646. transaction
  2647. 66551
  2648. 66552
  2649. 66553
  2650. 66554
  2651. 66555
  2652. 66556
  2653. 66557
  2654. 66558
  2655. 66559
  2656. 66560
  2657. 66561
  2658. 66562
  2659. 66563
  2660. 66564
  2661. 66565
  2662. 66566
  2663. 66567
  2664. 66568
  2665. 66569
  2666. 66570
  2667. 66571
  2668. 66572
  2669. 66573
  2670. 66574
  2671. 66575
  2672. 66576
  2673. 66577
  2674. 66578
  2675. 66579
  2676. 66580
  2677. 66581
  2678. 66582
  2679. 66583
  2680. 66584
  2681. 66585
  2682. 66586
  2683. 66587
  2684. 66588
  2685. 66589
  2686. 66590
  2687. 66591
  2688. 66592
  2689. 66593
  2690. 66594
  2691. 66595
  2692. 66596
  2693. 66597
  2694. 66598
  2695. 66599
  2696. 66600
  2697. 66601
  2698. 66602
  2699. 66603
  2700. 66604
  2701. 66605
  2702. 66606
  2703. 66607
  2704. 66608
  2705. 66609
  2706. 66610
  2707. 66611
  2708. 66612
  2709. 66613
  2710. 66614
  2711. 66615
  2712. 66616
  2713. 66617
  2714. 66618
  2715. 66619
  2716. 66620
  2717. 66621
  2718. 66622
  2719. 66623
  2720. 66624
  2721. 66625
  2722. 66626
  2723. 66627
  2724. 66628
  2725. 66629
  2726. 66630
  2727. 66631
  2728. 66632
  2729. 66634
  2730. 66635
  2731. 66636
  2732. 66637
  2733. 66638
  2734. 66639
  2735. 66640
  2736. 66641
  2737. 66642
  2738. 66643
  2739. 66644
  2740. 66645
  2741. 66646
  2742. 66647
  2743. 66648
  2744. 66649
  2745. 66650
  2746. 66651
  2747. 66652
  2748. 66653
  2749. 66654
  2750. 66655
  2751. 66656
  2752. 66657
  2753. 66658
  2754. 66659
  2755. 66660
  2756. 66661
  2757. 66662
  2758. 66663
  2759. 66664
  2760. 66665
  2761. 66666
  2762. 66667
  2763. 66668
  2764. 66669
  2765. 66670
  2766. 66671
  2767. 66672
  2768. 66673
  2769. 66674
  2770. 66675
  2771. 66676
  2772. 66677
  2773. 66678
  2774. 66679
  2775. 66680
  2776. 66681
  2777. 66682
  2778. 66683
  2779. 66684
  2780. 66685
  2781. 66686
  2782. 66687
  2783. 66688
  2784. 66689
  2785. 66690
  2786. 66691
  2787. 66692
  2788. 66693
  2789. 66694
  2790. 66695
  2791. 66696
  2792. 66697
  2793. 66698
  2794. 66699
  2795. 66700
  2796. 66701
  2797. 66702
  2798. 66703
  2799. 66704
  2800. 66705
  2801. 66706
  2802. 66707
  2803. 66708
  2804. 66709
  2805. 66710
  2806. 66711
  2807. 66712
  2808. 66713
  2809. 66714
  2810. nubusI
  2811. objectI
  2812. octoberJ
  2813. onlyA
  2814. openF
  2815. openedA
  2816. orientedJ
  2817. otherD
  2818. outlinesJ
  2819. overE
  2820. packageC
  2821. packagesA
  2822. packetK
  2823. packetsK
  2824. parserM
  2825. partF
  2826. particularF
  2827. pascalO
  2828. patchesN
  2829. patchingL
  2830. patternsC
  2831. physicalL
  2832. platformI
  2833. plug-inA
  2834. plug-insA
  2835. portK
  2836. portableA
  2837. powerbookN
  2838. powerpcD
  2839. pre-translateD
  2840. prerequisitesJ
  2841. previouslyA
  2842. printF
  2843. printingF
  2844. problemM
  2845. processD
  2846. productD
  2847. productsD
  2848. providedD
  2849. providesA
  2850. quadraM
  2851. quadrasM
  2852. quickdrawF
  2853. quicklyA
  2854. quitF
  2855. +RPTH
  2856. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  2857. FaliA
  2858. Current
  2859. Catalog.txt
  2860. TEXTttxt
  2861. Joint Solns Apple 10/99
  2862. +Current:Joint Solns Apple 10/99:Catalog.txt
  2863. MSPCA
  2864. NAMEA
  2865. Catalog.txt
  2866. RPTHA
  2867. Catalog.txt
  2868. alisA
  2869. Current
  2870. Catalog.txt
  2871. TEXTttxt
  2872. Joint Solns Apple 10/99
  2873. +Current:Joint Solns Apple 10/99:Catalog.txt
  2874. QRPTH
  2875. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  2876. MSPCA
  2877. NAMEA
  2878. Developer CD Search Results
  2879. RPTHA
  2880. Developer CD Search Results
  2881. FaliA
  2882. Current
  2883. ADC_Master.FP3
  2884. FMP3FMP3
  2885. Joint Solns Apple 10/99
  2886. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  2887. MSPCA
  2888. NAMEA
  2889. ADC_Master.FP3
  2890. RPTHA
  2891. ADC_Master.FP3
  2892. alisA
  2893. Current
  2894. ADC_Master.FP3
  2895. FMP3FMP3
  2896. Joint Solns Apple 10/99
  2897. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  2898. FMRLA
  2899. SORTA
  2900. FMRLA
  2901. FMRLA
  2902. FMRLA
  2903. FMRLA
  2904. FilterB    SelectionC
  2905. ClickedE
  2906. CUstom
  2907. (LIST
  2908. LISTA
  2909. New & Revised
  2910. Mac OS SDK Edition
  2911. System Software Edition
  2912. Tool Chest Edition
  2913. Reference Library Edition
  2914. All Packages
  2915. Custom Search
  2916. VDEFA(
  2917. (LIST
  2918. LISTA%Any Field
  2919. Package Title
  2920. Any File Name
  2921. VDEFA(
  2922. (LIST
  2923. LISTAPAll Packages
  2924. New & Revised
  2925. Tool Chest CD
  2926. Reference Library CD
  2927. System Software CD
  2928. VDEFA(
  2929. (LIST
  2930. VDEFA(
  2931. (LIST
  2932. VDEFA(
  2933. (LIST
  2934. VDEFA(
  2935. (LIST
  2936. (LIST
  2937. PortalFilterB
  2938. SearchFieldC
  2939. SearchFilterD
  2940. PortalFilterCalcE
  2941. ReceivedF
  2942. UpdatedG
  2943. Keywords
  2944. VDEFA(
  2945.     Helvetica
  2946. Geneva
  2947. Palatino
  2948. Chicago
  2949. Verdana
  2950. Arial
  2951. NewRevisedCalcB
  2952.  "new")
  2953.  "New"  
  2954.  "updated") 
  2955.  "Revised" 
  2956.  "" )
  2957. updatedG
  2958. Revised
  2959. AppleScript_OpenB
  2960. t_OpenB
  2961. Pro 3.0 - 4.1F!
  2962. USENGLSH.MPR
  2963. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  2964. ore Choices button, then choo
  2965. Custom FindB
  2966. CustomFind
  2967. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  2968. HTML Text Extractor
  2969.  and 
  2970. PDF Text Extractor
  2971. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  2972. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  2973. 68729T
  2974. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  2975.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  2976.     Click the Find button. The packages found by your search will appear in t
  2977. 06356 packages list. The full path will be displayed on the right.
  2978. "Custom Search"
  2979. Custom SearchB+
  2980. ) > 0    
  2981. needsE
  2982. networkE
  2983. noteN
  2984. notesI
  2985. D!All Packages
  2986. Tool Chest Edition
  2987. 4PM 5.0
  2988. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  2989. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  2990. JK4PM 5 0 Doc.pdf
  2991. 4PM 5.0
  2992. 4PM Library 1 0 Doc.pdf
  2993. 4PMLibrary 1.0
  2994. 4PMLibrary.hK
  2995. Jun 99L
  2996. Jul 99M
  2997. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'O8Dev.CD May 00 TC:Tool Chest:Testing & Debugging:4PM 5.0:P@Dev.CD May 00 TC
  2998.  - Tool Chest
  2999.  - Testing & Debugging
  3000.  - 4PM 5.0V
  3001. 67538X
  3002. May 00^
  3003. #M 5.0V
  3004. 53895X
  3005. Jul 99^
  3006. Excellent CD (I)V
  3007. 37081X
  3008. Excellent CD (I)V
  3009. 27676X
  3010. _DESCRIPTION
  3011. Closing ScreenB
  3012. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  3013. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  3014. 67974X
  3015. Jan 97^
  3016. --set theItem to choose file -- uncomment to test in an AS editor
  3017.     tell application "Finder"
  3018.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:"
  3019.         activate
  3020.     end tell
  3021. on error errMsg number errNum
  3022.     --enter statements to perform when no records are found such as...
  3023.     display dialog "Sorry, the item you selected could not be found."
  3024.     return
  3025. end try
  3026. DeletedfPOpenDoc
  3027. Component Software
  3028. Compound Document Architecture
  3029. Objects
  3030. CORBAq
  3031. Dev.CD Jan 97 SDK2
  3032. 6D!All Packages
  3033. Mac OS SDK Edition
  3034. F(OpenDoc Development Framework, Release 3
  3035.     he define NOACCLCURVE to the desired value.  A discussion of the acceleration resource is provided in the Space Aliens ADB Tech Note.
  3036. Once the new values are set, the program makes the CursorDeviceSetAcceleration call, to have the Cursor Device Manager calculate the new acceleration curves to be used by the cursor draw routine.  After waving the mouse around to see 
  3037. Current Selection:{    <<
  3038. ABBF>>
  3039. Double-click for more info.
  3040. Find...
  3041. Open Folder
  3042. Package Info
  3043. Export List
  3044. Find...
  3045. Open Folder
  3046. Package Info
  3047. Export List
  3048. "Any Field"
  3049.     Any FieldC.
  3050. "All Packages"
  3051. All PackagesD
  3052. Find Execute
  3053. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  3054. Tool Chest Edition
  3055. appletalk
  3056. component
  3057. _PortalFilterB
  3058. _PortalSelectionB
  3059. A    _HelpTextB
  3060. PortalFilterCalcB
  3061. C"All Packages" & "
  3062.  "SDK") 
  3063.  "Mac OS SDK Edition"
  3064.  = "TC" 
  3065.  "Tool Chest Edition" 
  3066.  = "RL" 
  3067.  "Reference Library Edition"
  3068.  "SSW")
  3069.  "System Software Edition"  
  3070.  "") & "
  3071. ! & "
  3072.  "new") 
  3073.  "updated") 
  3074.  "New & Revised" 
  3075.  "" )
  3076. All Packages
  3077. Mac OS SDK Edition
  3078. Tool Chest Edition
  3079. Reference Library Edition
  3080. System Software Edition
  3081. updatedG
  3082. New & Revised
  3083. PortalSelectionCalc
  3084. Browser Custom SearchM
  3085. New & RevisedB
  3086. To get information about a package on the CD:
  3087.     Click the Browser button below to go to the Browser screen.
  3088.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  3089.     Double-click a title in the Browser list to go to the information screen for that package.
  3090.     Click Next to advance to the next package in the current selection, or Back to gor Back to goo go
  3091. _CustomFindB
  3092. script
  3093. scriptable
  3094. search
  3095. sherlock
  3096. softwareI
  3097. tokenI
  3098. token
  3099. ringI
  3100. tokentalk
  3101. video
  3102. import
  3103. important
  3104. important
  3105. information
  3106. imran's
  3107. imran's
  3108. imran's
  3109. release
  3110. notes
  3111. release
  3112. notes
  3113. includes
  3114. index
  3115. index
  3116. index
  3117. index
  3118. indexes
  3119. indexg
  3120. indexg
  3121. infox
  3122. infoid
  3123. infoid
  3124. putsprocket
  3125. release
  3126. notes
  3127. inputsprocket
  3128. installX
  3129. install
  3130. install
  3131. english
  3132. install
  3133. francais
  3134. install
  3135. install
  3136. install
  3137. install
  3138. install
  3139. install
  3140. install
  3141. install
  3142. install
  3143. install
  3144. install
  3145. install
  3146. install
  3147. mited
  3148. Carole Holcomb
  3149. 5755 Cohasset Way
  3150. San Jose, CA 95123
  3151. Attn:  Accelerated for Power Macintosh Program
  3152. (408) 226-6762
  3153. Applelink:  MSU
  3154. 2) Send in a copy of your native code and a signed legal agreement to Meeting Support Unlimited.
  3155. 3) Send in a mockup of your product artwork
  3156. 4) If your code is verified as native, you have signed the legal agreement, and your use of the artwork is approved, Meeting Support Unlimited will send you a copy of the artwork.
  3157. 5) Finally, send in two final cop
  3158. ;ies of your product with the artwork to Meeting Support Unlimited.  Your product boxes will be utilized in product displays of shipping native applications.
  3159. Please allow 2 - 4 weeks for the process.  Beta copies of your native software may be sent in to be verified.
  3160. Power Macintosh Evangelism
  3161. Apple Computer Inc.
  3162. Power Macintosh Prod. ArtworkK
  3163. Sep 94L
  3164. Mar 95O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  3165.  - Programs & Marketing
  3166. stack@
  3167. walltowalldialog
  3168. disposeresource
  3169. debugging
  3170. resource
  3171. handles@
  3172. multi-processing@
  3173. optimizing@
  3174. deleted@
  3175. appleevent@
  3176. encodings@
  3177. server
  3178. sample
  3179. 1.0.1@
  3180. 9600@
  3181. apple
  3182. sprockets
  3183. libraries
  3184. designed
  3185. simplify
  3186. computing@
  3187. debugging@
  3188. distinguishing@
  3189. effective@
  3190. horizon@
  3191. import@
  3192. looping@
  3193. modifier@
  3194. phrase@
  3195. pool@
  3196. scriptswitcher8
  3197. quick
  3198. modify
  3199. resources
  3200. tains
  3201. latest
  3202. appletalk
  3203. stack
  3204. version
  3205. macsn@
  3206. summary
  3207. developer's
  3208. package
  3209. includes
  3210. appleshar@
  3211. summary
  3212. small
  3213. application
  3214. control
  3215. redistribution
  3216. enables
  3217. developers
  3218. install@
  3219. image
  3220. contains
  3221. golden
  3222. master
  3223. pre-release
  3224. versi@
  3225. folder
  3226. contains
  3227. archives
  3228. format
  3229. apple
  3230. together@
  3231. apple
  3232. styleguide00
  3233. developer@
  3234. read@
  3235. appletalk
  3236. ethertalk
  3237. tokentalk
  3238. network
  3239. ethernet
  3240. token
  3241. hypercard@
  3242. keyboard@
  3243. otlookup@
  3244. editor@
  3245. ditor@
  3246. Dev.CD May 00 TC:Sample Code:P
  3247. Dev.CD May 00 TC
  3248.  - Sample CodeV
  3249. 67823X
  3250. May 00^
  3251. r--set theItem to choose file -- uncomment to test in an AS editor
  3252.     tell application "Finder"
  3253.         open item "Dev.CD May 00 TC:Sample Code:"
  3254.         activate
  3255.     end tell
  3256. on error errMsg number errNum
  3257.     --enter statements to perform when no records are found such as...
  3258.     display dialog "Sorry, the item you selected could not be found."
  3259.     return
  3260. end try
  3261. e    No Changef
  3262. QuickTime
  3263. Dev.CD May 00 TC
  3264. D!All Packages
  3265. Tool Chest Edition
  3266. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J
  3267. Sample Code.imgK
  3268. Feb 00
  3269. - Common
  3270.     - Sun Compliant Java Runtime Environment 1.1
  3271.     - QuickTime 3 
  3272.     - QTJava.zip
  3273.     - QTJava media samples
  3274. - Mac OS:
  3275.     - System 8 or later
  3276.     - Macintosh Runtime for Java (MRJ) 2.1
  3277. - Windows 95, 98, or NT::
  3278.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3279. QuickTime, Java, MRJ
  3280. summary
  3281. appleglot
  3282. 2.4b6
  3283. translation
  3284. summary
  3285. applescript
  3286. easy-to-use
  3287. scripting
  3288. language
  3289. summary
  3290. appletalk's
  3291. printer
  3292. access
  3293. protocol
  3294. session
  3295. summary
  3296. 2.0.1
  3297. release
  3298. summary
  3299. atrapper
  3300. application
  3301. records
  3302. a-trap
  3303. calls
  3304. summary
  3305. audit
  3306. small
  3307. library
  3308. functions
  3309. provide
  3310. summary
  3311. backlight
  3312. control
  3313. control
  3314. panel
  3315. powerbooks
  3316. summary
  3317. bbedit
  3318. freeware
  3319. derivative
  3320. bbedit
  3321. summary
  3322. betabase
  3323. filemaker
  3324. report
  3325. database
  3326. summary
  3327. order
  3328. catch
  3329. summary
  3330. buginfo
  3331. macro
  3332. execute
  3333. within
  3334. macsbug
  3335. summary
  3336. callhyper
  3337. external
  3338. dimension
  3339. which
  3340. summary
  3341. cdent
  3342. format
  3343. source
  3344. summary
  3345. cfm-68k
  3346. runtime
  3347. architecture
  3348. 68k-based
  3349. summary
  3350. chromakey
  3351. movie
  3352. simple
  3353. application
  3354. which
  3355. vector
  3356. --set theItem to choose file -- uncomment to test in an AS editor
  3357.     tell application "Finder"
  3358.         open item "Dev.CD Apr 94
  3359. Dev.CD Jan 94
  3360. Dev.CD Oct 93
  3361. Dev.CD Jul 93"
  3362.         activate
  3363.     end tell
  3364. on error errMsg number errNum
  3365.     --enter statements to perform when no records are found such as...
  3366.     display dialog "Sorry, the item you selected could not be found."
  3367.     return
  3368. end try
  3369. here's
  3370. hersey
  3371. hidden
  3372. hierarchical
  3373. hifi-color
  3374. highg
  3375. high-end
  3376. high-leveld
  3377. high-performance
  3378. high-quality
  3379. higher
  3380. highlighting
  3381. highlightsj
  3382. highly-successful
  3383. Summary: This is a simple I/O window based debugger kernel which provides the bare bones framework for a tailor made debugger.
  3384. Features: Robix is written in C for super portability. You make the commands you need for debugging hardware. This package also includes an easy to use command line parser.
  3385. Robix can be ported to any system with any microprocessor, then expanded. It has been successfully ported  to IBM PCs, Macs, Unix boxes, Netware file servers using everything from 68000 throug
  3386. h 68030 and 8085 through 80486.
  3387. Requires C compiler. Some assembly required if used as power up firmware.
  3388. Issues: User unfriendly, You must be proficient in the hardware it is run on because ROBIX lets you do anything you care to make commands for. For instance, you can create a set of SCSI commands that let you read, edit and write any block on any drive without using the SCSI manager. This debugger is meant to talk directly to the hardware. There is little if any OS. support.
  3389. This pac
  3390. 68019X
  3391. May 00^
  3392. --set theItem to choose file -- uncomment to test in an AS editor
  3393.     tell application "Finder"
  3394.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:"
  3395.         activate
  3396.     end tell
  3397. on error errMsg number errNum
  3398.     --enter statements to perform when no records are found such as...
  3399.     display dialog "Sorry, the item you selected could not be found."
  3400.     return
  3401. end try
  3402. e    No Changeq
  3403. Dev.CD May 00 TC
  3404. cD!All Packages
  3405. Mac OS SDK Edition
  3406. Porting Objective-C to Java
  3407.     cludes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  3408. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  3409. Target machines:  Mac SE or later, 4 MB mem
  3410. Mar 92L
  3411. Nov 94O9Dev.CD May 00 TC:Tool Chest:Networking:AppleTalk and PPP:PADev.CD May 00 TC
  3412.  - Tool Chest
  3413.  - Networking
  3414.  - AppleTalk and PPPCD Jan 94
  3415. Dev.CD Oct 93
  3416. Dev.CD Jul 93
  3417. Dev.CD Apr 9V
  3418. 67393X
  3419. Apr 94
  3420. --set theItem to choose file -- uncomment to test in an AS editor
  3421.     tell application "Finder"
  3422.         open item "Dev.CD Apr 94
  3423. Dev.CD Jan 94
  3424. Dev.CD Oct 93
  3425. Dev.CD Jul 93
  3426. Dev.CD Apr 93"
  3427.         activate
  3428.     end tell
  3429. on error errMsg number errNum
  3430.     --enter statements to perform when no records are found such as...
  3431.     display dialog "Sorry, the item you selected could not be found."
  3432.     return
  3433. end try
  3434. All Packages
  3435. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  3436. Dev.CD Jan 94
  3437. Dev.CD Oct 93
  3438. Dev.CD Jul 93
  3439. Dev.CD Apr 93PDDev.CD Apr 94
  3440. Dev.CD Jan 94
  3441. Dev.CD Oct 93
  3442. Dev.CD Jul 93
  3443. Dev.CD Apr 9V
  3444. 67394X
  3445. Apr 94
  3446. transport
  3447. mapper
  3448. mapperref
  3449. transport
  3450. netstat
  3451. display
  3452. cache
  3453. logical
  3454. physic
  3455. transport
  3456. networking
  3457. appletalk
  3458. tcp/ip
  3459. eject
  3460. ejected
  3461. elaborates
  3462. electronicu
  3463. electronics
  3464. element
  3465. elementso
  3466. elicit
  3467. eliminate
  3468. eliminates
  3469. eliminating
  3470. elizabeth
  3471. email
  3472. embed
  3473. embed
  3474. profile
  3475. image
  3476. specified
  3477. image's
  3478. embedded
  3479. embedding
  3480. embellish
  3481. embodies
  3482. emphasis
  3483. empirically
  3484. employj
  3485. emptied
  3486. empty
  3487. emptying
  3488. emulate
  3489. emulated
  3490. emulates
  3491. emulation
  3492. emulator
  3493. enableq
  3494. enable
  3495. mouse
  3496. keyboard
  3497. enable
  3498. speech
  3499. Time Manager Debugging:  Add this resource file to your MacsBug  "Debugger Prefs" 
  3500. All Packages
  3501. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  3502. Dev.CD Jan 94
  3503. Dev.CD Oct 93
  3504. Dev.CD Jul 93
  3505. Dev.CD Apr 93PDDev.CD Apr 94
  3506. Dev.CD Jan 94
  3507. Dev.CD Oct 93
  3508. Dev.CD Jul 93
  3509. Dev.CD Apr 9V
  3510. 68639X
  3511. Apr 94
  3512. --set theItem to choose file -- uncomment to test in an AS editor
  3513.     tell application "Finder"
  3514.         open item "Dev.CD Apr 94
  3515. Dev.CD Jan 94
  3516. Dev.CD Oct 93
  3517. Dev.CD Jul 93
  3518. Dev.CD Apr 93"
  3519.         activate
  3520.     end tell
  3521. on error errMsg number errNum
  3522.     --enter statements to perform when no records are found such as...
  3523.     display dialog "Sorry, the item you selected could not be found."
  3524.     return
  3525. end try
  3526. All Packages
  3527. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  3528. Dev.CD Jan 94
  3529. Dev.CD Oct 93
  3530. Dev.CD Jul 93
  3531. Dev.CD Apr 93PDDev.CD Apr 94
  3532. Dev.CD Jan 94
  3533. Dev.CD Oct 93
  3534. Dev.CD Jul 93
  3535. Dev.CD Apr 9V
  3536. 68640X
  3537. Apr 94
  3538. //developer.apple.com/sdk/
  3539. summary
  3540. appstogo
  3541. development
  3542. framework
  3543. developm
  3544. summary
  3545. 2.0.1
  3546. release
  3547. summary
  3548. atrapper
  3549. application
  3550. records
  3551. a-trap
  3552. calls
  3553. summary
  3554. audit
  3555. small
  3556. library
  3557. functions
  3558. provide
  3559. summary
  3560. backlight
  3561. control
  3562. control
  3563. panel
  3564. powerbooks
  3565. summary
  3566. bbedit
  3567. freeware
  3568. derivative
  3569. bbedit
  3570. summary
  3571. betabase
  3572. filemaker
  3573. report
  3574. database
  3575. summary
  3576. order
  3577. catch
  3578. summary
  3579. buginfo
  3580. macro
  3581. execute
  3582. within
  3583. macsbug
  3584. summary
  3585. callhyper
  3586. external
  3587. dimension
  3588. which
  3589. summary
  3590. cdent
  3591. format
  3592. source
  3593. summary
  3594. cfm-68k
  3595. runtime
  3596. architecture
  3597. 68k-based
  3598. summary
  3599. chromakey
  3600. movie
  3601. simple
  3602. application
  3603. which
  3604. le Code:P
  3605. Dev.CD May 00 TC
  3606.  - Sample CodeV
  3607. 65485X
  3608. May 00^
  3609. counterpart
  3610. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  3611. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  3612. JGAbout Driver Installer
  3613. About Driver Installer.txt
  3614. Installer for DriversK
  3615. Vol IVO5Dev.CD May 00 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD May 00 TC
  3616.  - Tool Chest
  3617.  - Devices
  3618.  - Driver InstallerD May 00 TC:Sample Code:P
  3619. Dev.CD May 00 TC
  3620.  - Sample CodeV
  3621. 66853X
  3622. May 00^
  3623. Reference Library Edition
  3624. F Technical Publications: Rhapsody
  3625.     icode
  3626. locales
  3627. collation
  3628. characters
  3629. Window Manager
  3630. windows
  3631. structure region
  3632. content region
  3633. window class
  3634. window classes
  3635. window layers
  3636. window attributes
  3637. scrolling
  3638. Menu Manager
  3639. menus
  3640. Carbon
  3641. Apple menu
  3642. menu items
  3643. /developer.apple.com/techpubs/index.html
  3644. pple Publications Style Guide [UPDATE]
  3645. The February 2000 edition of the Apple Publications Style Guide provides you with the most up-to-date style conventions used in Apple documentation. This extensive revision has added new terms, updated existing terms, and deleted obsolete ones. In documentation for your users, we encourage you to follow Apple style for Apple-specific terms, especially for those related to the user interface.
  3646. hardware:
  3647. images:
  3648. macos8and9:K
  3649. Apr 00L
  3650. Apr 00M
  3651. web browser
  3652. 6Developer Documentation, Publications, Technical, docs, documentation, Apple Type Services for Unicode Imaging, ATSUI, rendering unicode text, manuals, style, style guide, usage,   iBook, PowerPC, Ethernet, USB, FireWire, AirPort,  PowerBook, RAGE 128 Ethernet, Power Mac, PowerPC, G4, RAGE 128, Ethernet, DVD
  3653. OMDev.CD Apr 00 SDK1:What's New:Developer Documentation:Technical Publications:PUDev.CD Apr 00 SDK1
  3654.  - What's New
  3655.  - Developer Documentation
  3656.  - Technical Publications
  3657. --set theItem to choose file -- uncomment to test in an AS editor
  3658.     tell application "Finder"
  3659.         open item "Dev.CD Mar 92
  3660. Dev.CD Feb 92
  3661. Dev.CD Vol. XI"
  3662.         activate
  3663.     end tell
  3664. on error errMsg number errNum
  3665.     --enter statements to perform when no records are found such as...
  3666.     display dialog "Sorry, the item you selected could not be found."
  3667.     return
  3668. end try
  3669. release
  3670. notes
  3671. released
  3672. releaseresource
  3673. releasesj
  3674. relevanti
  3675. reliability
  3676. contains fifteen additional glyphs for displaying the function keys F1 to F15 in menus and dialogs.
  3677. 61404X
  3678. 1e    No Change
  3679. -byteOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Text:TypeServicesForUnicode:erV
  3680. Summary:  These are obsolete Hypercard XCMD toolkits which used to be sold through APDA.  These are no longer supported, but may be of interest to developers writing their own XCMDS.
  3681. These XCMDs are not supported by DEVSUPPORT.  Questions will be rejected.  These packages are offered as a convenience to our developers, but are obsolete.
  3682. Issues:  These XCMDs are unsupported.  Do not send questions to DEVSUPPORT.  We can not help you with these XCMDs.
  3683. !Read me (obsolete&unsupported)
  3684. !Read me.txt
  3685. AppleTalk ToolKit.img
  3686. CD Audio Toolkit 1.0.img
  3687. HyperCard CTB Toolkit 1.0b2.img
  3688. HyperCard Serial Toolkit 2..img
  3689. HyperCard Video Toolkit 2.0.img
  3690. Ideas Toolkit 1.0.img
  3691. Prototyping Toolkit 2.0.imgK
  3692. May 95M
  3693. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits: This tool provides an easy way to log informat
  3694. Woose file -- uncomment to test in an AS editor
  3695.     tell application "Finder"
  3696.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:"
  3697.         activate
  3698.     end tell
  3699. on error errMsg number errNum
  3700.     --enter statements to perform when no records are found such as...
  3701.     display dialog "Sorry, the item you selected could not be found."
  3702.     return
  3703. end try
  3704. e    No Changef
  3705. Gestalt Selector Codes
  3706. Gestalt Manager
  3707. Machine Identification
  3708. System Identification
  3709. System Software Release
  3710. Version
  3711. Capabilities
  3712. System Featuresq
  3713. Dev.CD May 00 TC
  3714. GetEnetAddrDirect.ppc
  3715. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  3716. Includes source code, and CodeWarrior Pro v3.0 IDE project file.IDE project file.
  3717. 67956X
  3718. Apr 00^
  3719. --set theItem to choose file -- uncomment to test in an AS editor
  3720.     tell application "Finder"
  3721.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:"
  3722.         activate
  3723.     end tell
  3724. on error errMsg number errNum
  3725.     --enter statements to perform when no records are found such as...
  3726.     display dialog "Sorry, the item you selected could not be found."
  3727.     return
  3728. end try
  3729. e    No ChangefoNSL
  3730. network
  3731.  TCP/IP search
  3732. browse Internet services
  3733. network administrator
  3734. domain
  3735. neighborhood.q
  3736. Dev.CD Apr 00 SDK1
  3737. $D!All Packages
  3738. Tool Chest Edition
  3739. Network Stream
  3740. driver
  3741. table
  3742. Apple Event XCMDs DocK
  3743. Nov 94OeDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD May 00 TC
  3744.  - Tool Chest
  3745.  - Development Kits
  3746.  - HyperCard Related
  3747.  - XCMDs & XFCNs
  3748.  - Apple Event XCMDs 1.0b3ndwidth
  3749. styles
  3750. stylewriter
  3751. stylus
  3752. sub-dialogs
  3753. sub-folderss
  3754. sub-menus
  3755. subclass
  3756. subdirectory
  3757. subfolders
  3758. subject
  3759. subjects
  3760. sublaunch
  3761. submission
  3762. submit
  3763. subprocesses
  3764. subroutine
  3765. subroutines
  3766. subsection
  3767. subset
  3768. subspace
  3769. substantially
  3770. substitute
  3771. substitutions
  3772. subtle
  3773. succeed
  3774. success
  3775. successfulf
  3776. successfullyx
  3777. suchQ
  3778. suffer
  3779. suffix
  3780. viewer
  3781. peoplesoft
  3782. peoplesoft
  3783. apple
  3784. white
  3785. paper
  3786. peoplesurveyor
  3787. peoplesurveyor
  3788. 2.1.2
  3789. performance
  3790.  we think, less confusing to simply call it ODF 3.
  3791. This release supports the following development environments for PowerPC: 
  3792.    - Metrowerks CodeWarrior 10
  3793.    - MrC for MPW
  3794. This release supports the  following build environments  for 68K:
  3795.    - Symantec C++ for MPW
  3796.    - CodeWarrior 10 for 68K
  3797. Please refer to the "Getting Started" folder for specific instructions on configuring your compiler for use with ODF.
  3798. Developer University:
  3799. Documentation:
  3800. Getting Started:
  3801. Important Information
  3802. Localization Tools:
  3803. ODF Sample Parts:
  3804. ODF-Interest Archive:
  3805. ODFDev:
  3806. ODFLibrary 1.2:
  3807. PartMaker:
  3808. Release Notes:
  3809. Tools & Goodies:
  3810. Updates & Patches:K
  3811. Apr 96L
  3812. Feb 97OKDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:PPDev.CD Jan 97 SDK2
  3813.  - Development Kits (Disc 2)
  3814.  - OpenDoc Development Frameworkmacapp
  3815. cdent
  3816. stuff
  3817. macapp
  3818. developer
  3819. survey
  3820. macapp
  3821. r13u5
  3822. macapp
  3823. r14d5
  3824. macbinary
  3825. macbinary-ii-conf
  3826. macbinary-ii-conf2
  3827. macbinary-ii-standar
  3828. Weendump
  3829. screens
  3830. screenshots
  3831. scripth
  3832. scriptability
  3833. scriptableN
  3834. scripted
  3835. scripter
  3836. scripters
  3837. scriptfile
  3838. scriptingh
  3839. scripts
  3840. scriptswitcher8
  3841. secure
  3842. securely
  3843. security
  3844. system
  3845. enabler
  3846. system
  3847. enabler
  3848. system
  3849. enabler
  3850. 160/180
  3851. system
  3852. enabler
  3853. system
  3854. enabler
  3855. 160/165c/180/180c
  3856. system
  3857. enabler
  3858. system
  3859. enabler
  3860. performa
  3861. system
  3862. enabler
  3863. performa
  3864. system
  3865. enabler
  3866. color
  3867. classic
  3868. All Packages
  3869. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  3870. Dev.CD Jan 94
  3871. Dev.CD Oct 93
  3872. Dev.CD Jul 93
  3873. Dev.CD Apr 93PDDev.CD Apr 94
  3874. Dev.CD Jan 94
  3875. Dev.CD Oct 93
  3876. Dev.CD Jul 93
  3877. Dev.CD Apr 9V
  3878. 68633X
  3879. Apr 94
  3880. --set theItem to choose file -- uncomment to test in an AS editor
  3881.     tell application "Finder"
  3882.         open item "Dev.CD Apr 94
  3883. Dev.CD Jan 94
  3884. Dev.CD Oct 93
  3885. Dev.CD Jul 93
  3886. Dev.CD Apr 93"
  3887.         activate
  3888.     end tell
  3889. on error errMsg number errNum
  3890.     --enter statements to perform when no records are found such as...
  3891.     display dialog "Sorry, the item you selected could not be found."
  3892.     return
  3893. end try
  3894. All Packages
  3895. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  3896. Dev.CD Jan 94
  3897. Dev.CD Oct 93
  3898. Dev.CD Jul 93
  3899. Dev.CD Apr 93PDDev.CD Apr 94
  3900. Dev.CD Jan 94
  3901. Dev.CD Oct 93
  3902. Dev.CD Jul 93
  3903. Dev.CD Apr 9V
  3904. 68634X
  3905. Apr 94
  3906. fable
  3907. faced
  3908. faceless
  3909. facilitates
  3910. facilitating
  3911. facilities
  3912. summary
  3913. folder
  3914. contains
  3915. goodies
  3916. developer
  3917. summary
  3918. folder
  3919. contains
  3920. revised
  3921. acrobat
  3922. versions
  3923. summary
  3924. folder
  3925. contains
  3926. sample
  3927. applications
  3928. demons\
  3929. summary
  3930. folder
  3931. contains
  3932. several
  3933. examples
  3934. system
  3935. summary
  3936. folder
  3937. contains
  3938. several
  3939. snippets
  3940. illustrat
  3941. summary
  3942. folder
  3943. contains
  3944. apple
  3945. event
  3946. registry
  3947. summary
  3948. folder
  3949. contains
  3950. apple
  3951. event
  3952. terminolog^
  3953. summary
  3954. folder
  3955. contains
  3956. following
  3957. localized
  3958. version
  3959. summary
  3960. folder
  3961. contains
  3962. macsnmp
  3963. developer's
  3964. summary
  3965. folder
  3966. contains
  3967. net-install
  3968. apple's
  3969. summary
  3970. folder
  3971. contains
  3972. assist
  3973. increas
  3974. summary
  3975. folder
  3976. contains
  3977. tools
  3978. useful
  3979. develo]
  3980. summary
  3981. graphics
  3982. primer
  3983. contains
  3984. information
  3985. concep
  3986. summary
  3987. guide
  3988. provides
  3989. information
  3990. about
  3991. markets
  3992. distri
  3993. summary
  3994. complete
  3995. demonstration
  3996. access
  3997.  1.1 
  3998. 68193X
  3999. Apr 98^
  4000. --set theItem to choose file -- uncomment to test in an AS editor
  4001.     tell application "Finder"
  4002.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:"
  4003.         activate
  4004.     end tell
  4005. on error errMsg number errNum
  4006.     --enter statements to perform when no records are found such as...
  4007.     display dialog "Sorry, the item you selected could not be found."
  4008.     return
  4009. end try
  4010. Deletedf QuickTake
  4011. Windows
  4012. Digital cameraq
  4013. Dev.CD Apr 98 SDK2
  4014. All Packages
  4015. F    QuickTimeO
  4016. Dev.CD Jan 95
  4017. Dev.CD Oct 94P
  4018. Dev.CD Jan 95
  4019. Dev.CD Oct 9V
  4020. 68194X
  4021. Jan 95
  4022. p--set theItem to choose file -- uncomment to test in an AS editor
  4023.     tell application "Finder"
  4024.         open item "Dev.CD Jan 95
  4025. Dev.CD Oct 94"
  4026.         activate
  4027.     end tell
  4028. on error errMsg number errNum
  4029.     --enter statements to perform when no records are found such as...
  4030.     display dialog "Sorry, the item you selected could not be found."
  4031.     return
  4032. end try
  4033. --set theItem to choose file -- uncomment to test in an AS editor
  4034.     tell application "Finder"
  4035.         open item "Dev.CD Jun 00 RL Disk 1:What's New:Development Kits:Mac OS:CarbonLib 1.0.3 SDK:"
  4036.         activate
  4037.     end tell
  4038. on error errMsg number errNum
  4039.     --enter statements to perform when no records are found such as...
  4040.     display dialog "Sorry, the item you selected could not be found."
  4041.     return
  4042. end try
  4043. on error errMsg number errNum
  4044.     --enter statements to perform when no records are found such as...
  4045.     display dialog "Sorry, the item you selected could not be found."
  4046.     return
  4047. end try
  4048. All Packages
  4049. System Enabler 003 (LC III)OEDev.CD Apr 94
  4050. Dev.CD Jan 94
  4051. Dev.CD Oct 93
  4052. Dev.CD Jul 93
  4053. Dev.CD Apr 93PDDev.CD Apr 94
  4054. Dev.CD Jan 94
  4055. Dev.CD Oct 93
  4056. Dev.CD Jul 93
  4057. Dev.CD Apr 9V
  4058. 67245X
  4059. Apr 94
  4060. packagetool
  4061. allakoff
  4062. panel`
  4063. The MRJ 2.2 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.2 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  4064. Apple frequently updates MRJ and the MRJ SDK, with 
  4065. final release versions for use by the general public, and pre-release versions for use in testing and development.  Only the final release of MRJ 2.2 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases, see Apple
  4066. s Java Developer web site at http://developer.apple.com/java/.
  4067. The MRJ Redistribution SDK includes the file 
  4068. MRJ Redistribution.smi
  4069.  that you will bundle with your own product.  Installing and running MRJ will require additional mem
  4070. All Packages
  4071. Arabic Language KitO
  4072. Dev.CD May 96 TCP
  4073. Dev.CD May 96 TV
  4074. 67613X
  4075. May 96
  4076. e--set theItem to choose file -- uncomment to test in an AS editor
  4077.     tell application "Finder"
  4078.         open item "Dev.CD May 96 TC"
  4079.         activate
  4080.     end tell
  4081. on error errMsg number errNum
  4082.     --enter statements to perform when no records are found such as...
  4083.     display dialog "Sorry, the item you selected could not be found."
  4084.     return
  4085. end try
  4086. All Packages
  4087. Arabic Language KitO2Dev.CD May 97 TC
  4088. Dev.CD Nov 96 TC
  4089. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  4090. Dev.CD Nov 96 TC
  4091. Dev.CD Aug 96 TV
  4092. 67614X
  4093. May 97
  4094. events
  4095. needs
  4096. events
  4097. get1resource
  4098. getadevtype
  4099. getdctlentry
  4100. getdraghilitecolor
  4101. getfinfo
  4102. getindstring
  4103. getinfo
  4104. Makefile
  4105. Not used in this example
  4106. ReadMe
  4107. WhereCDs.c
  4108. WhereCDs.hK
  4109. Dec 95N CD-ROM, SCSI, Device Manager, CDHint
  4110. e`cdbaddbccadb`bca`\Zbb^bedaddadT6FO,MFS\Xe`cd_bb^bd`ddadd_beZWdc`dd`cd_dd`cdb^bdaZX`cZPYXYN[bcea`dd`cd`Rc`dde<
  4111. )7APSJFH[VZ[]Z]\
  4112. Z_XPHH@'
  4113. Tcdc`ddX_cbdc`cdbadaad``f^, /*.7:>H[bca`bZ\TN\^d_'3ME``cc`bcdT
  4114. 4(ASNL@BA:,>cc``
  4115.  6HLXYXPFG)
  4116. \d`aca^Zd2
  4117. 8:<@CDFILLNMMNH@80;`cbbadbaea`deS/3RM-3>[D:XM7UJ/S`>.06<FG:+
  4118. Cfda`d`bZScdc44CPZ^baab`a`XXL>14
  4119. $(*,7Zffbccdada_ddb^<!%&.+2.*!
  4120. He`ccaada`da^ZZ92603/3;A=>:6-117@\Z^dbadb`da`dc`cc`cd`bdd`
  4121. f--set theItem to choose file -- uncomment to test in an AS editor
  4122.     tell application "Finder"
  4123.         open item "Dev.CD Jan 96 SSW"
  4124.         activate
  4125.     end tell
  4126. on error errMsg number errNum
  4127.     --enter statements to perform when no records are found such as...
  4128.     display dialog "Sorry, the item you selected could not be found."
  4129.     return
  4130. end try
  4131. e    No Changef2Open Transport
  4132. OTOptionManagment
  4133. option managementq
  4134. Dev.CD Jun 98 RL1
  4135. D!All Packages
  4136. Tool Chest Edition
  4137. GlyphaIVI
  4138. This sample is a basic game implementation in the sprite of Joust.  It is meant as demonstation of the basics of Sprocket usage.
  4139. Sample Code.imgK
  4140. Feb 00MbPowerPC, System 8.1+, GameSprockets, and either Universal Interfaces 3.3 or The GameSprockets SDK
  4141. Dev.CD May 00 TC:Sample Code:P
  4142. Dev.CD May 00 TC
  4143.  - Sample CodeV
  4144. 67795X
  4145. May 00^
  4146. r--set theItem to choose file -- uncomment to test in an AS editor
  4147.     tell application "Finder"
  4148.         open item "Dev.CD May 00 TC:Sample Code:"
  4149.         activate
  4150.     end tell
  4151. on error errMsg number errNum
  4152.     --enter statements to perform when no records are found such as...
  4153.     display dialog "Sorry, the item you selected could not be found."
  4154.     return
  4155. end try
  4156. e    No Changeq
  4157. Dev.CD May 00 TC
  4158. D!All Packages
  4159. Tool Chest Edition
  4160. GroupDrawingtation, please use the Apple Bug Reporter stack. Include t
  4161. makeN
  4162. makefile
  4163. makethefolder
  4164. making`
  4165. manage
  4166. management
  4167. managerN
  4168. manager's
  4169. managers
  4170. managing
  4171. managmentf
  4172. manalyzer
  4173. mananger
  4174. manger
  4175. manipulate
  4176. manipulating
  4177. All Packages
  4178. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  4179. Dev.CD Jan 94
  4180. Dev.CD Oct 93
  4181. Dev.CD Jul 93
  4182. Dev.CD Apr 93PDDev.CD Apr 94
  4183. Dev.CD Jan 94
  4184. Dev.CD Oct 93
  4185. Dev.CD Jul 93
  4186. Dev.CD Apr 9V
  4187. 68623X
  4188. Apr 94
  4189. --set theItem to choose file -- uncomment to test in an AS editor
  4190.     tell application "Finder"
  4191.         open item "Dev.CD Apr 94
  4192. Dev.CD Jan 94
  4193. Dev.CD Oct 93
  4194. Dev.CD Jul 93
  4195. Dev.CD Apr 93"
  4196.         activate
  4197.     end tell
  4198. on error errMsg number errNum
  4199.     --enter statements to perform when no records are found such as...
  4200.     display dialog "Sorry, the item you selected could not be found."
  4201.     return
  4202. end try
  4203. All Packages
  4204. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  4205. Dev.CD Jan 94
  4206. Dev.CD Oct 93
  4207. Dev.CD Jul 93
  4208. Dev.CD Apr 93PDDev.CD Apr 94
  4209. Dev.CD Jan 94
  4210. Dev.CD Oct 93
  4211. Dev.CD Jul 93
  4212. Dev.CD Apr 9V
  4213. 68624X
  4214. Apr 94
  4215. follows
  4216. fonte
  4217. fonts
  4218. footprintg
  4219. 67577X
  4220. Apr 00^
  4221. --set theItem to choose file -- uncomment to test in an AS editor
  4222.     tell application "Finder"
  4223.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Data Detectors SDK:"
  4224.         activate
  4225.     end tell
  4226. on error errMsg number errNum
  4227.     --enter statements to perform when no records are found such as...
  4228.     display dialog "Sorry, the item you selected could not be found."
  4229.     return
  4230. end try
  4231. e    No Changef1detector
  4232. contextual menu
  4233. Apple Data Detectors
  4234. Dev.CD Apr 00 SDK1
  4235. Apple Developer News archive
  4236. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. have web access. 
  4237. .D!All Packages
  4238. Tool Chest Edition
  4239. 1.2.3
  4240. instance
  4241. instrumentation
  4242. instrumentation
  4243. 1.0.6
  4244. int'l
  4245. int'l
  4246. developer
  4247. contacts
  4248. interactive
  4249. interactive
  4250. success
  4251. guide
  4252. interapplication
  4253. interface
  4254. interfaces
  4255. internationals
  4256. international
  4257. 1.5.1
  4258. iso9660
  4259. sample
  4260. issue
  4261.  TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:PGDev.CD May 00 TC
  4262.  - Tool Chest
  4263.  - Memory
  4264.  - DIMM Config&Interleave v1.1abase Part II.pdf
  4265. WebObjects Memory Mgmt.pdf
  4266. WebObjects Tools and Techniques
  4267. WebObjectsCategories&Posers.pdf
  4268. WebObjectsPerformanceTuning
  4269. Working with WebObjects.pdf
  4270. Writing for Interactive Media
  4271. f--set theItem to choose file -- uncomment to test in an AS editor
  4272.     tell application "Finder"
  4273.         open item "Dev.CD Jun 97 SSW"
  4274.         activate
  4275.     end tell
  4276. on error errMsg number errNum
  4277.     --enter statements to perform when no records are found such as...
  4278.     display dialog "Sorry, the item you selected could not be found."
  4279.     return
  4280. end try
  4281. orry, the item you selected could not be found."
  4282.     return
  4283. end try
  4284. Deletedq
  4285. Dev.CD Jul 99 SDK1
  4286. (D!All Packages
  4287. Mac OS SDK Edition
  4288. Apple Data Detectors SDK
  4289.     Macintosh
  4290. PowerPC
  4291. Toolboxq
  4292. Dev.CD May 00 TC
  4293.  D!All Packages
  4294. Tool Chest Edition
  4295. TradDriverLoaderLib1.0b5
  4296. v1.0.1
  4297. v1.1.1
  4298. validator
  4299. variables
  4300. verifier
  4301. verifier
  4302. verilog
  4303. versionedit
  4304. versionedit
  4305. viewer
  4306. virtual
  4307. virtual
  4308. sphere
  4309. 1.0.1
  4310. virtual
  4311. virtual
  4312. tools
  4313. vM.Mac OS with the Apple Event Manager installed.N$Finder, open, display folder, launch.1.2
  4314. Summary: This tool makes it easy to survey people on electronic nets.  Responses are transmitted to central server.  Results are compiled with the touch of a button and can be imported into word processors, spreadsheets, or stat. packages.
  4315. Features: 
  4316.  Responses automatically send in over LocalTalk, AppleLink, or by floppy.
  4317.   Sixteen question formats.  
  4318.  Six page printable Help.  
  4319.  Enforces expiration date, discourages multiple responses.
  4320. PeopleSurveyor 2.1.2K
  4321. Oct 92M
  4322. HyperCard 2.1OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  4323.  - Tool Chest
  4324.  - Development Kits
  4325.  - HyperCard Related
  4326.  - PeopleSurveyor 2.1.2V
  4327. 66776X
  4328. May 98^
  4329. #. If you do not have web access, fill out the template contained in this document and send it to <devsupport@apple.com>.
  4330. Deleted
  4331. uiring no trW
  4332. regardless
  4333. regards
  4334. openfirmware
  4335. opengl
  4336. -v3-026
  4337. csmp-digest-v3-027
  4338. csmp-digest-v3-028
  4339. csmp-digest-v3-029
  4340. csmp-digest-v3-030
  4341. csmp-digest-v3-031
  4342. csmp-digest-v3-032
  4343. csmp-digest-v3-033
  4344. csmp-digest-v3-034
  4345. csmp-digest-v3-035
  4346. csmp-digest-v3-036
  4347. csmp-digest-v3-037
  4348. csmp-digest-v3-038
  4349. csmp-digest-v3-039
  4350. csmp-digest-v3-040
  4351. csmp-digest-v3-041
  4352. csmp-digest-v3-042
  4353. csmp-digest-v3-043
  4354. csmp-digest-v3-044
  4355. csmp-digest-v3-045
  4356. csmp-digest-v3-046
  4357. csmp-digest-v3-047
  4358. csmp-digest-v3-048
  4359. csmp-digest-v3-049
  4360. csmp-digest-v
  4361. 3-050
  4362. csmp-digest-v3-051
  4363. csmp-digest-v3-052
  4364. csmp-digest-v3-053
  4365. csmp-digest-v3-054
  4366. csmp-digest-v3-055
  4367. csmp-digest-v3-056
  4368. csmp-digest-v3-057
  4369. csmp-digest-v3-058
  4370. csmp-digest-v3-059
  4371. csmp-digest-v3-060
  4372. csmp-digest-v3-061
  4373. csmp-digest-v3-062
  4374. csmp-digest-v3-063
  4375. csmp-digest-v3-064
  4376. csmp-digest-v3-065
  4377. csmp-digest-v3-066
  4378. csmp-digest-v3-067
  4379. csmp-digest-v3-068
  4380. csmp-digest-v3-069
  4381. csmp-digest-v3-070
  4382. csmp-digest-v3-071
  4383. csmp-digest-v3-072
  4384. csmp-digest-v3-073
  4385. csmp-digest-v3-074
  4386. csmp-digest-v3-075
  4387. csmp-digest-v
  4388. 68038X
  4389. Apr 95
  4390. p--set theItem to choose file -- uncomment to test in an AS editor
  4391.     tell application "Finder"
  4392.         open item "Dev.CD Apr 95
  4393. Dev.CD Jan 95"
  4394.         activate
  4395.     end tell
  4396. on error errMsg number errNum
  4397.     --enter statements to perform when no records are found such as...
  4398.     display dialog "Sorry, the item you selected could not be found."
  4399.     return
  4400. end try
  4401. All Packages
  4402. F    PowerTalkO
  4403. Dev.CD Apr 95
  4404. Dev.CD Jan 95P
  4405. Dev.CD Apr 95
  4406. Dev.CD Jan 9V
  4407. 68039X
  4408. Apr 95
  4409. p--set theItem to choose file -- uncomment to test in an AS editor
  4410.     tell application "Finder"
  4411.         open item "Dev.CD Apr 95
  4412. Dev.CD Jan 95"
  4413.         activate
  4414.     end tell
  4415. on error errMsg number errNum
  4416.     --enter statements to perform when no records are found such as...
  4417.     display dialog "Sorry, the item you selected could not be found."
  4418.     return
  4419. end try
  4420. All Packages
  4421. F    PowerTalkO
  4422. Dev.CD Apr 95P
  4423. Dev.CD Apr 9V
  4424. 68040X
  4425. Apr 95
  4426. ons only
  4427. Nov 94
  4428. 67941X
  4429. May 00^
  4430. --set theItem to choose file -- uncomment to test in an AS editor
  4431.     tell application "Finder"
  4432.         open item "Dev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Redistribution SDK:"
  4433.         activate
  4434.     end tell
  4435. on error errMsg number errNum
  4436.     --enter statements to perform when no records are found such as...
  4437.     display dialog "Sorry, the item you selected could not be found."
  4438.     return
  4439. end try
  4440. e    No Changef"MRJ
  4441. MRJ SDK
  4442. MRJ 2.2
  4443. Redistributiono
  4444. http://developer.apple.com/sdkq
  4445. Dev.CD May 00 TC
  4446. D!All Packages
  4447. Tool Chest Edition
  4448. MrPlus 1.0I
  4449. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  4450. MPW etc.imgK
  4451. Nov 97M
  4452. Power Macintosh systemN
  4453. performance analysisO6Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD May 00 TC
  4454.  - Tool Chest
  4455.  - Development Kits
  4456.  - MPW etc.V
  4457. 67942X
  4458. May 00^
  4459. #g Se
  4460. bAabbabb`bababa`[Zbb_acbabbacS6FO,MDR\Wc`bb`aa_ab`bb`bb`acZXcb`bb`bb
  4461. `bb`bba_abaZWabXPXWXNYbbc``bb`bb`Qb`bbd;
  4462. &/9JNA<BVRVWXUYXVVTMEE=#
  4463. Scbb`bbX]babb`bbaabaac``f]*
  4464. .*-68<FZbcaabZ]TN\^c_&4I@`abbabbe/T
  4465. -"<HFG6686'>dcaacbcW
  4466.  6GLWXXPFG)
  4467. bL^Yd2
  4468. 279:>AACFIILJJLE>7/:abaabcaada`bdT04SL/2>\C6KF6RJ0T_?.08=GH;+
  4469. Deba`b`aYS!bcb209DNQVUTTSRRJJ?4),
  4470.  $%&3Zff
  4471. d`ba`
  4472. bL]9 $%.*1,) 
  4473. Fdabb`aba`ca_ZX8.2.0+07=9:62*/.4>ZZ]caabb`ba`bb`bb`bb`bdYRSTSRTT
  4474. TSNSRSSRMLTSQSTTSTTRTG.;C%B:GNJTRSTRSSQST
  4475. RTTRTTRSTMKTTRTTRSTRTTRSTSQSTSLJSTKDLJLCL
  4476. T)RSTRESRTTV5
  4477. *6@ORJFHZVZZ\X\[YZWQKJB)
  4478. HTTSqRTTKOTSTTRTTSSTSSUSRXP&
  4479. *(*036?OUVTTUNPHCOQVR$4=3STUUTUUWK
  4480. 5(@RLJABB:-:VVTUVVUN
  4481.  8JMYZZRHH+
  4482. QVTTUTQMW-
  4483. 0102356789;
  4484. 840*4SU
  4485. STUTSUTRTUH*,FA(,6N:)75/C=*EN90,/4@@3&
  4486. :USRRSQRKGSST009CMNTSRSRQQJJ@5*-
  4487.  $&&1LWVTSRT
  4488. QSSTO1
  4489. &#($"
  4490. <URSSRRSRRSRQ
  4491. L(5492615=C@B=9054:<NLOTRRSRRSRRSSRSSRSSRR[
  4492. r--set theItem to choose file -- uncomment to test in an AS editor
  4493.     tell application "Finder"
  4494.         open item "Dev.CD May 00 TC:Sample Code:"
  4495.         activate
  4496.     end tell
  4497. on error errMsg number errNum
  4498.     --enter statements to perform when no records are found such as...
  4499.     display dialog "Sorry, the item you selected could not be found."
  4500.     return
  4501. end try
  4502. calization
  4503. japan
  4504. locator
  4505. lookup
  4506. lookupmenu
  4507. lurkers
  4508. lurkers
  4509. lurkers
  4510. lurkers
  4511. lurkers
  4512. readme
  4513. lurkers
  4514. readme
  4515. graphics
  4516. primer
  4517. guidelines
  4518. development
  4519. toolkit
  4520. runtime
  4521. architectures
  4522. encodingsw
  4523. macapp
  4524. macapp
  4525. cdent
  4526. stuff
  4527. macbinary
  4528. maccalendar
  4529. machack
  4530. macintosh
  4531. macos8and9
  4532. macos8documentation
  4533. macsbug]
  4534. macsbug
  4535. resources]
  4536. datasheet
  4537. white
  4538. paper
  4539. Deletedf*WebObjects
  4540. Performance
  4541. Tuning
  4542. Optimizationq
  4543. Dev.CD Mar OO RLDisk 1
  4544. =D!All Packages
  4545. Mac OS SDK Edition
  4546. WebObjects Tools and Techniques
  4547. WebObjects Tools and Techniques by Theresa Ray of Tensor Information Systems, Inc.
  4548. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips and techniques which will allow you to enhance and tailor these tools to suit your programming needs and personal style.
  4549. WebObjectsToolsAndTech.pdfK
  4550. Jul 99M
  4551. Acrobat Reader 3.0NWWebObjects, EOModeler, Project Builder,  WebObjects Builder, Tools, Tips and TechniquesOODev.CD Apr 00 SDK1:Interactive Media Resources:WebObjects Tools and Techniques:PTDev.CD Apr 00 SDK1
  4552.  - Interactive Media Resources
  4553.  - WebObjects Tools and TechniquesV
  4554. 68750X
  4555. Apr 00^
  4556. #kages
  4557. QuickDraw GXO
  4558. Dev.CD Apr 95P
  4559. Dev.CD Apr 9V
  4560. 65687X
  4561. Apr 95
  4562. Sample Code.imgK
  4563. Feb 00
  4564. - Common
  4565.     - Sun Compliant Java Runtime Environment 1.1
  4566.     - QuickTime 3 
  4567.     - QTJava.zip
  4568.     - QTJava media samples
  4569. - Mac OS:
  4570.     - System 8 or later
  4571.     - Macintosh Runtime for Java (MRJ) 2.1
  4572. - Windows 95, 98, or NT::
  4573.     - JRE/JDK from Sun Microsystems, Inc. recommended
  4574. QuickTime, Java, MRJO
  4575. Dev.CD May 00 TC:Sample Code:P
  4576. Dev.CD May 00 TC
  4577.  - Sample Code when no records are found such as...
  4578.     display dialog "Sorry, the item you selected could not be found."
  4579.     return
  4580. end try
  4581. Movedf;sound
  4582. memory
  4583. dialogs
  4584. windows
  4585. resources
  4586. files
  4587. user interfaceq
  4588. Dev.CD May 00 TC
  4589. D!All Packages
  4590. Tool Chest Edition
  4591. SoundboardI
  4592. Sample Code.imgK
  4593. Feb 00M
  4594. Dev.CD May 00 TC:Sample Code:P
  4595. Dev.CD May 00 TC
  4596.  - Sample CodeV
  4597. 67122X
  4598. May 00^
  4599. 1.0b1]
  4600. output
  4601. overview
  4602. overview
  4603. appletalk
  4604. overview
  4605. appletalk
  4606. parserV
  4607. password
  4608. password
  4609. interface
  4610. 68710X
  4611. Jul 99^
  4612. --set theItem to choose file -- uncomment to test in an AS editor
  4613.     tell application "Finder"
  4614.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:"
  4615.         activate
  4616.     end tell
  4617. on error errMsg number errNum
  4618.     --enter statements to perform when no records are found such as...
  4619.     display dialog "Sorry, the item you selected could not be found."
  4620.     return
  4621. end try
  4622. Deletedf5Telephone Manager
  4623. Telephony
  4624. Analog
  4625. Phone
  4626. Dev.CD Jul 99 SDK1
  4627. D!All Packages
  4628. Mac OS SDK Edition
  4629. Text Encoding Converter 1.5
  4630. primer
  4631. edition
  4632. editor
  4633. edittextcdev
  4634. effect
  4635. eject
  4636. eject
  4637. cards
  4638. location
  4639. module
  4640. embedding
  4641. hardware
  4642. helpq
  4643. imaging[
  4644. installer
  4645. internationals
  4646. ~--set theItem to choose file -- uncomment to test in an AS editor
  4647.     tell application "Finder"
  4648.         open item "Dev.CD Apr 94
  4649. Dev.CD Jan 94
  4650. Dev.CD Oct 93"
  4651.         activate
  4652.     end tell
  4653. on error errMsg number errNum
  4654.     --enter statements to perform when no records are found such as...
  4655.     display dialog "Sorry, the item you selected could not be found."
  4656.     return
  4657. end try
  4658. performa
  4659. performa
  4660. 7.1p2
  4661. performa
  4662. 7.1p5
  4663. performa
  4664. 7.1p6
  4665. performance
  4666. performance
  4667. tools
  4668. pgpuam
  4669. photoshop
  4670. pippin
  4671. pippin
  4672. technical
  4673. notes
  4674. player
  4675. playmovie
  4676. playtune
  4677. plug-ins
  4678. plugins
  4679. popupfuncs
  4680. popupfuncs
  4681. 2.6.1
  4682. porting
  4683. porting
  4684. objective-c
  4685. postscript
  4686. postscript
  4687. output
  4688. filters
  4689. postscript
  4690. utilities
  4691. enabledh
  4692. enabled/disabled
  4693. enabler
  4694. enabling
  4695. encodingh
  4696. encounter
  4697. encouragep
  4698. encouragesZ
  4699. endless
  4700. engineb
  4701. engineering
  4702. engler
  4703. english
  4704. enhance[
  4705. enhanced
  4706. enhancementa
  4707. enhancements`
  4708. enhancing
  4709. enjoy
  4710. enlargedo
  4711. enlightening
  4712. enoughj
  4713. ensure
  4714. ensures
  4715. ensuring
  4716. entering
  4717. enterprisej
  4718. entertainmentj
  4719. entries
  4720. entry
  4721. environementz
  4722. environmentj
  4723. environments
  4724. equilibrium
  4725. equilibrium's
  4726. equivalent
  4727. error
  4728. error-handling
  4729. errors
  4730. esfahani
  4731. eskimo
  4732. ethernetQ
  4733. ethertalkB
  4734. europeanj
  4735. evangelicalj
  4736. evans
  4737. event]
  4738. JNdAppsToGo, AppWannabe, Wannabe, DTS.Draw, DTS.Lib, DTS.StyleChat, Kibitz, pbClock, AppsToGo ReferenceO
  4739. Dev.CD May 00 TC:Sample Code:P
  4740. Dev.CD May 00 TC
  4741.  - Sample CodeV
  4742. 67611X
  4743. May 00^
  4744. r--set theItem to choose file -- uncomment to test in an AS editor
  4745.     tell application "Finder"
  4746.         open item "Dev.CD May 00 TC:Sample Code:"
  4747.         activate
  4748.     end tell
  4749. on error errMsg number errNum
  4750.     --enter statements to perform when no records are found such as...
  4751.     display dialog "Sorry, the item you selected could not be found."
  4752.     return
  4753. end try
  4754. Movedf\AppsToGo
  4755. AppWannabe
  4756. Wannabe
  4757. DTS.Draw
  4758. DTS.Lib
  4759. DTS.StyleChat
  4760. Kibitz
  4761. pbClock
  4762. AppsToGo Referenceq
  4763. Dev.CD May 00 TC
  4764. All Packages
  4765. Arabic Language KitO
  4766. Dev.CD May 96 TCP
  4767. Dev.CD May 96 TV
  4768. 67612X
  4769. May 96
  4770. Apr 94
  4771. goals
  4772. goesN
  4773. going
  4774. golden
  4775. gonzalez
  4776. gonzalez3
  4777. goodN
  4778. All Packages
  4779. System 7 Tune-UpO
  4780. Dev.CD Apr 92
  4781. Dev.CD Mar 92P
  4782. Dev.CD Apr 92
  4783. Dev.CD Mar 9V
  4784. 68392X
  4785. Apr 92
  4786. p--set theItem to choose file -- uncomment to test in an AS editor
  4787.     tell application "Finder"
  4788.         open item "Dev.CD Apr 92
  4789. Dev.CD Mar 92"
  4790.         activate
  4791.     end tell
  4792. on error errMsg number errNum
  4793.     --enter statements to perform when no records are found such as...
  4794.     display dialog "Sorry, the item you selected could not be found."
  4795.     return
  4796. end try
  4797. All Packages
  4798. System 7 Tune-UpO
  4799. Dev.CD Apr 92
  4800. Dev.CD Mar 92P
  4801. Dev.CD Apr 92
  4802. Dev.CD Mar 9V
  4803. 68393X
  4804. Apr 92
  4805. p--set theItem to choose file -- uncomment to test in an AS editor
  4806.     tell application "Finder"
  4807.         open item "Dev.CD Apr 92
  4808. Dev.CD Mar 92"
  4809.         activate
  4810.     end tell
  4811. on error errMsg number errNum
  4812.     --enter statements to perform when no records are found such as...
  4813.     display dialog "Sorry, the item you selected could not be found."
  4814.     return
  4815. end try
  4816. All Packages
  4817. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  4818. Dev.CD Jan 94
  4819. Dev.CD Oct 93
  4820. Dev.CD Jul 93
  4821. Dev.CD Apr 93PDDev.CD Apr 94
  4822. Dev.CD Jan 94
  4823. Dev.CD Oct 93
  4824. Dev.CD Jul 93
  4825. Dev.CD Apr 9V
  4826. 68464X
  4827. Apr 94
  4828. --set theItem to choose file -- uncomment to test in an AS editor
  4829.     tell application "Finder"
  4830.         open item "Dev.CD Apr 94
  4831. Dev.CD Jan 94
  4832. Dev.CD Oct 93
  4833. Dev.CD Jul 93
  4834. Dev.CD Apr 93"
  4835.         activate
  4836.     end tell
  4837. on error errMsg number errNum
  4838.     --enter statements to perform when no records are found such as...
  4839.     display dialog "Sorry, the item you selected could not be found."
  4840.     return
  4841. end try
  4842. All Packages
  4843. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  4844. Dev.CD Jan 94
  4845. Dev.CD Oct 93
  4846. Dev.CD Jul 93
  4847. Dev.CD Apr 93PDDev.CD Apr 94
  4848. Dev.CD Jan 94
  4849. Dev.CD Oct 93
  4850. Dev.CD Jul 93
  4851. Dev.CD Apr 9V
  4852. 68465X
  4853. Apr 94
  4854. postscripthandle
  4855. postscripthandledemo
  4856. potential
  4857. potentially
  4858. pottier
  4859. Summary:  BBEdit Lite is a freeware derivative of BBEdit 3.5, the popular and critically acclaimed text editor for programmers, HTML authors, on-line-service users, and anyone else who needs to edit plain-text files.
  4860. BBEdit Lite is shipped with a QuickStart document which describes many of the application
  4861. s features. Full documentation, as well as a considerable amount of additional functionality, is available with the purchase of BBEdit 3.5. See the document 
  4862. How do I order BBEdit 3.5
  4863. or details on obtaining your own copy of BBEdit.
  4864. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  4865. BBEdit Lite is copyright 
  4866. 1992-1995 by Bare Bones Software, Inc.. All rights reserved. Address all correspondence to:
  4867. Postal:  Bare Bones Software, Inc.
  4868.     P.O. Box 108
  4869.     Bedford, MA  01730-0108
  4870. Phone:  +1 508 651 3561
  4871. Fax:    +1 508 651 7584
  4872. WWW:    http://www.tiac.net/biz/bbsw/
  4873. email
  4874. 67936X
  4875. May 00^
  4876. --set theItem to choose file -- uncomment to test in an AS editor
  4877.     tell application "Finder"
  4878.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  4879.         activate
  4880.     end tell
  4881. on error errMsg number errNum
  4882.     --enter statements to perform when no records are found such as...
  4883.     display dialog "Sorry, the item you selected could not be found."
  4884.     return
  4885. end try
  4886. e    No ChangefEMPW
  4887. compilers
  4888. assemblers
  4889. linkers
  4890. tools
  4891. debuggers
  4892. performance analysisq
  4893. Dev.CD May 00 TC
  4894. D!All Packages
  4895. Tool Chest Edition
  4896. MPW Script Tips 1.1.1
  4897. )Summary: Tips supplementing the MPW 3.0 documentation for MPW scripting
  4898. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  4899. J6Documents
  4900. READMEFIRST!
  4901. Sample Makefiles
  4902. Sample ScriptsK
  4903. Mar 92M
  4904. MPW 3.2 or later
  4905. e    No Change
  4906. Summary:  "Fragment Tool" is a simple application designed to allow basic manipulation of code fragments. It allows you to combine or separate several code fragments, and view and edit various pieces of information associated with each code fragment. 
  4907. "Fragment Tool" demonstrates several Toolbox Managers and  several common, and some not so common, features of these Managers:
  4908.  Code Fragment Manager
  4909.     -Loading and preparing a code fragment from the data fork of a file.
  4910.     -Retrieving
  4911.  a list of exported symbols from a prepared code fragment.
  4912.     -Interpreting and manipulating the 'cfrg' resource.
  4913.  Drag Manager
  4914.     -Creating an application specific file when content is dragged to the Finder.
  4915.     -Using drag data which makes sense only to your own application. 
  4916.     -Dragable lists.
  4917.  List Manager
  4918.     -Both 68K and PowerPC native click loop procedures  (there's a gotcha with a native click loop procedure).
  4919.     -Non standard text styles in lists.
  4920.     -Dragable lists. 
  4921. gunther
  4922. gurmukhi
  4923. guschwan
  4924. gworld
  4925. gworld's
  4926. gworlds
  4927. gx-aware
  4928. gx-compatible
  4929. gxgraphics
  4930. gxifier
  4931. gxoverridetool
  4932. having
  4933. he/she
  4934. headerg
  4935. headers
  4936. healthj
  4937. heaps
  4938. heartbeat
  4939. hedgingj
  4940. helpZ
  4941. helper
  4942. helpful
  4943. helpsZ
  4944. heralds
  4945. herej
  4946. here's
  4947. hersey
  4948. hierarchical
  4949. hifi-color
  4950. highg
  4951. high-end
  4952. high-leveld
  4953. highlighting
  4954. highlightsj
  4955. hints
  4956. historyv
  4957. holdsh
  4958. holidayj
  4959. r--set theItem to choose file -- uncomment to test in an AS editor
  4960.     tell application "Finder"
  4961.         open item "Dev.CD May 00 TC:Sample Code:"
  4962.         activate
  4963.     end tell
  4964. on error errMsg number errNum
  4965.     --enter statements to perform when no records are found such as...
  4966.     display dialog "Sorry, the item you selected could not be found."
  4967.     return
  4968. end try
  4969. typechar
  4970. typed
  4971. typeintltext
  4972. types[
  4973. typeservicesforunico
  4974. typeservicesforunico
  4975. sample
  4976. application
  4977. provided
  4978. ucgetcharproperty
  4979. udpsample
  4980. library
  4981. ukrainian
  4982. ultimate
  4983. ultimately
  4984. un/mount
  4985. unable
  4986. unaffected
  4987. unbeknownst
  4988. unbound
  4989. unclear
  4990. uncompiled
  4991. screen
  4992. script
  4993. scriptable
  4994. scriptable
  4995. printing
  4996. scripting
  4997. scriptswitcher
  4998. scriptswitcher
  4999. script
  5000. switcher
  5001. scroll
  5002. scrolling
  5003. 7 SSW"
  5004.         activate
  5005.     end tell
  5006. on error errMsg number errNum
  5007.     --enter statements to perform when no records are found such as...
  5008.     display dialog "Sorry, the item you selected could not be found."
  5009.     return
  5010. end try
  5011. All Packages
  5012. QuickDraw 3DO
  5013. Dev.CD Jun 97 SSWP
  5014. Dev.CD Jun 97 SSV
  5015. 66872X
  5016. Jun 97
  5017. f--set theItem to choose file -- uncomment to test in an AS editor
  5018.     tell application "Finder"
  5019.         open item "Dev.CD Jun 97 SSW"
  5020.         activate
  5021.     end tell
  5022. on error errMsg number errNum
  5023.     --enter statements to perform when no records are found such as...
  5024.     display dialog "Sorry, the item you selected could not be found."
  5025.     return
  5026. end try
  5027. All Packages
  5028. QuickDraw 3DO
  5029. Dev.CD Jun 97 SSWV
  5030. 66873X
  5031. Deleted
  5032. wO1Dev.CD May 00 TC:Tool Chest:Printing:FindPrinter:P9Dev.CD May 00 TC
  5033.  - Tool Chest
  5034.  - Printing
  5035.  - FindPrinterV
  5036. 67784X
  5037. May 00^
  5038. --set theItem to choose file -- uncomment to test in an AS editor
  5039.     tell application "Finder"
  5040.         open item "Dev.CD May 00 TC:Tool Chest:Printing:FindPrinter:"
  5041.         activate
  5042.     end tell
  5043. on error errMsg number errNum
  5044.     --enter statements to perform when no records are found such as...
  5045.     display dialog "Sorry, the item you selected could not be found."
  5046.     return
  5047. end try
  5048. e    No Changef
  5049. printer selected chooserq
  5050. Dev.CD May 00 TC
  5051. xD!All Packages
  5052. Tool Chest Edition
  5053. FMAT Editor
  5054.     plications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  5055. Peoplesoft & Apple White PaperK
  5056. Dec 95L
  5057. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  5058.  - Programs & MarketingV
  5059. 66775X
  5060. May 98^
  5061. naked
  5062. Summary:
  5063. Collection of QuickTime Developer Documentation for Video, sound, music, 3D, and virtual reality for Macintosh and Windows.
  5064. Features:
  5065. Go to the QuickTime Site Updates page for a summary of recent changes.
  5066. QuickTime, video, sound, 3D, virtual reality, QuickTime 3, graphics
  5067. A2images:
  5068. qtdevdocs:
  5069. quicktime.html
  5070. techpubsfind.htm
  5071. Jan 00L
  5072. Feb 00M
  5073. web browserNCQuickTime, video, sound, 3D, virtual reality, QuickTime 3, graphicsO9Dev.CD Jun 00 RL Disk 2:Technical Publications:quicktime:P>Dev.CD Jun 00 RL Disk 2
  5074.  - Technical Publications
  5075.  - quicktimed
  5076. networking
  5077. macintosh
  5078. harry
  5079. asynchronously
  5080. introducedd
  5081. introduces
  5082. introducing
  5083. mentsj
  5084. involved
  5085. involvesp
  5086. involving
  5087. isn't
  5088. issuej
  5089. issue
  5090. highlights
  5091. issue
  5092. highlights
  5093. issue
  5094. highlights
  5095. issue
  5096. highlights
  5097. issue
  5098. highlights
  5099. issue
  5100. highlights
  5101. issue
  5102. highlights
  5103. issue
  5104. highlights
  5105. issue
  5106. highlights
  5107. issue
  5108. highlights
  5109. issue
  5110. highlights
  5111. issue
  5112. highlights
  5113. issue
  5114. highlights
  5115. issue
  5116. highlights
  5117. 67675X
  5118. Apr 00^
  5119. --set theItem to choose file -- uncomment to test in an AS editor
  5120.     tell application "Finder"
  5121.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Communications Toolbox:"
  5122.         activate
  5123.     end tell
  5124. on error errMsg number errNum
  5125.     --enter statements to perform when no records are found such as...
  5126.     display dialog "Sorry, the item you selected could not be found."
  5127.     return
  5128. end try
  5129. e    No Changeq
  5130. Dev.CD Apr 00 SDK1
  5131. D!All Packages
  5132. Tool Chest Edition
  5133. CompositedEffectsI
  5134. This demo program shows the construction of a Composited image containing the layering of an image file, the ripple effect, an animation and some Java text. Over this is placed a Movie which is drawn in front of the composited image.J
  5135. Sample Code.imgK
  5136. Feb 00
  5137. C:Sample Code:V
  5138. 67676X
  5139. 1e    No Change
  5140. lities
  5141.  - SWAt 2.0b6V
  5142. 67138X
  5143. May 00^
  5144. developer
  5145. business
  5146. report
  5147. 1-12/k
  5148. summary
  5149. appleglot
  5150. translation
  5151. Dragable lists. 
  5152. larkspur
  5153. laser
  5154. laserwriterj
  5155. laserwriteriisc
  5156. laserwriters
  5157. lasso
  5158. lastly
  5159. late-breaking
  5160. laterX
  5161. laterappleh
  5162. latestN
  5163. latest
  5164. specification
  5165. profiles
  5166. latitude
  5167. latter
  5168. launchB
  5169. launchapplication
  5170. launched
  5171. launcher
  5172. launches
  5173. launchingj
  5174. launchwithdoc
  5175. layouts
  5176. ldefproc0
  5177. leading
  5178. leading-edge
  5179. leadsj
  5180. leaks
  5181. learn
  5182. - Common
  5183.     - Sun Compliant Java Runtime Environment 1.1
  5184.     - QuickTime 3 
  5185.     - QTJava.zip
  5186.     - QTJava media samples
  5187. - Mac OS:
  5188.     - System 8 or later
  5189.     - Macintosh Runtime for Java (MRJ) 2.1
  5190. - Windows 95, 98, or NT::
  5191.     - JRE/JDK from Sun Microsystems, Inc. recommended
  5192. QuickTime, Java, MRJical
  5193. publications
  5194. technical
  5195. publications
  5196. technical
  5197. publications
  5198. technical
  5199. publications
  5200. technical
  5201. publications
  5202. server
  5203. technical
  5204. publications
  5205. quicktime
  5206. technical
  5207. publications
  5208. rhapsody
  5209. technical
  5210. publications
  5211. webobjects
  5212. techniques
  5213. token
  5214. tokenizer
  5215. toolbox
  5216. toolkit
  5217. toolkits
  5218. tools]
  5219. transport
  5220. transport/ppp
  5221. tune-up
  5222. All Packages
  5223. System Enabler 065 (LC 575)O
  5224. Dev.CD Apr 94
  5225. Dev.CD Jan 94P
  5226. Dev.CD Apr 94
  5227. Dev.CD Jan 9V
  5228. 68527X
  5229. Apr 94
  5230. p--set theItem to choose file -- uncomment to test in an AS editor
  5231.     tell application "Finder"
  5232.         open item "Dev.CD Apr 94
  5233. Dev.CD Jan 94"
  5234.         activate
  5235.     end tell
  5236. on error errMsg number errNum
  5237.     --enter statements to perform when no records are found such as...
  5238.     display dialog "Sorry, the item you selected could not be found."
  5239.     return
  5240. end try
  5241. All Packages
  5242. System Enabler 065 (LC 575)O
  5243. Dev.CD Apr 94
  5244. Dev.CD Jan 94P
  5245. Dev.CD Apr 94
  5246. Dev.CD Jan 9V
  5247. 68528X
  5248. Apr 94
  5249. Development Kits:MPW etc.:P>Dev.CD May 00 TC
  5250.  - Tool Chest
  5251.  - Development Kits
  5252.  - MPW etc.816X
  5253. May 00^
  5254. #raw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  5255. QuickDraw 3D v1.5.2K
  5256. Sep 97N
  5257. QuickDraw 3D, Windows, Metafileange
  5258. J)Read Me
  5259.  Documentation
  5260.  Samples
  5261.  ToolsK
  5262. Jan 00M
  5263. PowerMac / CodeWarrior IDE 2.1N
  5264. CardBus,  PCMCIA,  PC CardO9Dev.CD Apr 00 SDK1:Development Kits:Hardware:CardBus DDK:PADev.CD Apr 00 SDK1
  5265.  - Development Kits
  5266.  - Hardware
  5267.  - CardBus DDK--enter statements to perform when no records are found such as...
  5268.     display dialog "Sorry, the item you selected could not be found."
  5269.     return
  5270. end try
  5271. painting
  5272. pairs
  5273. palette[
  5274. palette&gworld
  5275. palettes
  5276. palindrome
  5277. pallakoff
  5278. pallete
  5279. panel`
  5280. or errMsg number errNum
  5281.     --enter statements to perform when no records are found such as...
  5282.     display dialog "Sorry, the item you selected could not be found."
  5283.     return
  5284. end try
  5285. All Packages
  5286. Chinese Language Kit UpdaterV
  5287. 63960X
  5288. All Packages
  5289. PPC EnablerO
  5290. Dev.CD Jul 95P
  5291. Dev.CD Jul 9V
  5292. 68063X
  5293. Jul 95
  5294. b--set theItem to choose file -- uncomment to test in an AS editor
  5295.     tell application "Finder"
  5296.         open item "Dev.CD Jul 95"
  5297.         activate
  5298.     end tell
  5299. on error errMsg number errNum
  5300.     --enter statements to perform when no records are found such as...
  5301.     display dialog "Sorry, the item you selected could not be found."
  5302.     return
  5303. end try
  5304. All Packages
  5305. PPC EnablerO
  5306. Dev.CD Jul 95P
  5307. Dev.CD Jul 9V
  5308. 68064X
  5309. Jul 95
  5310. b--set theItem to choose file -- uncomment to test in an AS editor
  5311.     tell application "Finder"
  5312.         open item "Dev.CD Jul 95"
  5313.         activate
  5314.     end tell
  5315. on error errMsg number errNum
  5316.     --enter statements to perform when no records are found such as...
  5317.     display dialog "Sorry, the item you selected could not be found."
  5318.     return
  5319. end try
  5320. All Packages
  5321. PPC EnablerO
  5322. Dev.CD Jul 95P
  5323. Dev.CD Jul 9V
  5324. 68065X
  5325. Jul 95
  5326. %OBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  5327.  - Tool Chest
  5328.  - Testing & Debugging
  5329.  - Memory Management for examining font dependencies.  You tell FindFamilies what installed font family you're interested in, and it finds all the bitmap and outline fonts referenced by that family and tells you what other families also reference them.  Helps to check "Style-linking" so you can see that the plain variant of "MyFont Bold" is really also the bold variant of "
  5330. MyFont Plain", etc.  Shows how to manipulate FOND resources and make the GetNextFOND call under System 7.1 and later.
  5331. GDevVideo:  This code shows how to get the parameters out of GDevice records.
  5332. GrayishOutline:  This snippet was written in reply to a developer question on how to draw the "best possible gray" across several screens of various depth (see the related Q&A in a recent  d e v e l o p   near you).
  5333. icl8 To cicn:  This snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' r
  5334. transports
  5335. software
  5336. software
  5337. license
  5338. software
  5339. license
  5340. software
  5341. licensing
  5342. somobjects
  5343. somobjects
  5344. first
  5345. sound
  5346. sound
  5347. files
  5348. soundapp
  5349. soundapp
  5350. soundapp
  5351. soundapp
  5352. soundapp
  5353. soundapp
  5354. soundapp
  5355. soundapp
  5356. soundapp
  5357. soundappsnds
  5358. soundappsnds
  5359. soundrecord
  5360. soundrecord
  5361. sounds
  5362. soundsprocket
  5363. soundsprocket
  5364. soundunit
  5365. soundunit
  5366. soundunit
  5367. source
  5368. source
  5369. masher
  5370. sourcemenu
  5371. sources
  5372. space
  5373. spain
  5374. spain
  5375. distribution
  5376. guide
  5377. spain
  5378. distributors/localiz
  5379. spanish
  5380. spanish
  5381. 1.1.3
  5382. specific
  5383. specification
  5384. and TSMTE in programming OpenDoc parts.
  5385. 65508X
  5386. Deleted
  5387. directionsj
  5388. disku
  5389. p--set theItem to choose file -- uncomment to test in an AS editor
  5390.     tell application "Finder"
  5391.         open item "Dev.CD Apr 94
  5392. Dev.CD Jan 94"
  5393.         activate
  5394.     end tell
  5395. on error errMsg number errNum
  5396.     --enter statements to perform when no records are found such as...
  5397.     display dialog "Sorry, the item you selected could not be found."
  5398.     return
  5399. end try
  5400. localizersy
  5401. localizing
  5402. localtalkB
  5403. locatex
  5404. located
  5405. locating
  5406. locationt
  5407. locations
  5408. locator
  5409. lock/unlock
  5410. locked
  5411. lockfile
  5412. locking
  5413. lockvol
  5414. logged
  5415. loggingY
  5416. logicz
  5417. logical
  5418. login
  5419. logins
  5420. st:MacApp:
  5421. which
  5422. * Understands conditional compilation.  Source is provided.  
  5423. * Formats in the One True Style out of the box.
  5424. * Used by the developers of MacApp 3.0. 
  5425. * Does not harm the ozone layer nor does it contribute to global warming.
  5426. This package is System 7.0 compatible.  O
  5427. driver
  5428. dynamicv
  5429. editorY
  5430. emulator
  5431. environmentt
  5432. error
  5433. applesearch
  5434. appleshare
  5435. gatewayS
  5436. ethernetQ
  5437. eventa
  5438. events\
  5439. filetool
  5440. folder
  5441. frameworkY
  5442. functione
  5443. gamma
  5444. gatewayS
  5445. glossariess
  5446. graphics
  5447. guest
  5448. guidep
  5449. handwriting
  5450. hardwareA
  5451. helpp
  5452. htmlq
  5453. ntalkQ
  5454. video
  5455. viewY
  5456. vtwinb
  5457. truetype
  5458. truffles
  5459. truncate
  5460. truth
  5461. trying
  5462. tsmte
  5463. ttextgridview
  5464. ttextlistview
  5465. tuneplayer
  5466. tuning
  5467. tunnel
  5468. tupledumper
  5469. tuples
  5470. turbo
  5471. turkish
  5472. turnedA
  5473. turning
  5474. turns
  5475. turtle
  5476. tutorialq
  5477. tween
  5478. twice
  5479. twiddle
  5480. twisted
  5481. twists
  5482. updateQ
  5483. update-based
  5484. updatedo
  5485. updatese
  5486. updatingb
  5487. upgrades
  5488. urbina
  5489. usage
  5490. O0Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:P8Dev.CD Apr 00 SDK1
  5491.  - What's New
  5492.  - Tool Chest
  5493.  - MacAppr 4.0.8
  5494. Installer Licensing - Read Me
  5495. Installer SDK 1.2.3.pdf
  5496. Upgrader 1.2.3 & EnginesK
  5497. Apr 94L
  5498. Feb 99MpInstaller 4.0.8:  System 4.2/Mac Plus and later
  5499. Upgrader/Installer Engine:  System 7.0/68020 processor and laterN    InstallerO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:PGDev.CD Apr 00 SDK1
  5500.  - Development Kits
  5501.  - Mac OS
  5502.  - Installer SDK 1.2.3kages
  5503. Tool Chest Edition
  5504. DriverGestaltExplorerI
  5505. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  5506. s support of Driver Gestalt.J
  5507. Sample Code.imgK
  5508. Jun 98NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  5509. Dev.CD May 00 TC:Sample Code:P
  5510. Dev.CD May 00 TC
  5511.  - Sample CodeV
  5512. 64057X
  5513. May 00^
  5514. #ections 1995f input for Japanese encodings.
  5515.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  5516. yourself
  5517. zanzibar
  5518. zap's
  5519. zaptcp
  5520. zeroing
  5521. zimmerman
  5522. zimmerman's
  5523. zonez
  5524. zones
  5525. zoombox
  5526. speeds
  5527. spellcheck
  5528. spellchecking
  5529. speller
  5530. spelling
  5531. spells
  5532. spellswell
  5533. spend
  5534. sphere
  5535. splash
  5536. splasher
  5537. split
  5538. sponsored
  5539. spooled
  5540. spooler
  5541. spoolers
  5542. spoolingg
  5543. sports
  5544. spots
  5545. spreadsheets
  5546. spreadsheetss
  5547. sprite
  5548. sprites
  5549. sprocket
  5550. sresource
  5551. stackn
  5552. stacks
  5553. staging
  5554. stakingj
  5555. stalking
  5556. stand
  5557. stand-alone
  5558. standalone
  5559. standalone
  5560. version
  5561. --set theItem to choose file -- uncomment to test in an AS editor
  5562.     tell application "Finder"
  5563.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:"
  5564.         activate
  5565.     end tell
  5566. on error errMsg number errNum
  5567.     --enter statements to perform when no records are found such as...
  5568.     display dialog "Sorry, the item you selected could not be found."
  5569.     return
  5570. end try
  5571. "Sorry, the item you selected could not be found."
  5572.     return
  5573. end try
  5574. All Packages
  5575. System Enabler 065 (LC 575)O
  5576. Dev.CD Apr 94P
  5577. Dev.CD Apr 9V
  5578. 67289X
  5579. Apr 94
  5580. b--set theItem to choose file -- uncomment to test in an AS editor
  5581.     tell application "Finder"
  5582.         open item "Dev.CD Apr 94"
  5583.         activate
  5584.     end tell
  5585. on error errMsg number errNum
  5586.     --enter statements to perform when no records are found such as...
  5587.     display dialog "Sorry, the item you selected could not be found."
  5588.     return
  5589. end try
  5590. All Packages
  5591. 67290
  5592. editor
  5593. edittextcdev
  5594. effect
  5595. eject
  5596. eject
  5597. cards
  5598. location
  5599. module
  5600. embedding
  5601. embedding
  5602. profile
  5603. documentation
  5604. emulator
  5605. enablerC
  5606. Summary: This is the electronic version of develop magazine.
  5607.  Issue 3 highlights:
  5608. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  5609. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  5610. s native file format, and how to implement them.
  5611. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  5612. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  5613. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  5614. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  5615. ^e    No Changef<device
  5616. driver
  5617. block
  5618. storage
  5619. Drive,r Gestalt
  5620. CD-ROM
  5621. hard diskq
  5622. Dev.CD May 00 TC
  5623. _D!All Packages
  5624. Tool Chest Edition
  5625. F    DroneZone
  5626. DroneZone is a QD3D application which was designed to use SoundSprocket to demonstrate 3D sound. It also became a good demonstration of InputSprocket, especially in this latest version. The DrawSprocket code is currently disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of adeV
  5627. 66852X
  5628. May 00^
  5629. # dialog "Sorry, the item you selected could not be found."
  5630.     return
  5631. end try
  5632. e    No Changef@MacOSXServer
  5633. AppKit
  5634. Foundation
  5635. Project Builder
  5636. Interface Builderq
  5637. Dev.CD Jul 99 SDK1
  5638. All Packages
  5639. F!Technical Publications: QuickTime
  5640. 65005X
  5641. folder
  5642. fonts
  5643. fontsync
  5644. foreign
  5645. formatting
  5646. forth
  5647. foundation
  5648. frameworkY
  5649. functione
  5650. function
  5651. index
  5652. inside
  5653. functions
  5654. gamepad
  5655. games
  5656. games
  5657. sprockets
  5658. sprite
  5659. blitters
  5660. drawsprocket
  5661. moofwars
  5662. gaming
  5663. gamma
  5664. gatewayS
  5665. generator
  5666. gestalt
  5667. gestalt
  5668. selector
  5669. codes
  5670. gestalt
  5671. manager
  5672. machine
  5673. identificatio
  5674. getenetaddrdirect
  5675. getnextevent
  5676. getnextevent
  5677. waitnextevent
  5678. filter
  5679. helper
  5680. notes
  5681. devnotes
  5682. heaps
  5683. helpp
  5684. helper
  5685. menubar
  5686. corners
  5687. desktop
  5688. finder
  5689. grayrgn
  5690. htmlq
  5691. htmlrenderinglib
  5692. packages
  5693. htmlrenderinglib
  5694. No Change
  5695. --set theItem to choose file -- uncomment to test in an AS editor
  5696.     tell application "Finder"
  5697.         open item "Dev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:"
  5698.         activate
  5699.     end tell
  5700. on error errMsg number errNum
  5701.     --enter statements to perform when no records are found such as...
  5702.     display dialog "Sorry, the item you selected could not be found."
  5703.     return
  5704. end try
  5705. return
  5706. end try
  5707. All Packages
  5708. QuickDraw GXO
  5709. Dev.CD Jul 95P
  5710. Dev.CD Jul 9V
  5711. 66905X
  5712. Jul 95
  5713. b--set theItem to choose file -- uncomment to test in an AS editor
  5714.     tell application "Finder"
  5715.         open item "Dev.CD Jul 95"
  5716.         activate
  5717.     end tell
  5718. on error errMsg number errNum
  5719.     --enter statements to perform when no records are found such as...
  5720.     display dialog "Sorry, the item you selected could not be found."
  5721.     return
  5722. end try
  5723. All Packages
  5724. QuickDraw GXO
  5725. Dev.CD Jul 95P
  5726. Dev.CD Jul 9V
  5727. 66906X
  5728. Jul 95
  5729. adbreinitW
  5730. together@
  5731. toolbox@
  5732. toolkit@
  5733. tpifile
  5734. sample
  5735. module
  5736. tpifile
  5737. traffic@
  5738. transition@
  5739. tricks@
  5740. typically@
  5741. uncompressed@
  5742. unified@
  5743. unobtrusive@
  5744. update-based@
  5745. upon@
  5746. used@
  5747. usenet@
  5748. user's@
  5749. user-interface@
  5750. userstartup@
  5751. ivers
  5752. sometimes
  5753. resedit@
  5754. which
  5755. while@
  5756. williams@
  5757. window's@
  5758. windows@
  5759. windows/dos@
  5760. plug-in's
  5761. woodcock@
  5762. wouldn't@
  5763. writing
  5764. written@
  5765. wrong@
  5766. xresult@
  5767. you'll@
  5768. zoomdocproc@
  5769. 03-information
  5770. registrati
  5771. 1.4.2@
  5772. 2/96@
  5773. about@
  5774. about
  5775. appleshare
  5776. client
  5777. aegizmos
  5778. 1.4.2@
  5779. apple
  5780. directions
  5781. 03/96@
  5782. apple
  5783. event
  5784. xcmds
  5785. 1.0b3@
  5786. apple
  5787. standardsw
  5788. installermaker
  5789. installers
  5790. installingU
  5791. installment
  5792. installs
  5793. instance
  5794. instances
  5795. instant
  5796. instantiated
  5797. instantly
  5798. insteado
  5799. instruction
  5800. instructionalu
  5801. instructionsZ
  5802. instrumentation
  5803. instrumented
  5804. instruments
  5805. instuctions
  5806.  access, and preferences. Core Foundation is included as part of CarbonLib on Mac OS 8 and 9. For Mac OS X, Core Foundation wilte
  5807.     end tell
  5808. on error errMsg number errNum
  5809.     --enter statements to perform when no records are found such as...
  5810.     display dialog "Sorry, the item you selected could not be found."
  5811.     return
  5812. end try
  5813. All Packages
  5814. F    QuickTimeO
  5815. Dev.CD Jan 96 SSWP
  5816. Dev.CD Jan 96 SSV
  5817. 65731X
  5818. Jan 96
  5819.  Debugging:Virtual User tools:
  5820. datah
  5821. conversion
  5822. apple
  5823. event
  5824. server
  5825. scripting
  5826. database
  5827. database
  5828. dcmda
  5829. debug
  5830. debug
  5831. sound
  5832. manager
  5833. 3.2.1
  5834. debugger
  5835. debuggers
  5836. debugging
  5837. debugging
  5838. performance
  5839. power
  5840. powerpc
  5841. emulator
  5842. declaration
  5843. decompress
  5844. decompressionP
  5845. default
  5846. delete
  5847. depth
  5848. design
  5849. designing
  5850. printer
  5851. default
  5852. setdefaultdtp
  5853. quickdraw
  5854. desktop
  5855. desktops
  5856. detectorh
  5857. detector
  5858. contextual
  5859. apple
  5860. detectors
  5861. detectorsh
  5862. developeri
  5863. developer
  5864. documentation
  5865. publications
  5866. technical
  5867. document
  5868. developer
  5869. notes
  5870. hardware
  5871. technical
  5872. publications
  5873. ibook
  5874. developers
  5875. development
  5876. eventa
  5877. events\
  5878. filetool
  5879. firewire
  5880. GX->PostScript SampleIjReplaces the GX to PostScript sample code that was made available on the February 1998 Tool Chest Edition.J
  5881. GXtoPS Installer:K
  5882. Feb 98M
  5883. QuickDraw GX 1.1.6 and aboveN
  5884. GX, PostScript, sample codeOnDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:P|Dev.CD Apr 98 SDK2
  5885.  - Development Kits (Disc 2)
  5886.  - QuickDraw GX
  5887.  - Programming Stuff
  5888.  - Sample Code
  5889.  - GX->PostScript SampleV
  5890. 67797X
  5891. Apr 98^
  5892. --set theItem to choose file -- uncomment to test in an AS editor
  5893.     tell application "Finder"
  5894.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:"
  5895.         activate
  5896.     end tell
  5897. on error errMsg number errNum
  5898.     --enter statements to perform when no records are found such as...
  5899.     display dialog "Sorry, the item you selected could not be found."
  5900.     return
  5901. end try
  5902. e    No Changef
  5903. PostScript
  5904. sample codeq
  5905. Dev.CD Apr 98 SDK2
  5906. hat aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT, this code roughly parallels what the popup menu CDEF (ID 63) does.
  5907. PowerMacOr68K:  This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides a method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  5908. Prefs:  This Think C application displays a sample preferences dialog con
  5909. taining edit text, radio buttons, and a file selection button, and demonstrates storage of the item settings in a preferences file.
  5910. ProgressBars 1.0:  ProgressBars is a bares bones application that demonstrates two implementations of the progress bars found in many Macintosh applications, namely the standard progress bar and the barber pole.
  5911. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  5912. Reinstalla
  5913. assist
  5914. modules
  5915. macapp
  5916. tutorial
  5917. scripts
  5918. vucollect
  5919. vucollect
  5920. vumeters
  5921. waste
  5922. waste
  5923. 1.3a6
  5924. white
  5925. windows
  5926. workbook
  5927. xcmdsn
  5928. xfcnc
  5929. xfcns
  5930. 01/13/2000
  5931. 01730-0108
  5932. 01760
  5933. 1-12/96k
  5934. 1-bit
  5935. 1.0.0d3
  5936. 1.0.1h
  5937. 1.0.2h
  5938. 1.0.3e
  5939. 1.0.6
  5940. 1.0.8
  5941. 1.0a5
  5942. 1.0b1
  5943. 1.0b2
  5944. 1.0d1
  5945. 1.0d8
  5946. 1.1.1
  5947. 1.1.2
  5948. 67821X
  5949. May 00^
  5950. --set theItem to choose file -- uncomment to test in an AS editor
  5951.     tell application "Finder"
  5952.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:"
  5953.         activate
  5954.     end tell
  5955. on error errMsg number errNum
  5956.     --enter statements to perform when no records are found such as...
  5957.     display dialog "Sorry, the item you selected could not be found."
  5958.     return
  5959. end try
  5960. e    No ChangefMMacTCP
  5961. Communications Toolbox
  5962. Serial ports
  5963. CD Audio toolkit
  5964. Video toolkitq
  5965. Dev.CD May 00 TC
  5966. D!All Packages
  5967. Mac OS SDK Edition
  5968. ICC Profile SpecI&Latest ICC specification for profiles.J
  5969. Embedding ICC Profile in EPS
  5970. Embedding ICC Profile in GIF89a
  5971. Embedding ICC Profile in Pict
  5972. Embedding ICC Profiles in JFIF
  5973. Embedding ICC Profiles in TIFFK
  5974. Apr 98M
  5975. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:nge
  5976. All Packages
  5977. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  5978. Dev.CD Jan 94
  5979. Dev.CD Oct 93
  5980. Dev.CD Jul 93
  5981. Dev.CD Apr 93PDDev.CD Apr 94
  5982. Dev.CD Jan 94
  5983. Dev.CD Oct 93
  5984. Dev.CD Jul 93
  5985. Dev.CD Apr 9V
  5986. 68647X
  5987. Apr 94
  5988. --set theItem to choose file -- uncomment to test in an AS editor
  5989.     tell application "Finder"
  5990.         open item "Dev.CD Apr 94
  5991. Dev.CD Jan 94
  5992. Dev.CD Oct 93
  5993. Dev.CD Jul 93
  5994. Dev.CD Apr 93"
  5995.         activate
  5996.     end tell
  5997. on error errMsg number errNum
  5998.     --enter statements to perform when no records are found such as...
  5999.     display dialog "Sorry, the item you selected could not be found."
  6000.     return
  6001. end try
  6002. All Packages
  6003. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  6004. Dev.CD Jan 94
  6005. Dev.CD Oct 93
  6006. Dev.CD Jul 93
  6007. Dev.CD Apr 93PDDev.CD Apr 94
  6008. Dev.CD Jan 94
  6009. Dev.CD Oct 93
  6010. Dev.CD Jul 93
  6011. Dev.CD Apr 9V
  6012. 68648X
  6013. Apr 94
  6014. itorsu
  6015. edittext
  6016. edittextcdev
  6017. educationalj
  6018. effect
  6019. b--set theItem to choose file -- uncomment to test in an AS editor
  6020.     tell application "Finder"
  6021.         open item "Dev.CD Jul 95"
  6022.         activate
  6023.     end tell
  6024. on error errMsg number errNum
  6025.     --enter statements to perform when no records are found such as...
  6026.     display dialog "Sorry, the item you selected could not be found."
  6027.     return
  6028. end try
  6029. ocessor upgrade card). At least 12MB of physical RAM with Virtual Memory set to at least 20MBN
  6030. OS 8, 8.1, Update,  ImageO@Dev.CD Jul 98 SSW/SDK:System Software:Worldwide System Software:PEDev.CD Jul 98 SSW/SDK
  6031.  - System Software
  6032.  - Worldwide System SoftwareV
  6033. 67530X
  6034. Jul 98^
  6035. SSW/SDK
  6036. e    No Change
  6037. networking
  6038. macintosh
  6039. harry
  6040. asynchronously
  6041. gamesj
  6042. gamesprcokets
  6043. gamesprockets
  6044. garbage
  6045. gatewayS
  6046. gatewaysj
  6047. gatherx
  6048. gathering
  6049. gb2312
  6050. gdevice
  6051. gdevice's
  6052. gdevvideo
  6053. gdirp
  6054. gdrefnum
  6055. gearing
  6056. gelphman
  6057. gemma
  6058. general
  6059. generating
  6060. generation
  6061. generator
  6062. generators
  6063. generic
  6064. generically
  6065. genericness
  6066. geometric
  6067. geometries
  6068. geoportj
  6069. german
  6070. germany
  6071. gestaltB
  6072. gestalttable
  6073. events
  6074. needs
  6075. events
  6076. getdctlentry
  6077. getfinfo
  6078. getinfo
  6079. Save Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers.
  6080. Scalable PostScript PICT:  Shows how you can use the PostScript clip in combination with the QuickDraw clipping region to make PostScript code that scales at run-time.  Has some limitations, but a useful technique.
  6081. SetPDiMC:  This MPW toolG
  6082.  sets the 
  6083. Printer Driver Is MultiFinder Compatible
  6084.  flag (see 
  6085. Learning to Drive
  6086.  on the Developer Essentials disc).
  6087. Stylemap:  Yet another code illustration for the Q&A on "intrinsic styles of a PostScript font" in d e v e l o p, Summer 1991.
  6088. Sample Code.imgK
  6089. Nov 94L
  6090. Nov 96O
  6091. Dev.CD May 00 TC:Sample Code:P
  6092. Dev.CD May 00 TC
  6093.  - Sample Codero
  6094. zeroing
  6095. zimmerman
  6096. zimmerman's
  6097. zonez
  6098. zones
  6099. zoombox
  6100. summary
  6101. updates
  6102. mactcp
  6103. driver
  6104. correct
  6105. summary
  6106. training
  6107. stack
  6108. gives
  6109. general
  6110. overview
  6111. summary
  6112. allows
  6113. hypertalk
  6114. scripter
  6115. display
  6116. summary
  6117. three
  6118. samples
  6119. involving
  6120. standard
  6121. dialogs
  6122. summary
  6123. three
  6124. tools
  6125. testing
  6126. performance
  6127. summary
  6128. supplementing
  6129. documentation
  6130. summary
  6131. toolbox
  6132. assistant
  6133. gives
  6134. rapid
  6135. access
  6136. up-to-da
  6137. summary
  6138. unmountit
  6139. easily
  6140. unmount
  6141. eject
  6142. sharable
  6143. summary
  6144. updated
  6145. conceptual
  6146. reference
  6147. documentation
  6148. summary
  6149. display
  6150. starting
  6151. summary
  6152. validator
  6153. utility
  6154. testing
  6155. sierra/i
  6156. summary
  6157. simple
  6158. macintosh
  6159. application
  6160. supports
  6161. summary
  6162. pleased
  6163. provide
  6164. version
  6165. 1.5.1
  6166. summary
  6167. network
  6168. software
  6169. installer
  6170. insta
  6171. summer
  6172. sun's
  6173. sunsoft
  6174. super
  6175. 68207X
  6176. Jan 94
  6177. p--set theItem to choose file -- uncomment to test in an AS editor
  6178.     tell application "Finder"
  6179.         open item "Dev.CD Jan 94
  6180. Dev.CD Oct 93"
  6181.         activate
  6182.     end tell
  6183. on error errMsg number errNum
  6184.     --enter statements to perform when no records are found such as...
  6185.     display dialog "Sorry, the item you selected could not be found."
  6186.     return
  6187. end try
  6188. All Packages
  6189. F    QuickTimeO
  6190. Dev.CD Jan 94
  6191. Dev.CD Oct 93P
  6192. Dev.CD Jan 94
  6193. Dev.CD Oct 9V
  6194. 68208X
  6195. Jan 94
  6196. p--set theItem to choose file -- uncomment to test in an AS editor
  6197.     tell application "Finder"
  6198.         open item "Dev.CD Jan 94
  6199. Dev.CD Oct 93"
  6200.         activate
  6201.     end tell
  6202. on error errMsg number errNum
  6203.     --enter statements to perform when no records are found such as...
  6204.     display dialog "Sorry, the item you selected could not be found."
  6205.     return
  6206. end try
  6207. All Packages
  6208. F    QuickTimeO
  6209. Dev.CD Jan 94P
  6210. Dev.CD Jan 9V
  6211. 68209X
  6212. Jan 94
  6213. synchronization
  6214. areasp
  6215. aren't
  6216. arena
  6217. arguments
  6218. arithmetic
  6219. around
  6220. receives
  6221. otbuffer
  6222. otbufferinfo@
  6223. transport
  6224. otlifo
  6225. otfifo
  6226. otlink
  6227. linked
  6228. list@
  6229. opendoc@
  6230. scripting@
  6231. strings@
  6232. tcp/ip@
  6233. virtual
  6234. external
  6235. version@
  6236. change
  6237. deleted@
  6238. change@
  6239. package@
  6240. apple@
  6241. appletalk
  6242. transaction
  6243. protocol@
  6244. async
  6245. device@
  6246. cacheline@
  6247. capabilities@
  6248. cfcomparisonresult@
  6249. codewarrior@
  6250. colorsync
  6251. photoshop
  6252. plug-ins@
  6253. contextual@
  6254. decompress@
  6255. display
  6256. display
  6257. mode@
  6258. dynamic
  6259. library@
  6260. All Packages
  6261. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  6262. Dev.CD Jan 94
  6263. Dev.CD Oct 93
  6264. Dev.CD Jul 93
  6265. Dev.CD Apr 93PDDev.CD Apr 94
  6266. Dev.CD Jan 94
  6267. Dev.CD Oct 93
  6268. Dev.CD Jul 93
  6269. Dev.CD Apr 9V
  6270. 68649X
  6271. Apr 94
  6272. --set theItem to choose file -- uncomment to test in an AS editor
  6273.     tell application "Finder"
  6274.         open item "Dev.CD Apr 94
  6275. Dev.CD Jan 94
  6276. Dev.CD Oct 93
  6277. Dev.CD Jul 93
  6278. Dev.CD Apr 93"
  6279.         activate
  6280.     end tell
  6281. on error errMsg number errNum
  6282.     --enter statements to perform when no records are found such as...
  6283.     display dialog "Sorry, the item you selected could not be found."
  6284.     return
  6285. end try
  6286. All Packages
  6287. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  6288. Dev.CD Jan 94
  6289. Dev.CD Oct 93
  6290. Dev.CD Jul 93
  6291. Dev.CD Apr 93PDDev.CD Apr 94
  6292. Dev.CD Jan 94
  6293. Dev.CD Oct 93
  6294. Dev.CD Jul 93
  6295. Dev.CD Apr 9V
  6296. 68650X
  6297. Apr 94
  6298. editorsu
  6299. educationalj
  6300. effect
  6301. employj
  6302. emptied
  6303. emulator
  6304. enableq
  6305. All Packages
  6306. PPC EnablerO
  6307. Dev.CD Jul 95P
  6308. Dev.CD Jul 9V
  6309. 68066X
  6310. Jul 95
  6311. b--set theItem to choose file -- uncomment to test in an AS editor
  6312.     tell application "Finder"
  6313.         open item "Dev.CD Jul 95"
  6314.         activate
  6315.     end tell
  6316. on error errMsg number errNum
  6317.     --enter statements to perform when no records are found such as...
  6318.     display dialog "Sorry, the item you selected could not be found."
  6319.     return
  6320. end try
  6321. All Packages
  6322. PPC EnablerO
  6323. Dev.CD Jul 95P
  6324. Dev.CD Jul 9V
  6325. 68067X
  6326. Jul 95
  6327. b--set theItem to choose file -- uncomment to test in an AS editor
  6328.     tell application "Finder"
  6329.         open item "Dev.CD Jul 95"
  6330.         activate
  6331.     end tell
  6332. on error errMsg number errNum
  6333.     --enter statements to perform when no records are found such as...
  6334.     display dialog "Sorry, the item you selected could not be found."
  6335.     return
  6336. end try
  6337. All Packages
  6338. PPC EnablerO
  6339. Dev.CD Jul 95P
  6340. Dev.CD Jul 9V
  6341. 68068X
  6342. Jul 95
  6343. ermine
  6344. shrinking
  6345. shutdownB
  6346. siegel
  6347. sierra
  6348. sierra/iso
  6349. signal
  6350. signaling
  6351. signature
  6352. signatures
  6353. signaturetoapp
  6354. signed
  6355. significant
  6356. signing
  6357. silevelmeteronoff
  6358. silly
  6359. simenel
  6360. similarN
  6361. similarities
  6362. similarly
  6363. simone
  6364. simple\
  6365. simple
  6366. sample
  6367. which
  6368. demonstrates
  6369. setdeskcpa
  6370. simpleapp
  6371. simplechooser
  6372. simpleinit
  6373. ltaneously
  6374. since
  6375. IP is not supported).
  6376. VU3.0.1d3.smiK
  6377. Dec 97L
  6378. Feb 00MIVU External Tool communications require targets with System 7.0 or later.NEVU, Virtual User, VirtualUser, Testing, Automation, Automated TestingOEDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PMDev.CD May 00 TC
  6379.  - Tool Chest
  6380.  - Testing & Debugging
  6381.  - Virtual User 3.0.1d3
  6382. encoding
  6383. ideaN
  6384. ideal
  6385. identified
  6386. identifiers
  6387. identify
  6388. identity
  6389. ignoring
  6390. indexesq
  6391. indexing
  6392. india
  6393. indian
  6394. indicatedZ
  6395. indicates
  6396. indicators
  6397. indices
  6398. indispensable
  6399. individual
  6400. industry
  6401. industry-standard
  6402. industrywatchj
  6403. inefficiency
  6404. inflict
  6405. infomation
  6406. inform
  6407. informationB
  6408. informational
  6409. infrared
  6410. inherit
  6411. inheritance
  6412. readme
  6413. parts
  6414. pascal
  6415. pasmatit
  6416. password
  6417. password
  6418. interface
  6419. patch
  6420. patches
  6421. 5300ramcard
  6422. manager
  6423. manager
  6424. power
  6425. readme
  6426. viewer
  6427. peoplesoft
  6428. peoplesoft
  6429. apple
  6430. white
  6431. paper
  6432. peoplesurveyor
  6433. peoplesurveyor
  6434. 2.1.2
  6435. performance
  6436. update
  6437. updater
  6438. updates
  6439. access
  6440. usage
  6441. usedistanthdwrmem
  6442. uselocalhdwrmem
  6443. assistance
  6444. guide
  6445. interface
  6446. utilities
  6447. utility
  6448. validation
  6449. validation
  6450. reformatting
  6451. variable
  6452. variables
  6453. vector
  6454. version
  6455. video
  6456. video
  6457. conferencing
  6458. video
  6459. device
  6460. video
  6461. toolkit
  6462. Tool Chest Edition
  6463. FinderDragPro
  6464. Sample file illustrating drag and drop techniques for use with file system objects.  This file illustrates how applications can use drag and drop commands in a way compatible with current and past versions of the Finder.
  6465. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  6466. mybuildmenu
  6467. myquicktakeapp
  6468. myquicktakeapp
  6469. 1.0.1tc7
  6470. myquicktakeapp
  6471. 1.0.2
  6472. n-dutch
  6473. namerevisioncurrent
  6474. native
  6475. native
  6476. navig
  6477. navigable
  6478. navigable
  6479. movie
  6480. toolkit
  6481. navigation
  6482. navigation
  6483. services
  6484. nbtestintf
  6485. nbtestintf
  6486. nbtestlib
  6487. nbtestlib
  6488. controller
  6489. server
  6490. controller
  6491. server
  6492. remote
  6493. control
  6494. servercontrolintf
  6495. servercontrolintf
  6496. serversS
  6497. servervols
  6498. servervols
  6499. services
  6500. movie
  6501. setdefaultdtp
  6502. setdefaultdtp
  6503. setdefaultdtp
  6504. setfileflag
  6505. setfileflag
  6506. setfinderlock
  6507. setfinderlock
  6508. setfinfo
  6509. setfinfo
  6510. setfolderflag
  6511. izetkl
  6512. sizetkl
  6513. sizetkl
  6514. agent
  6515. specific
  6516. files
  6517. Jun 97
  6518. f--set theItem to choose file -- uncomment to test in an AS editor
  6519.     tell application "Finder"
  6520.         open item "Dev.CD Jun 97 SSW"
  6521.         activate
  6522.     end tell
  6523. on error errMsg number errNum
  6524.     --enter statements to perform when no records are found such as...
  6525.     display dialog "Sorry, the item you selected could not be found."
  6526.     return
  6527. end try
  6528. hD!All Packages
  6529. Tool Chest Edition
  6530. QuickTime 4 for Mac and Windows
  6531. With a customer base of more than five million Mac and Windows users who downloaded the preview release, and a growing list of online publishers
  6532. including, most recently, Fox News Online, Fox Sports Online and The Weather Channel
  6533. QuickTime 4 is the hottest streaming technology on the Internet.
  6534. Over 17,000 software products are built with QuickTime, and 400 new QuickTime-enabled products are created every month. And more than 57% of websites that use video use QuickTime.
  6535. For more informatstreamedit
  6536. streaming
  6537. streamlined
  6538. JVBuildFailed
  6539. BuildProgram
  6540. BuildSucceeded
  6541. MakeFile
  6542. MPWTool
  6543. MPWTool.c
  6544. Read Me
  6545. Read Me.txtK
  6546. Vol XIM
  6547. MPWOADev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:PLDev.CD May 00 TC
  6548.  - Tool Chest
  6549.  - Development Kits
  6550.  - MPW Related
  6551.  - MPWToolV
  6552. 67938X
  6553. May 00^
  6554. --set theItem to choose file -- uncomment to test in an AS editor
  6555.     tell application "Finder"
  6556.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  6557.         activate
  6558.     end tell
  6559. on error errMsg number errNum
  6560.     --enter statements to perform when no records are found such as...
  6561.     display dialog "Sorry, the item you selected could not be found."
  6562.     return
  6563. end try
  6564. e    No Changeq
  6565. Dev.CD May 00 TC
  6566. D!All Packages
  6567. Mac OS SDK Edition
  6568. MRJ 2.1.4 Web Install
  6569.     he item you selected could not be found."
  6570.     return
  6571. end try
  6572. All Packages
  6573. QuickDraw GXO
  6574. Dev.CD Jan 96 SDK1P
  6575. Dev.CD Jan 96 SDKV
  6576. 65659X
  6577. Jan 96
  6578. comma
  6579. commandT
  6580. command-line
  6581. commando
  6582. commandsB
  6583. commented
  6584. comments
  6585. commercial
  6586. commit
  6587. commitment
  6588. committedj
  6589. commonj
  6590. commonly
  6591. commons
  6592. commpilerj
  6593. commtoolbox
  6594. log "Sorry, the item you selected could not be found."
  6595.     return
  6596. end try
  6597. Deletedf
  6598. QuickDraw 3D
  6599. Windows
  6600. Metafileq
  6601. Dev.CD Apr 99 SDK1
  6602. D!All Packages
  6603. Mac OS SDK Edition
  6604. QuickDraw GX
  6605.     nformation in the SDK is the same. The 3.1 version of the .Keyboard font contains fifteen additional glyphs for displaying the function keys F1 to F15 in menus and dialogs.
  6606. 63872X
  6607. 1e    No Change
  6608. allowsB
  6609. 67674X
  6610. Apr 98^
  6611. --set theItem to choose file -- uncomment to test in an AS editor
  6612.     tell application "Finder"
  6613.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  6614.         activate
  6615.     end tell
  6616. on error errMsg number errNum
  6617.     --enter statements to perform when no records are found such as...
  6618.     display dialog "Sorry, the item you selected could not be found."
  6619.     return
  6620. end try
  6621. Deletedf
  6622. ColorSync Photoshop Plug-insq
  6623. Dev.CD Apr 98 SDK1
  6624. D!All Packages
  6625. Mac OS SDK Edition
  6626. Communications Toolbox
  6627. Sept 9
  6628. q--set theItem to choose file -- uncomment to test in an AS editor
  6629.     tell application "Finder"
  6630.         open item "Dev.CD Sept 92
  6631. Dev.CD Aug 92"
  6632.         activate
  6633.     end tell
  6634. on error errMsg number errNum
  6635.     --enter statements to perform when no records are found such as...
  6636.     display dialog "Sorry, the item you selected could not be found."
  6637.     return
  6638. end try
  6639. e    No Changeq
  6640. Dev.CD May 00 TC
  6641. D!All Packages
  6642. Tool Chest Edition
  6643.  XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  6644.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  6645. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  6646. JEbuildXCMD
  6647. Help XFCN RN 1.4
  6648. helpLab
  6649. makefileHelp
  6650. makeout
  6651. object
  6652. sourceK
  6653. Vol VIIL
  6654. Aug 93M
  6655. HyperCard 2.1, System 7N
  6656. HyperCard, Help, BalloonsO[Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD May 00 TC
  6657.  - Tool Chest
  6658.  - Development Kits
  6659.  - HyperCard Related
  6660.  - XCMDs & XFCNs
  6661.  - Help XFCN 1.4V
  6662. 67808X
  6663. 1FCN 1.4V
  6664. 67808X
  6665. 1e    No Change
  6666. Summary:  Apple has licensed and has ported IBM's SOMobjects technology to the Macintosh. SOMobjects is a multi-platform standard providing for system-level sharable objects in a language-neutral way. It also solves the "fragile base class" problem of object-oriented shared libraries, avoiding the need for client libraries to be recompiled when the base class they inherit from is in a different library and is changed.
  6667. To offer these benefits (multi-platform support and fragile base-class 
  6668. resolution) SOMobjects requires the use of an Interface Description Language (IDL) compiler as a first step in the development process. An MPW-hosted version of this compiler is now available.
  6669. SOMobjects runs on top of CFM, and thus is available for both 68K and native PowerPC Macintosh development. It is a foundation technology for OpenDoc.
  6670. SOMobjects
  6671.  for Mac OS version 2.0.8 contains several bug fixes over version 2.0.7.
  6672. Jan 96L
  6673. Oct 96
  6674. viewer
  6675. virtual
  6676. virtual
  6677. navigation
  6678. virtual
  6679. reality
  6680. virtual
  6681. virtualuser
  6682. visigenic
  6683. volume
  6684. volume
  6685. volumes
  6686. vtwin
  6687. vu-meter
  6688. vumeter
  6689. waitnextevent
  6690. wannabe
  6691. waste
  6692. browser
  6693. objects
  6694. webobjects
  6695. webobjects
  6696. webobjects
  6697. webobjects
  6698. builder
  6699. window
  6700. window
  6701. arrangement
  6702. window
  6703. attributes
  6704. window
  6705. class
  6706. window
  6707. classes
  6708. window
  6709. layers
  6710. window
  6711. manager
  6712. windows
  6713. wombat
  6714. workgroup
  6715. working
  6716. workstation
  6717. world
  6718. world
  6719. wrapper
  6720. writeswell
  6721. yellow
  6722. yellow
  6723. yellow
  6724. zanzibar
  6725. e--set theItem to choose file -- uncomment to test in an AS editor
  6726.     tell application "Finder"
  6727.         open item "Dev.CD May 97 TC"
  6728.         activate
  6729.     end tell
  6730. on error errMsg number errNum
  6731.     --enter statements to perform when no records are found such as...
  6732.     display dialog "Sorry, the item you selected could not be found."
  6733.     return
  6734. end try
  6735. r statements to perform when no records are found such as...
  6736.     display dialog "Sorry, the item you selected could not be found."
  6737.     return
  6738. end try
  6739. e    No Changeq
  6740. Dev.CD Aug 97 TC
  6741. Macintosh PowerBook Qualified
  6742. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  6743. The Kit includes:
  6744. Guide to Macintosh PowerBook Qualified Program
  6745. Program Technical Specifications
  6746. Program Pre-testing Guidelines
  6747. Legal Documentation for licensing and program participation
  6748. cipation
  6749. Nov 95
  6750. /F    QuickTimeO
  6751. Dev.CD Jan 94
  6752. Dev.CD Oct 93P
  6753. Dev.CD Jan 94
  6754. Dev.CD Oct 9
  6755. number
  6756. number
  6757. formatting
  6758. object
  6759. object
  6760. object-oriented
  6761. objective-c
  6762. objects
  6763. objectsupportlib
  6764. off-screen
  6765. opaque
  6766. opaque
  6767. types
  6768. firmware
  6769. systems
  6770. transport
  6771. transport
  6772. debug
  6773. transport
  6774. module
  6775. opendoc
  6776. openfirmware
  6777. opengl
  6778. opening
  6779. opening
  6780. files
  6781. openstep
  6782. opentransport
  6783. optimization
  6784. option
  6785. option
  6786. management
  6787. ordered
  6788. ordered
  6789. collection
  6790. All Packages
  6791. System 7 Tune-UpO
  6792. Dev.CD Sept 92
  6793. Dev.CD Aug 92P
  6794. Dev.CD Sept 92
  6795. Dev.CD Aug 9V
  6796. 68384X
  6797. Sept 9
  6798. q--set theItem to choose file -- uncomment to test in an AS editor
  6799.     tell application "Finder"
  6800.         open item "Dev.CD Sept 92
  6801. Dev.CD Aug 92"
  6802.         activate
  6803.     end tell
  6804. on error errMsg number errNum
  6805.     --enter statements to perform when no records are found such as...
  6806.     display dialog "Sorry, the item you selected could not be found."
  6807.     return
  6808. end try
  6809. All Packages
  6810. System 7 Tune-UpO
  6811. Dev.CD Sept 92
  6812. Dev.CD Aug 92P
  6813. Dev.CD Sept 92
  6814. Dev.CD Aug 9V
  6815. 68385X
  6816. Sept 9
  6817. q--set theItem to choose file -- uncomment to test in an AS editor
  6818.     tell application "Finder"
  6819.         open item "Dev.CD Sept 92
  6820. Dev.CD Aug 92"
  6821.         activate
  6822.     end tell
  6823. on error errMsg number errNum
  6824.     --enter statements to perform when no records are found such as...
  6825.     display dialog "Sorry, the item you selected could not be found."
  6826.     return
  6827. end try
  6828. 68739X
  6829. May 00^
  6830. --set theItem to choose file -- uncomment to test in an AS editor
  6831.     tell application "Finder"
  6832.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  6833.         activate
  6834.     end tell
  6835. on error errMsg number errNum
  6836.     --enter statements to perform when no records are found such as...
  6837.     display dialog "Sorry, the item you selected could not be found."
  6838.     return
  6839. end try
  6840. e    No Changeq
  6841. Dev.CD May 00 TC
  6842. 3D!All Packages
  6843. Tool Chest Edition
  6844. VRAM & bit-depth explainedI
  6845. Summary: This is a graphical representation of the maximum number of colors (bit-depth) that can be achieved (by monitor) under certain video memory/video card configurations.
  6846. Issues: Details only released productsJ-VRAM & bit-depth explnd
  6847.  Read Me, pleaseK
  6848. Jun 92:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  6849. 68740X
  6850. 1e    No Change
  6851. system
  6852. linguistically
  6853. linkg
  6854. linked
  6855. linkers
  6856. linkingA
  6857. links[
  6858. linton
  6859. lipton
  6860. included-file
  6861. includesQ
  6862. independant
  6863. indexb
  6864. indexed
  6865. playthrough
  6866. pleaseZ
  6867. pleased
  6868. plethora
  6869. plug-and-play
  6870. plug-inh
  6871. plug-in's
  6872. plug-ins
  6873. plugged
  6874. plugging
  6875. pluses
  6876. training
  6877. using
  6878. verilog
  6879. usefulV
  6880.    activate
  6881.     end tell
  6882. on error errMsg number errNum
  6883.     --enter statements to perform when no records are found such as...
  6884.     display dialog "Sorry, the item you selected could not be found."
  6885.     return
  6886. end try
  6887. All Packages
  6888. 601 Processor Upgrade EnablerO
  6889. Dev.CD Jul 95P
  6890. Dev.CD Jul 9V
  6891. 66311X
  6892. Jul 95
  6893. b--set theItem to choose file -- uncomment to test in an AS editor
  6894.     tell application "Finder"
  6895.         open item "Dev.CD Jul 95"
  6896.         activate
  6897.     end tell
  6898. on error errMsg number errNum
  6899.     --enter statements to perform when no records are found such as...
  6900.     display dialog "Sorry, the item you selected could not be found."
  6901.     return
  6902. end try
  6903. All Packages
  6904. 601 Processor Upgrade EnablerO
  6905. Dev.CD Jul 95P
  6906. Dev.CD Jul 9V
  6907. 66312X
  6908. Jul 95
  6909. urkers
  6910. firstp
  6911. 1.4d5
  6912. MPPeriodicalTestI5This is an application to test/demo the MT/MP timers.J:MPPeriodicalTest
  6913. MPPeriodicalTest.c
  6914. MPPeriodicalTest.
  6915. Pro2K
  6916. May 00M
  6917. Mac OS 8.6 or later, MP 2.0N
  6918. MultiTasking, MultiProcessingODDev.CD May 00 TC:What's New?:Sample Code:Processes:MPPeriodicalTest:PODev.CD May 00 TC
  6919.  - What's New?
  6920.  - Sample Code
  6921.  - Processes
  6922.  - MPPeriodicalTest- Macintosh Runtime for Java (MRJ) 2.1
  6923. - Windows 95, 98, or NT::
  6924.     - JRE/JDK from Sun Microsystems, Inc. recommended
  6925. QuickTime, Java, MRJO
  6926. Dev.CD May 00 TC:Sample Code:P
  6927. Dev.CD May 00 TC
  6928.  - Sample CodeV
  6929. 66520erq
  6930. Dev.CD May 00 TC
  6931. sD!All Packages
  6932. Mac OS SDK Edition
  6933. RAVE Starter Samples
  6934. *There are three different samples here, each showing a variation on the same theme -- we create a window and do some simple 2D drawing into it.  These samples don't show any clipping code or a full featured 3D engine; these will appear in a future sample.
  6935. Textures and RAVE callbacks are discussed
  6936. e    No Change
  6937. ut the Power Mac G4 
  6938. windname
  6939. windname
  6940. window
  6941. window
  6942. windowdialog
  6943. windowdialog
  6944. windowed
  6945. windowpalette
  6946. windowpalette
  6947. windowpicker
  6948. windows
  6949. windows
  6950. 4.0.1
  6951. install
  6952. windows
  6953. sample
  6954. ebobjects
  6955. worksheet
  6956. wprocasm
  6957. wprocasm
  6958. wrapcommenttext
  6959. writer
  6960. writing
  6961. writing
  6962. driver
  6963. writing
  6964. interactive
  6965. media
  6966. xcmdsn
  6967. xcmds&xfcns
  6968. xfcnc
  6969. xfcns
  6970. xthings
  6971. shell
  6972. sample
  6973. docsr
  6974. zaptcp
  6975. zaptcp
  6976. 67971X
  6977. Apr 00^
  6978. --set theItem to choose file -- uncomment to test in an AS editor
  6979.     tell application "Finder"
  6980.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:"
  6981.         activate
  6982.     end tell
  6983. on error errMsg number errNum
  6984.     --enter statements to perform when no records are found such as...
  6985.     display dialog "Sorry, the item you selected could not be found."
  6986.     return
  6987. end try
  6988. e    No Changef*Open Transport
  6989. Networking
  6990. AppleTalk
  6991. TCP/IPq
  6992. Dev.CD Apr 00 SDK1
  6993. 3D!All Packages
  6994. Mac OS SDK Edition
  6995. Open Transport DebugI~This disk image contains a debug version of OT 2.5.2, which is useful for developers of Open Transport client and kernel code.J
  6996. Open Transport Debug.imgK
  6997. Jan 00M
  6998. Mac OS 9.0N
  6999. Open Transport debugOSDev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:ngeoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  7000. aw GX Messages  by Pete (
  7001. ) Alexander.  MessageWatcher let
  7002. 67584X
  7003. Jun 00^    RL Disk 1
  7004. --set theItem to choose file -- uncomment to test in an AS editor
  7005.     tell application "Finder"
  7006.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:"
  7007.         activate
  7008.     end tell
  7009. on error errMsg number errNum
  7010.     --enter statements to perform when no records are found such as...
  7011.     display dialog "Sorry, the item you selected could not be found."
  7012.     return
  7013. end try
  7014. e    No Changeq
  7015. Dev.CD Jun 00 RL Disk 1
  7016. 0D!All Packages
  7017. Mac OS SDK Edition
  7018. Apple Guide
  7019. screen
  7020. display
  7021. buffering
  7022. games
  7023. sprocket
  7024. gaming
  7025. networking
  7026. games
  7027. multiprocessing
  7028. preemptive task
  7029. multitasking
  7030. threads
  7031. threading
  7032. Icon Services
  7033. Icon Utilities
  7034. 'icns'
  7035. icon family
  7036. icon resources
  7037. IconRef
  7038. icon plotting
  7039. Navigation Services
  7040. Standard File
  7041. file management
  7042. file 
  7043. navigation
  7044. opening files
  7045. saving files
  7046. Network Services Location
  7047. file preview
  7048. Apple Help
  7049. Apple Guide
  7050. user assist
  7051. e found."
  7052.     return
  7053. end try
  7054. e    No Changeq
  7055. Dev.CD May 00 TC
  7056. All Packages
  7057. 601 Processor Upgrade EnablerO
  7058. Dev.CD Jul 95P
  7059. Dev.CD Jul 9V
  7060. 67540X
  7061. Jul 95
  7062. b--set theItem to choose file -- uncomment to test in an AS editor
  7063.     tell application "Finder"
  7064.         open item "Dev.CD Jul 95"
  7065.         activate
  7066.     end tell
  7067. on error errMsg number errNum
  7068.     --enter statements to perform when no records are found such as...
  7069.     display dialog "Sorry, the item you selected could not be found."
  7070.     return
  7071. end try
  7072. All Packages
  7073. 601 Processor Upgrade EnablerO
  7074. Dev.CD Jul 95P
  7075. Dev.CD Jul 9V
  7076. 67541X
  7077. Jul 95
  7078. b--set theItem to choose file -- uncomment to test in an AS editor
  7079.     tell application "Finder"
  7080.         open item "Dev.CD Jul 95"
  7081.         activate
  7082.     end tell
  7083. on error errMsg number errNum
  7084.     --enter statements to perform when no records are found such as...
  7085.     display dialog "Sorry, the item you selected could not be found."
  7086.     return
  7087. end try
  7088. All Packages
  7089. 67542X
  7090. involvesp
  7091. lving
  7092. iostreams
  7093. iotracer
  7094. 67892X
  7095. Apr 00^
  7096. --set theItem to choose file -- uncomment to test in an AS editor
  7097.     tell application "Finder"
  7098.         open item "Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:"
  7099.         activate
  7100.     end tell
  7101. on error errMsg number errNum
  7102.     --enter statements to perform when no records are found such as...
  7103.     display dialog "Sorry, the item you selected could not be found."
  7104.     return
  7105. end try
  7106. e    No Changef?MacApp
  7107. Framework
  7108. Object-oriented
  7109. C++ Standard Library
  7110. CarbonLib
  7111. /A(http://developer.apple.com/tools/macapp/
  7112. Dev.CD Apr 00 SDK1
  7113. All Packages
  7114. F    MacBinary
  7115. 67893X
  7116.  number errNum
  7117.     --enter statements to perform when no records are found such as...
  7118.     display dialog "Sorry, the item you selected could not be found."
  7119.     return
  7120. end try
  7121. e    No Changef(instrumentation
  7122. performance analysisq
  7123. Dev.CD Apr 00 SDK1
  7124. D!All Packages
  7125. Tool Chest Edition
  7126. Int'l Developer Contacts 2/96
  7127. nameb
  7128. named
  7129. namely
  7130. names
  7131. namingtable
  7132. namingtableaccess
  7133. nastier
  7134. nasty
  7135. natick
  7136. nationalw
  7137. native
  7138. natural
  7139. nature
  7140. vigationi
  7141. navigation
  7142. services
  7143. documents
  7144. nearest
  7145. nearly
  7146. necessaryq
  7147. needo
  7148. 9650/233
  7149. 9650/350
  7150. 974-9456
  7151. Dev.CD Jul 95P
  7152. Dev.CD Jul 9V
  7153. 67549X
  7154. Jul 95
  7155. b--set theItem to choose file -- uncomment to test in an AS editor
  7156.     tell application "Finder"
  7157.         open item "Dev.CD Jul 95"
  7158.         activate
  7159.     end tell
  7160. on error errMsg number errNum
  7161.     --enter statements to perform when no records are found such as...
  7162.     display dialog "Sorry, the item you selected could not be found."
  7163.     return
  7164. end try
  7165. All Packages
  7166. 601 Processor Upgrade EnablerO
  7167. Dev.CD Jul 95P
  7168. Dev.CD Jul 9V
  7169. 67550X
  7170. Jul 95
  7171. b--set theItem to choose file -- uncomment to test in an AS editor
  7172.     tell application "Finder"
  7173.         open item "Dev.CD Jul 95"
  7174.         activate
  7175.     end tell
  7176. on error errMsg number errNum
  7177.     --enter statements to perform when no records are found such as...
  7178.     display dialog "Sorry, the item you selected could not be found."
  7179.     return
  7180. end try
  7181. D!All Packages
  7182. Tool Chest Edition
  7183. 7Edit
  7184.     ckages
  7185. htmlrenderinglib
  7186. 6N<ASLM, Apple Shared Library Manager, DLL Dynamic Link LibraryOHDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:PPDev.CD Jul 99 SDK1
  7187.  - Development Kits
  7188.  - Mac OS
  7189.  - Apple Shared Library ManagerV
  7190. 67591X
  7191. Jul 99^
  7192. --set theItem to choose file -- uncomment to test in an AS editor
  7193.     tell application "Finder"
  7194.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:"
  7195.         activate
  7196.     end tell
  7197. on error errMsg number errNum
  7198.     --enter statements to perform when no records are found such as...
  7199.     display dialog "Sorry, the item you selected could not be found."
  7200.     return
  7201. end try
  7202. Deletedf:ASLM
  7203. Apple Shared Library Manager
  7204. DLL Dynamic Link Libraryq
  7205. Dev.CD Jul 99 SDK1
  7206. All Packages
  7207. Apple Standards for DevelopersI
  7208. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  7209. 67592X
  7210. 1e    No Change
  7211. lettingZ
  7212. level
  7213. levels
  7214. leverages
  7215. lexical
  7216. lexicon
  7217. libraries_
  7218. libraries
  7219. librariesthat
  7220. libraryA
  7221. limitedh
  7222. lindenberg
  7223. linear
  7224. lines
  7225. linguistically
  7226. linkg
  7227. linked
  7228. linkers
  7229. linkingA
  7230. links[
  7231. linton
  7232. lipton
  7233. e    No Changef
  7234. Interrupt Time
  7235. Debugging
  7236. Toolo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqxq
  7237. Dev.CD May 00 TC
  7238. D!All Packages
  7239. Tool Chest Edition
  7240. SysConfig DA 1.5b16I
  7241. Summary: This DA collects information about your System and allows you to save that information in a text file. Great for reporting bugs!  J
  7242. SysConfig DA 1.5b16K
  7243. Vol IIIL
  7244. Vol VIIOQDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16P\Dev.CD Nov 99 TC
  7245.  - Tool Chest
  7246.  - Testing & Debugging
  7247.  - Bug Reporting
  7248.  - SysConfig DA 1.5b1V
  7249. 68375X
  7250. Nov 99^
  7251. #d in Developer Relations, namely aiding
  7252. sender
  7253. sendfinderopen
  7254. sendingn
  7255. sends
  7256. senior
  7257. sense
  7258. sensitive
  7259. senta
  7260. sentence
  7261. sentencesb
  7262. sentense
  7263. separate
  7264. separatelyb
  7265. separations
  7266. septemberj
  7267. sequel
  7268. summary
  7269. hypercard
  7270. create
  7271. resolve
  7272. aliasesc
  7273. summary
  7274. macsbug
  7275. macro
  7276. debugging
  7277. summary
  7278. snippet
  7279. showing
  7280. determine
  7281. currently
  7282. summary
  7283. technical
  7284. notes
  7285. contain
  7286. latest
  7287. summary
  7288. parser
  7289. allow
  7290. access
  7291. system'sV
  7292. summary
  7293. aetracker
  7294. init/control
  7295. panel
  7296. allows
  7297. summary
  7298. application
  7299. which
  7300. provides
  7301. various
  7302. video
  7303. summary
  7304. controlling
  7305. finder
  7306. through
  7307. apple
  7308. summary
  7309. which
  7310. known
  7311. finderevents
  7312. summary
  7313. apple
  7314. peoplesoft
  7315. launched
  7316. partnership
  7317. summary
  7318. apple
  7319. computer
  7320. espana
  7321. prepared
  7322. guide
  7323. summary
  7324. apple
  7325. designed
  7326. maccheck
  7327. suport
  7328. provid
  7329. summary
  7330. apple
  7331. directions
  7332. developer
  7333. business
  7334. reportl
  7335. summary
  7336. apple
  7337. directions
  7338. developer
  7339. business
  7340. report
  7341. 1-12/k
  7342. summary
  7343. appleglot
  7344. translation
  7345. 54592X
  7346. Oct 93
  7347. discoveringopenstepb
  7348. discoveringopenstepb
  7349. disinfectant
  7350. diskv
  7351. 6.3.3
  7352. quick
  7353. reference
  7354. first
  7355. diskrestore
  7356. display
  7357. display
  7358. display
  7359. device
  7360. driver
  7361. guide
  7362. displaymanager
  7363. displaymanager
  7364. dispnamereg
  7365. distribution
  7366. distributors/localiz
  7367. dk-danish
  7368. it off 
  7369. to an accepting endpoint. The accepting endpoint waits for a 128 byte "request" packet, then returns a predefined amount of data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  7370. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  7371. input
  7372. inputs
  7373. inputsprocket
  7374. inputstream
  7375. inputting
  7376. inquiry
  7377. insanely
  7378. inscript
  7379. insensitivity
  7380. insert
  7381. inserted
  7382. insertion
  7383. inside[
  7384. insidemac
  7385. insight
  7386. inspect
  7387. instaler
  7388. installx
  7389. installationZ
  7390. installerv
  7391. installer
  7392. chinese
  7393. language
  7394. installer-related
  7395. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  7396. Sample Code.imgK
  7397. Feb 00MmPowerPC, System 8.1+, SoundSprocket, QuickDraw 3D, and either Universal Headers 3.3 or the SoundSprocket SDK.N(SoundSprocket, 3D sound, reverb, effectsO
  7398. Dev.CD May 00 TC:Sample Code:P
  7399. Dev.CD May 00 TC
  7400.  - Sample CodeV
  7401. 68359X
  7402. May 00^
  7403. r--set theItem to choose file -- uncomment to test in an AS editor
  7404.     tell application "Finder"
  7405.         open item "Dev.CD May 00 TC:Sample Code:"
  7406.         activate
  7407.     end tell
  7408. on error errMsg number errNum
  7409.     --enter statements to perform when no records are found such as...
  7410.     display dialog "Sorry, the item you selected could not be found."
  7411.     return
  7412. end try
  7413. e    No Changef%SoundSprocket
  7414. 3D sound
  7415. reverb
  7416. effectsq
  7417. Dev.CD May 00 TC
  7418. D!All Packages
  7419. Tool Chest Edition
  7420. F    SourceBug3
  7421. temporalw
  7422. temporarily
  7423. WebObjectsPerformanceTuning.pdf
  7424. beings
  7425. believe
  7426. belly
  7427. belong
  7428. belongs
  7429. belowp
  7430. bending
  7431. beneath
  7432. benefitp
  7433. benefitsj
  7434. berdahl
  7435. berkeley
  7436. berkowitz
  7437. F    SGCaptureIbThis demo program shows how to use the SGDrawable class to display live video within a QTCanvas. 
  7438. Sample Code.imgK
  7439. Feb 00
  7440. - Common
  7441.     - Sun Compliant Java Runtime Environment 1.1
  7442.     - QuickTime 3 
  7443.     - QTJava.zip
  7444.     - QTJava media samples
  7445. - Mac OS:
  7446.     - System 8 or later
  7447.     - Macintosh Runtime for Java (MRJ) 2.1
  7448. - Windows 95, 98, or NT::
  7449.     - JRE/JDK from Sun Microsystems, Inc. recommended
  7450. QuickTime, Java, MRJO
  7451. Dev.CD May 00 TC:Sample Code:P
  7452. Dev.CD May 00 TC
  7453.  - Sample CodeV
  7454. 68318X
  7455. May 00^
  7456. r--set theItem to choose file -- uncomment to test in an AS editor
  7457.     tell application "Finder"
  7458.         open item "Dev.CD May 00 TC:Sample Code:"
  7459.         activate
  7460.     end tell
  7461. on error errMsg number errNum
  7462.     --enter statements to perform when no records are found such as...
  7463.     display dialog "Sorry, the item you selected could not be found."
  7464.     return
  7465. end try
  7466. e    No Change.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  7467. decompress
  7468. decompression
  7469. default
  7470. delete
  7471. depth
  7472. design
  7473. designing
  7474. printer
  7475. default
  7476. setdefaultdtp
  7477. quickdraw
  7478. desktop
  7479. desktop
  7480. manager
  7481. desktops
  7482. detector
  7483. detectorsh
  7484. developeri
  7485. developer
  7486. documentation
  7487. developer
  7488. notes
  7489. developers
  7490. development
  7491. device
  7492. device
  7493. driver
  7494. device
  7495. manager
  7496. device
  7497. managers
  7498. drivers
  7499. devnotes
  7500. dialog
  7501. dialogs
  7502. dictation
  7503. dictionary
  7504. dictionary
  7505. manager
  7506. digital
  7507. digital
  7508. camera
  7509. disabled
  7510. disassembler
  7511. disassembly
  7512. display
  7513. display
  7514. folder
  7515. this configuration.
  7516. J@MacTCP+ Tool
  7517. README for MacTCP+ Tool
  7518. README for MacTCP+ Tool.txtK
  7519. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  7520. 66677X
  7521. 1e    No Change
  7522.  sample rate, sample size, number of channels and format/compression type.
  7523. SoundLevel:  A simple application that meters the sound input level on the microphone using  a display much like a VCR peak-hold bar meter.
  7524. Speech Recognition sample: This sample, which uses Speech Recognition Manager, provides a flexible framework for basing other applications on this code.
  7525. SquareWave:  These snippets show how to use waveTableSynth and squareWaveSynth.
  7526. 'vox ' recording:  This application uses QI
  7527. uad buffering for both recording and playback.  The recording is done with vox recording on, so it only records sound which is at least of a certain level.
  7528. WaveTable Sounds:  These snippets show how to use waveTableSynth and squareWaveSynth.
  7529. Sample Code.imgL
  7530. Nov 96O
  7531. Dev.CD May 00 TC:Sample Code:P
  7532. Dev.CD May 00 TC
  7533.  - Sample CodeW
  7534. using
  7535. enterprise
  7536. objects
  7537. framework
  7538. openstep
  7539. Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  7540. Summary: Word Services allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is a public protocol - no license fee or non-disclosure is required to use it.
  7541. Features: The SDK includes the complete protocol specification, tutorial documents, and the source code to Writeswell Jr., a simple Word Services word processor.  Also available from the Word Services Web page <http://www.wordservices.org/Developers/> is the source to W
  7542. SI NewsWatcher, a version of NewsWatcher that allows you to spellcheck your posts.
  7543. HyperCard supports Word Services, so you can spellcheck stacks as you develop them, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  7544. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  7545. A list of client (word processor) and server (spelling a
  7546. Kf+Open Transport
  7547. Traceroute
  7548. rawip
  7549. Dev.CD May 00 TC
  7550. LD!All Packages
  7551. Tool Chest Edition
  7552. n application illustrating how to create application packages in Mac OS 9.  It provides a simple interface or converting correctly formatted folders into packages and vice versa.
  7553. Tasks illustrated include:
  7554. - how to create a package,
  7555. - how to detect a package,
  7556. includes a 'package document aware'  application sample (HTMLSample))
  7557. Sample Code.imgK
  7558. Dec 99M
  7559. Mac OS 9N!packages, Mac OS 9, package awareO
  7560. Dev.CD May 00 TC:Sample Code:P
  7561. Dev.CD May 00 TC
  7562.  - Sample CodeV
  7563. 67997X
  7564. May 00^
  7565. r--set theItem to choose file -- uncomment to test in an AS editor
  7566.     tell application "Finder"
  7567.         open item "Dev.CD May 00 TC:Sample Code:"
  7568.         activate
  7569.     end tell
  7570. on error errMsg number errNum
  7571.     --enter statements to perform when no records are found such as...
  7572.     display dialog "Sorry, the item you selected could not be found."
  7573.     return
  7574. end try
  7575. end try
  7576. D!All Packages
  7577. Tool Chest Edition
  7578. JavaSpritesIqThis demo program shows how to capture the results of java drawing and make a QuickTime sprite out of the result.J
  7579. Sample Code.imgK
  7580. Feb 00
  7581. - Common
  7582.     - Sun Compliant Java Runtime Environment 1.1
  7583.     - QuickTime 3 
  7584.     - QTJava.zip
  7585.     - QTJava media samples
  7586. - Mac OS:
  7587.     - System 8 or later
  7588.     - Macintosh Runtime for Java (MRJ) 2.1
  7589. - Windows 95, 98, or NT::
  7590.     - JRE/JDK from Sun Microsystems, Inc. recommended
  7591. QuickTime, Java, MRJd Me
  7592. Read Me.txtK
  7593. Jul 92L
  7594. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  7595.  1.0 extensionO7Dev.CD May 00 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:P?Dev.CD May 00 TC
  7596.  - Tool Chest
  7597.  - QuickTime
  7598.  - MegaMovies 1.6.2
  7599.   Tools
  7600.    *  Display Name Registry 2.0
  7601.     -  Displays the Macintosh
  7602. s Name Registry and Device Tree
  7603.    *  TupleDumper
  7604.     -  
  7605. Dumps
  7606.  the CardBus (PCMCIA) tuples of any inserted PC cards
  7607. J)Read Me
  7608.  Documentation
  7609.  Samples
  7610.  ToolsK
  7611. Jan 00M
  7612. PowerMac / CodeWarrior IDE 2.1ed
  7613. Dev.CD Jun 97 SSV
  7614. 68187X
  7615. Jun 97
  7616. f--set theItem to choose file -- uncomment to test in an AS editor
  7617.     tell application "Finder"
  7618.         open item "Dev.CD Jun 97 SSW"
  7619.         activate
  7620.     end tell
  7621. on error errMsg number errNum
  7622.     --enter statements to perform when no records are found such as...
  7623.     display dialog "Sorry, the item you selected could not be found."
  7624.     return
  7625. end try
  7626. All Packages
  7627. QuickDraw GXO
  7628. Dev.CD Jun 97 SSWP
  7629. Dev.CD Jun 97 SSV
  7630. 68188X
  7631. Jun 97
  7632. f--set theItem to choose file -- uncomment to test in an AS editor
  7633.     tell application "Finder"
  7634.         open item "Dev.CD Jun 97 SSW"
  7635.         activate
  7636.     end tell
  7637. on error errMsg number errNum
  7638.     --enter statements to perform when no records are found such as...
  7639.     display dialog "Sorry, the item you selected could not be found."
  7640.     return
  7641. end try
  7642. All Packages
  7643. QuickDraw GXO
  7644. Dev.CD Jun 97 SSWP
  7645. Dev.CD Jun 97 SSV
  7646. 68189X
  7647. Jun 97
  7648. logo and NEW guidelines for its use. 
  7649.   2. Identify all your retail products with this small, yet powerful icon.
  7650. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  7651. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  7652. Some of the planned activities to support this campaign include:
  7653.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  7654.  In-Store Merchandising Programs and Promotion
  7655.  Wholesale Distribution Programs
  7656.  Magazine Advertising Campaigns
  7657.  Mail-Order Catalog Programs and Promotions
  7658.  Apple Online Store Programs and Promotions 
  7659. To be considered for inclusion in these exciting, high-v
  7660. a, MRJ
  7661.     EO dead batteries? Don
  7662. t despair: you can still twiddle bits around the campfire.
  7663. JBdevelop Issue 21
  7664. develop Issue 21 code
  7665. develop Issue 21 referencesK
  7666. Vol IIIL
  7667. Jun 95OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:PQDev.CD Jun 00 RL Disk 1
  7668.  - Technical Documentation
  7669.  - Develop
  7670.  - develop Issue 21and certificates. The repository may be a file, a network database, a smart card, or other storage media..
  7671. URL Access accesses remote sites programmatically using URLs.  Files ma
  7672. ticket
  7673. ticket
  7674. program
  7675. ticket
  7676. program
  7677. ticket
  7678. program
  7679. ticket
  7680. program
  7681. ticket
  7682. program
  7683. olkit
  7684. tools]
  7685. tools
  7686. goodies
  7687. tools
  7688. topicsR
  7689. total
  7690. helper
  7691. trainingR
  7692. transitionso
  7693. disku
  7694. better
  7695.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  7696.         activate
  7697.     end tell
  7698. on error errMsg number errNum
  7699.     --enter statements to perform when no records are found such as...
  7700.     display dialog "Sorry, the item you selected could not be found."
  7701.     return
  7702. end try
  7703. infoid
  7704. infoid
  7705. putsprocket
  7706. release
  7707. notes
  7708. inputsprocket
  7709. installX
  7710. install
  7711. install
  7712. english
  7713. install
  7714. francais
  7715. install
  7716. install
  7717. install
  7718. install
  7719. install
  7720. install
  7721. install
  7722. install
  7723. install
  7724. install
  7725. install
  7726. install
  7727. install
  7728. windows/dosj
  7729. windowshade
  7730. wintermyre
  7731. wirelessj
  7732. wishd
  7733. wishes
  7734. wishingp
  7735. withA
  7736. D Apr 98 SDK2
  7737. O\Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:PjDev.CD Apr 00 SDK1
  7738.  - Development Kits
  7739.  - Mac OS
  7740.  - ColorSync 3.0 Mac SDK
  7741.  - Sample Code
  7742.  - ProfileRenamerpple Int'l Glossaries (TXT); this folder contains text file format.
  7743. 2. Apple Int'l Glossaries (SS); this folder contains Claris Works 4.0 spreadsheet file format.
  7744. 3. Apple Int'l Glossaries (LG); this folder contains AppleGlot file format.
  7745. Features:
  7746.  As a developer, you save time and money in th
  7747. e localization process. Now you can translate all resources that contain standard MacOS terminology automatically.
  7748.  Your localized products will be more consistent with the translated MacOS. 
  7749.  To look up a specific term easily, we have provided the Glossaries as ClarisWorks spreadsheet (SS) tables. You can find these in the folder "Apple Glossaries (SS)".
  7750.  To import the Glossaries into other spreadsheets or databases, we have also provided them as tab-delimited text files. You can find 
  7751. changeA
  7752. driverU
  7753. driver's
  7754. drivergestalt
  7755. drivergestaltexplore
  7756. drivergestaltexplore
  7757. sample
  7758. showing
  7759. driverloaderlib
  7760. driversj
  7761. e    No Changeq
  7762. Dev.CD May 00 TC
  7763. vD!All Packages
  7764. Tool Chest Edition
  7765. FinderLaunch
  7766. RA routine for sending an open documents Apple event to the finder.  This routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. 
  7767. allows application to tell the finder to open and display the contents of folders, launch applications, and open documents.
  7768. Sample Code.imgK
  7769. Nov 99nge
  7770. ackages
  7771. 63599
  7772. 2.1.3
  7773. 2.1.4
  7774. 2.3.5
  7775. 2.3e4
  7776. 2.4b6z
  7777. 2.5.2
  7778. 2.5.7
  7779. 226-6762
  7780. 2300x
  7781. 2400/c
  7782. 2400c
  7783. 3.2.1
  7784. 3/92^
  7785. 32-bit
  7786. 350000
  7787. 366-mhz
  7788. 3d-partyj
  7789. 3d-thej
  7790. 4.0.8
  7791. 4.5.2
  7792. 4/16Q
  7793. 40-60
  7794. 4400/200
  7795. program
  7796. control
  7797. access
  7798. 5200x
  7799. a hash table.
  7800. The OpenDoc User Experience  by Dave Curbow and Elizabeth Dykstra-Erickson.  This article provides an overview of OpenDoc from the user
  7801. s perspective: understanding the user experience is a prerequisite to designing good part editors.
  7802. Futures: Don
  7803. t Wait Forever  by Greg Anderson.  Futures are an invaluable abstraction for applications that handle multiple asynchronous Apple events, allowing cleaner code and eliminating the need for completion routines.
  7804. JBdevelop Issue 22
  7805. develop Issue 22 code
  7806. develop Issue 22 referencesK
  7807. Vol IIIL
  7808. Jun 95OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 22:PQDev.CD Jun 00 RL Disk 1
  7809.  - Technical Documentation
  7810.  - Develop
  7811.  - develop Issue 22 under the original (Inside Mac IV) SCSI Manager and have been compiled under several C environments (MPW, Think C, MetroWerks).
  7812. Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  7813. Known bugs/incompatibilites:
  7814. These snippets 
  7815. These snippets 
  7816. d CopyDeepMask with LaserWriter driver 7.0? Read this column to find out.
  7817. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  7818. J(develop Issue  8:
  7819. develop Issue  8 code:K
  7820. Vol IIIL
  7821. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  8:PKDev.CD Sept 96 RL
  7822.  - Technical Documentation
  7823.  - develop
  7824.  - develop Issue  8es
  7825. F    QuickTimeO
  7826. Dev.CD Oct 93
  7827. Dev.CD Jul 93P
  7828. Dev.CD Oct 93
  7829. Dev.CD Jul 9V
  7830. 67002X
  7831. Oct 93
  7832. p--set theItem to choose file -- uncomment to test in an AS editor
  7833.     tell application "Finder"
  7834.         open item "Dev.CD Oct 93
  7835. Dev.CD Jul 93"
  7836.         activate
  7837.     end tell
  7838. on error errMsg number errNum
  7839.     --enter statements to perform when no records are found such as...
  7840.     display dialog "Sorry, the item you selected could not be found."
  7841.     return
  7842. end try
  7843. All Packages
  7844. Apple Guide, Help SystemsO7Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Guide:P?Dev.CD Apr 00 SDK1
  7845.  - Development Kits
  7846.  - Mac OS
  7847.  - Apple Guideects
  7848. GXOverview
  7849. GXPrintDrivers
  7850. GXPrinting
  7851. GXTypography
  7852. HIGOS8Guide
  7853. HIGuidelines
  7854. index.gif
  7855. indexg.gif
  7856. JBindery2.0
  7857. jbinderyhtml
  7858. jman2.0
  7859. jmanhtml
  7860. macappclassmeth
  7861. MacAppProgGuide
  7862. Memory
  7863. MoreToolbox
  7864. Networking
  7865. NetworkingOT
  7866. ODClassRef
  7867. ODCookbook
  7868. ODProgGuide
  7869. ODUpdates
  7870. OSUtilities
  7871. PPCNumerics
  7872. PPCSoftware
  7873. Processes
  7874. QuickDraw
  7875. QuickDraw3D
  7876. QuickDrawBt3DRAVE
  7877. resedit
  7878. runtimehtml
  7879. scriptingadditions
  7880. Sound
  7881. speechrecogmgr
  7882. Sprockets
  7883. Telephony
  7884. TextEncodingCMgr
  7885. Toolbox
  7886. 95/02
  7887. h as...
  7888.     display dialog "Sorry, the item you selected could not be found."
  7889.     return
  7890. end try
  7891. All Packages
  7892. F    QuickTimeO
  7893. Dev.CD Jul 93
  7894. Dev.CD Apr 93P
  7895. Dev.CD Jul 93
  7896. Dev.CD Apr 9V
  7897. 63323X
  7898. Jul 93
  7899. hardware
  7900. hardware
  7901. developer
  7902. documentation
  7903. 68728X
  7904. May 00^
  7905. r--set theItem to choose file -- uncomment to test in an AS editor
  7906.     tell application "Finder"
  7907.         open item "Dev.CD May 00 TC:Sample Code:"
  7908.         activate
  7909.     end tell
  7910. on error errMsg number errNum
  7911.     --enter statements to perform when no records are found such as...
  7912.     display dialog "Sorry, the item you selected could not be found."
  7913.     return
  7914. end try
  7915. e    No Changef=Unicode
  7916. Imaging
  7917. Bi-directional
  7918. Rotation
  7919. Double-byteq
  7920. Dev.CD May 00 TC
  7921. All Packages
  7922. New & RevisedF
  7923. Universal Interfaces 3.3.2I\3.3.2 Universal Interfaces support CarbonLib 1.0.2, Mac OS 9, and QuickTime 4.1 development.J
  7924. UniversalInterfaces3.3.2.imgK
  7925. Feb 94L
  7926. Jun 00OUDev.CD Jun 00 RL Disk 1:What's New:Development Kits:Mac OS:Universal Interfaces3.3.2:P`Dev.CD Jun 00 RL Disk 1
  7927.  - What's New
  7928.  - Development Kits
  7929.  - Mac OS
  7930.  - Universal Interfaces3.3.2V
  7931. 68729X
  7932. Jun 00^    RL Disk 1b
  7933. Revised
  7934. #ttp://developer.apple.com/sdk/index.html
  7935. driver
  7936. dynamicv
  7937. editorY
  7938. emulator
  7939. environmentt
  7940. error
  7941. applesearch
  7942. appleshare
  7943. gatewayS
  7944. ethernetQ
  7945. eventa
  7946. events\
  7947. filetool
  7948. folder
  7949. frameworkY
  7950. functione
  7951. gamma
  7952. gatewayS
  7953. glossariess
  7954. graphics
  7955. guest
  7956. guidep
  7957. handwriting
  7958. hardwareA
  7959. helpp
  7960. htmlq
  7961. ntalkQ
  7962. video
  7963. viewY
  7964. vtwinb
  7965. ndardsw
  7966.  to choose file -- uncomment to test in an AS editor
  7967.     tell application "Finder"
  7968.         open item "Dev.CD Oct 94
  7969. Dev.CD Apr 94
  7970. Dev.CD Jan 94"
  7971.         activate
  7972.     end tell
  7973. on error errMsg number errNum
  7974.     --enter statements to perform when no records are found such as...
  7975.     display dialog "Sorry, the item you selected could not be found."
  7976.     return
  7977. end try
  7978. ystar
  7979. dboxproc
  7980. dcmda
  7981. dcmds]
  7982. de-allocated
  7983. de-blessing
  7984. dealer
  7985. dealing
  7986. deals
  7987. Wd try
  7988. All Packages
  7989. PowerTalk (PPC)O
  7990. Dev.CD Oct 94P
  7991. Dev.CD Oct 9V
  7992. 61885X
  7993. Oct 94
  7994. kgroup
  7995. serversS
  7996. appleeventtypes^
  7997. appleeventtypes
  7998. applegloty
  7999. appleglot
  8000. appleglot
  8001. users
  8002. guidey
  8003. appleglot
  8004. whats
  8005. appleglot
  8006. 2.4b6
  8007. appleguide
  8008. appleii
  8009. auxiliary
  8010. applejack
  8011. applejack
  8012. applemodemtool
  8013. applemodemtool
  8014. v1.5.3
  8015. applescriptm
  8016. applescript
  8017. 1.3.4
  8018. applescript
  8019. suitem
  8020. applesearch
  8021. applesearch
  8022. first
  8023. appleshare
  8024. appleshare
  8025. client
  8026. appleshare
  8027. appleshare
  8028. appleshareclientapi
  8029. appleshareclientapi
  8030. applesingle/appledouw
  8031. applesingle/appledou
  8032. formatw
  8033. applesingle/appledou
  8034. formats
  8035. appleswupdates-engli
  8036. appleswupdates-engli
  8037. appleswupdates-ww
  8038. appleswupdates-ww
  8039. appletalkS
  8040. appletalk
  8041. administration
  8042. appletalk
  8043. administration
  8044. 1.0.2
  8045. appletalk
  8046. connection
  8047. appletalk
  8048. connection
  8049. 1.0.2
  8050. handles
  8051. xcmdsn
  8052. xfcnc
  8053. xfcns
  8054. 1.3.6
  8055. 1.0a13
  8056. zaptcp
  8057. zaptcp
  8058. 1.2.1
  8059. zoneranger
  8060. zoneranger
  8061. zoomed
  8062. zoomed
  8063. video
  8064. driver
  8065. zzportlist
  8066. zzportlist
  8067. 01/13/2000
  8068. 01730-0108
  8069. 01760
  8070. 1-12/96k
  8071. 1-bit
  8072. 1.0.2h
  8073. 1.0.3e
  8074. 1.0.6
  8075. 1.0.8
  8076. 1.0a5
  8077. 1.0b1
  8078. 1.0b2
  8079. 1.0d1
  8080. 1.0d8
  8081. 1.1.1
  8082. 1.1.2
  8083. keyboard map adbO
  8084. Dev.CD May 00 TC:Sample Code:P
  8085. Dev.CD May 00 TC
  8086.  - Sample CodeV
  8087. 67558X
  8088. May 00^
  8089. r--set theItem to choose file -- uncomment to test in an AS editor
  8090.     tell application "Finder"
  8091.         open item "Dev.CD May 00 TC:Sample Code:"
  8092.         activate
  8093.     end tell
  8094. on error errMsg number errNum
  8095.     --enter statements to perform when no records are found such as...
  8096.     display dialog "Sorry, the item you selected could not be found."
  8097.     return
  8098. end try
  8099. Movedf
  8100. keyboard map adbq
  8101. Dev.CD May 00 TC
  8102. D!All Packages
  8103. Tool Chest Edition
  8104. ADB Parser 5.0.7
  8105. Summary: ADB Parser will allow access to most of the system's ADB record. It is useful for developing or debugging new ADB devices.
  8106. Issues: ADB ReInit Crashes Quadras. Known Quadra problem. ADBReInit fixes this problem and is also available on this disc. 
  8107. J:ADB Parser 5.0.7
  8108. ADB Parser Read Me
  8109. ADB Parser Read Me.txtK
  8110. Jun 92L
  8111. Dec 92M
  8112. 6.0.6 or later. program
  8113.  dialog. 
  8114. dialog. 
  8115. Nov 99
  8116. Apr 99M
  8117. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  8118.  - Interactive Media Resourcesr errNum
  8119.     --enter statements to perform when no records are found such as...
  8120.     display dialog "Sorry, the item you selected could not be found."
  8121.     return
  8122. end try
  8123. Dev.CD Oct 93
  8124. Dev.CD Jul 93
  8125. Dev.CD Apr 93"
  8126.         activate
  8127.     end tell
  8128. on error errMsg number errNum
  8129.     --enter statements to perform when no records are found such as...
  8130.     display dialog "Sorry, the item you selected could not be found."
  8131.     return
  8132. end try
  8133. All Packages
  8134. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  8135. Dev.CD Jan 94
  8136. Dev.CD Oct 93
  8137. Dev.CD Jul 93
  8138. Dev.CD Apr 93PDDev.CD Apr 94
  8139. Dev.CD Jan 94
  8140. Dev.CD Oct 93
  8141. Dev.CD Jul 93
  8142. Dev.CD Apr 9V
  8143. 64956X
  8144. Apr 94
  8145. enviroment
  8146. environementz
  8147. environmentj
  8148. All Packages
  8149. F!System Enabler 304 (Performa 600)O
  8150. Dev.CD Jul 93
  8151. Dev.CD May 93P
  8152. Dev.CD Jul 93
  8153. Dev.CD May 9V
  8154. 68645X
  8155. Jul 93
  8156. p--set theItem to choose file -- uncomment to test in an AS editor
  8157.     tell application "Finder"
  8158.         open item "Dev.CD Jul 93
  8159. Dev.CD May 93"
  8160.         activate
  8161.     end tell
  8162. on error errMsg number errNum
  8163.     --enter statements to perform when no records are found such as...
  8164.     display dialog "Sorry, the item you selected could not be found."
  8165.     return
  8166. end try
  8167. All Packages
  8168. F!System Enabler 308 (Performa 450)O
  8169. Dev.CD Jul 93
  8170. Dev.CD May 93P
  8171. Dev.CD Jul 93
  8172. Dev.CD May 9V
  8173. 68646X
  8174. Jul 93
  8175. ring-up
  8176. bringing
  8177. brings
  8178. brink
  8179. broadcast
  8180. broadcast-ready
  8181. brochure
  8182. browser
  8183. browsing
  8184. bruce
  8185. bruyndonckx
  8186. bryan
  8187. budget
  8188. buffering
  8189. bugfix
  8190. buginfo
  8191. nov/dec
  8192. nov/dec
  8193.  statements to perform when no records are found such as...
  8194.     display dialog "Sorry, the item you selected could not be found."
  8195.     return
  8196. end try
  8197. All Packages
  8198. PowerTalk (PPC)O
  8199. Dev.CD Oct 94P
  8200. Dev.CD Oct 9V
  8201. 65588X
  8202. Oct 94
  8203. Summary: This is the electronic version of develop magazine.
  8204.  Issue 22 highlights:
  8205. QuickDraw 3D: A New Dimension for Macintosh Graphics  by Pablo Fernicola and Nick Thompson.  Introducing QuickDraw 3D, a powerful, flexible new 3D graphics package for the Power Macintosh. This article provides an architectural overview and shows how to support 3D data in your application.
  8206. Copland: The Mac OS Moves Into the Future  by Tim Dierks.  Here
  8207. s a preview of the future of the Mac OS, detailing s
  8208. ome of the major features and components and giving some suggestions about how to get ready for it now.
  8209. Creating PCI Device Drivers  by Martin Minow.  All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  8210. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  8211. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  8212. All Packages
  8213. System Enabler 201 (PB Duo)O7Dev.CD Apr 94
  8214. Dev.CD Jan 94
  8215. Dev.CD Oct 93
  8216. Dev.CD Aug 93P6Dev.CD Apr 94
  8217. Dev.CD Jan 94
  8218. Dev.CD Oct 93
  8219. Dev.CD Aug 9V
  8220. 68635X
  8221. Apr 94
  8222. --set theItem to choose file -- uncomment to test in an AS editor
  8223.     tell application "Finder"
  8224.         open item "Dev.CD Apr 94
  8225. Dev.CD Jan 94
  8226. Dev.CD Oct 93
  8227. Dev.CD Aug 93"
  8228.         activate
  8229.     end tell
  8230. on error errMsg number errNum
  8231.     --enter statements to perform when no records are found such as...
  8232.     display dialog "Sorry, the item you selected could not be found."
  8233.     return
  8234. end try
  8235. All Packages
  8236. System Enabler 201 (PB Duo)O)Dev.CD Apr 94
  8237. Dev.CD Jan 94
  8238. Dev.CD Oct 93P(Dev.CD Apr 94
  8239. Dev.CD Jan 94
  8240. Dev.CD Oct 9V
  8241. 68636X
  8242. Apr 94
  8243. explores
  8244. exploring
  8245. 16384p
  8246. 1992-1995
  8247. 1995j
  8248. accelerated
  8249. power
  8250. macintosh
  8251. artwork
  8252. program
  8253. 1996R
  8254. All Packages
  8255. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  8256. Dev.CD Jan 94
  8257. Dev.CD Oct 93
  8258. Dev.CD Jul 93P6Dev.CD Apr 94
  8259. Dev.CD Jan 94
  8260. Dev.CD Oct 93
  8261. Dev.CD Jul 9V
  8262. 68611X
  8263. Apr 94
  8264. --set theItem to choose file -- uncomment to test in an AS editor
  8265.     tell application "Finder"
  8266.         open item "Dev.CD Apr 94
  8267. Dev.CD Jan 94
  8268. Dev.CD Oct 93
  8269. Dev.CD Jul 93"
  8270.         activate
  8271.     end tell
  8272. on error errMsg number errNum
  8273.     --enter statements to perform when no records are found such as...
  8274.     display dialog "Sorry, the item you selected could not be found."
  8275.     return
  8276. end try
  8277. All Packages
  8278. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  8279. Dev.CD Jan 94
  8280. Dev.CD Oct 93
  8281. Dev.CD Jul 93P6Dev.CD Apr 94
  8282. Dev.CD Jan 94
  8283. Dev.CD Oct 93
  8284. Dev.CD Jul 9V
  8285. 68612X
  8286. Apr 94
  8287. entry
  8288. getdraghilitecolor
  8289. getfinfo
  8290. getindstring
  8291. getinfo
  8292. editor
  8293. resedit
  8294. editor
  8295. notes
  8296. summary
  8297. description
  8298. input
  8299. methods
  8300. chinese
  8301. summary
  8302. disinfectant
  8303. anti-viral
  8304. utility
  8305. summary
  8306. diskfiller
  8307. little
  8308. utility
  8309. allows
  8310. users
  8311. summary
  8312. displays
  8313. record
  8314. directly
  8315. current
  8316. print
  8317. recor
  8318. summary
  8319. disposeresource
  8320. extension
  8321. catches
  8322. commo
  8323. summary
  8324. doubletrouble
  8325. debugging
  8326. utility
  8327. catch
  8328. summary
  8329. driver
  8330. installer
  8331. quick
  8332. dirty
  8333. application
  8334. summary
  8335. provides
  8336. ability
  8337. download
  8338. postscript
  8339. summary
  8340. dropdisk
  8341. application
  8342. mounts
  8343. images
  8344. summary
  8345. sample
  8346. illustrate
  8347. software
  8348. project
  8349. summary
  8350. edittextcdev
  8351. sample
  8352. control
  8353. panel
  8354. device
  8355. summary
  8356. evenbetterbuserror
  8357. helps
  8358. catch
  8359. reneg
  8360. summary
  8361. example
  8362. building
  8363. simple
  8364. volumes
  8365. summary
  8366. finderheaps
  8367. debugging
  8368. allows
  8369. summary
  8370. years
  8371. chinese
  8372. input
  8373. bottleneck
  8374. developer's
  8375. developersS
  8376. ORDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:PZDev.CD May 00 TC
  8377.  - Tool Chest
  8378.  - Interapplication Communication
  8379.  - AE Sample ApplicationsV
  8380. 67565X
  8381. May 00^
  8382. --set theItem to choose file -- uncomment to test in an AS editor
  8383.     tell application "Finder"
  8384.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:"
  8385.         activate
  8386.     end tell
  8387. on error errMsg number errNum
  8388.     --enter statements to perform when no records are found such as...
  8389.     display dialog "Sorry, the item you selected could not be found."
  8390.     return
  8391. end try
  8392. e    No Changef5AppleScript
  8393. Apple events
  8394. recordable
  8395. scriptable
  8396. scriptq
  8397. Dev.CD May 00 TC
  8398. D!All Packages
  8399. Tool Chest Edition
  8400. AE Tools
  8401.     t-depth explnd
  8402.  Read Me, pleaseK
  8403. Jun 92:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  8404. 67506X
  8405. 1e    No Change
  8406.  Manager extension may be licensed for distribution from Apple Software Licensing.
  8407. three-dimensional
  8408. thrive
  8409. throughR
  8410. throughout
  8411. throughput
  8412. throw
  8413. throws
  8414. thumb
  8415. thumbnail
  8416. thumbs
  8417. thunder
  8418. tighter
  8419. tiles
  8420. times
  8421. time-based
  8422. time-consuming
  8423. timed
  8424. timers
  8425. timertst
  8426. timesp
  8427. timestamps
  8428. timezone
  8429. timing
  8430. tipsS
  8431. reference[
  8432. reference
  8433. library
  8434. edition[
  8435. chest
  8436. editionA
  8437. --set theItem to choose file -- uncomment to test in an AS editor
  8438.     tell application "Finder"
  8439.         open item "Dev.CD Apr 94
  8440. Dev.CD Jan 94
  8441. Dev.CD Oct 93
  8442. Dev.CD Jul 93
  8443. Dev.CD Apr 93"
  8444.         activate
  8445.     end tell
  8446. on error errMsg number errNum
  8447.     --enter statements to perform when no records are found such as...
  8448.     display dialog "Sorry, the item you selected could not be found."
  8449.     return
  8450. end try
  8451. etool
  8452. filter
  8453. finalj
  8454. finally
  8455. financingj
  8456. findr
  8457. finder
  8458. finding
  8459. findsh
  8460. firstj
  8461. fitsj
  8462. fivej
  8463. fixesV
  8464. fixingy
  8465. fkeys]
  8466. flavor
  8467. flexibility
  8468. flexible
  8469. floating
  8470. folderR
  8471. folderso
  8472. folks
  8473. follow
  8474. following
  8475. fonte
  8476. footprintg
  8477. @s you spy on QuickDraw GX printing.
  8478. Ten Tips for Game Developers  by Brigham Stevens.   Things you should know if you want to write games for the Macintosh 
  8479.  or even if you don
  8480. History of the Dogcow: Part 1  by Mark (
  8481. The Red
  8482. ) Harlan.   Here it is for the first time 
  8483.  the real story, from someone who was there. 
  8484. JEdevelop Issue 17:
  8485. develop Issue 17 code:
  8486. develop Issue 17 references:K
  8487. Vol IIIL
  8488. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 17:PJDev.CD Sep 96 RL
  8489.  - Technical Documentation
  8490.  - develop
  8491.  - develop Issue 17ition
  8492. Show Movie
  8493. New & RevisedF
  8494. MRJ 2.2 Redistribution SDK
  8495. MPW Goodies Info
  8496. MPW Goodies Info.txt
  8497. hout the printing capabilities. This files allows GX Developers to create a 'visual-only' version of their GX application without requiring their users to have full GX installed.
  8498. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  8499. Aug 96
  8500. e--set theItem to choose file -- uncomment to test in an AS editor
  8501.     tell application "Finder"
  8502.         open item "Dev.CD Aug 96 TC"
  8503.         activate
  8504.     end tell
  8505. on error errMsg number errNum
  8506.     --enter statements to perform when no records are found such as...
  8507.     display dialog "Sorry, the item you selected could not be found."
  8508.     return
  8509. end try
  8510. All Packages
  8511. QuickDraw GXO
  8512. Dev.CD Aug 96 TCP
  8513. Dev.CD Aug 96 TV
  8514. 68173X
  8515. Aug 96
  8516. e--set theItem to choose file -- uncomment to test in an AS editor
  8517.     tell application "Finder"
  8518.         open item "Dev.CD Aug 96 TC"
  8519.         activate
  8520.     end tell
  8521. on error errMsg number errNum
  8522.     --enter statements to perform when no records are found such as...
  8523.     display dialog "Sorry, the item you selected could not be found."
  8524.     return
  8525. end try
  8526. All Packages
  8527. QuickDraw GXO
  8528. Dev.CD Aug 96 TCP
  8529. Dev.CD Aug 96 TV
  8530. 68174X
  8531. Aug 96
  8532. All Packages
  8533. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  8534. Dev.CD Jan 94
  8535. Dev.CD Oct 93
  8536. Dev.CD Jul 93
  8537. Dev.CD Apr 93PDDev.CD Apr 94
  8538. Dev.CD Jan 94
  8539. Dev.CD Oct 93
  8540. Dev.CD Jul 93
  8541. Dev.CD Apr 9V
  8542. 68659X
  8543. Apr 94
  8544. --set theItem to choose file -- uncomment to test in an AS editor
  8545.     tell application "Finder"
  8546.         open item "Dev.CD Apr 94
  8547. Dev.CD Jan 94
  8548. Dev.CD Oct 93
  8549. Dev.CD Jul 93
  8550. Dev.CD Apr 93"
  8551.         activate
  8552.     end tell
  8553. on error errMsg number errNum
  8554.     --enter statements to perform when no records are found such as...
  8555.     display dialog "Sorry, the item you selected could not be found."
  8556.     return
  8557. end try
  8558. All Packages
  8559. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  8560. Dev.CD Jan 94
  8561. Dev.CD Oct 93
  8562. Dev.CD Aug 93P6Dev.CD Apr 94
  8563. Dev.CD Jan 94
  8564. Dev.CD Oct 93
  8565. Dev.CD Aug 9V
  8566. 68660X
  8567. Apr 94
  8568. -color
  8569. highg
  8570. high-end
  8571. high-leveld
  8572. highlighting
  8573. highlightsj
  8574. hints
  8575. historyv
  8576. holdsh
  8577. holidayj
  8578. e    No Changef$Open Transport
  8579. STREAMS
  8580. module
  8581. driverq
  8582. Dev.CD May 00 TC
  8583. D!All Packages
  8584. Tool Chest Edition
  8585. SWAt 2.0b6
  8586. Summary:    SWAt is a tool that allows you to set several attributes of all Macintosh
  8587.  Finder
  8588.  related windows on a hard disk.  The attributes currently configurable with SWAt are: Home window position, window stagger, uniform window dimensions, scroll bar position, and folder labels.  This tool is designed to assist the CD producer in presenting a uniform look to all windows in the Finder.
  8589. Issues:   SWAt is beta software, and is completely unsupported.  Use at your own risk.
  8590. JBRead Me - SWAt 2.0b6
  8591. Read Me - SWAt 2.0b6.txt
  8592. SWAt User GuideK
  8593. May 94L
  8594. Nov 94N
  8595. CD, Finder Windows, HackO;Dev.CD May 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:PCDev.CD May 00 TC
  8596.  - Tool Chest
  8597.  - Developer Utilities
  8598.  - SWAt 2.0b6V
  8599. 68372X
  8600. May 00^
  8601. affordable
  8602. summary
  8603. appleglot
  8604. translation
  8605.     return
  8606. end try
  8607. --set theItem to choose file -- uncomment to test in an AS editor
  8608.     tell application "Finder"
  8609.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  8610.         activate
  8611.     end tell
  8612. on error errMsg number errNum
  8613.     --enter statements to perform when no records are found such as...
  8614.     display dialog "Sorry, the item you selected could not be found."
  8615.     return
  8616. end try
  8617.     PowerTalkO
  8618. Dev.CD Apr 95P
  8619. Dev.CD Apr 9V
  8620. 66800X
  8621. Apr 95
  8622. b--set theItem to choose file -- uncomment to test in an AS editor
  8623.     tell application "Finder"
  8624.         open item "Dev.CD Apr 95"
  8625.         activate
  8626.     end tell
  8627. on error errMsg number errNum
  8628.     --enter statements to perform when no records are found such as...
  8629.     display dialog "Sorry, the item you selected could not be found."
  8630.     return
  8631. end try
  8632. All Packages
  8633. F    PowerTalkO
  8634. Dev.CD Apr 95P
  8635. Dev.CD Apr 9V
  8636. 66801X
  8637. Apr 95
  8638. gopher
  8639. s Graphics Answers  by Bill Guschwan.   Tips on the first few things to try when faced with a question about QuickDraw.
  8640. Somewhere in QuickTime: Derived Media Handlers  by John Wang.
  8641. How to write derived media handlers, a powerful new ability in QuickTime 1.5.
  8642. Be Our Guest: System Enablers  by C. K. Haun.   The scoop on these new chunks of system software. (Hands off!)
  8643. J(develop Issue 14:
  8644. develop Issue 14 code:K
  8645. Vol IIIL
  8646. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 14:PJDev.CD Sep 96 RL
  8647.  - Technical Documentation
  8648.  - develop
  8649.  - develop Issue 14    end tell
  8650. on error errMsg number errNum
  8651.     --enter statements to perform when no records are found such as...
  8652.     display dialog "Sorry, the item you selected could not be found."
  8653.     return
  8654. end try
  8655. e    No Changeq
  8656. Dev.CD May 00 TC
  8657. D!All Packages
  8658. Tool Chest Edition
  8659. SnapshotSample1.0b4
  8660. end try
  8661. All Packages
  8662. PowerTalk (PPC)O
  8663. Dev.CD Oct 94P
  8664. Dev.CD Oct 9V
  8665. 61888X
  8666. Oct 94
  8667. JP=Dev.CD Nov 99 TC
  8668.  - System Software
  8669.  - Worldwide QuickDraw GX
  8670. summary
  8671. contains
  8672. information
  8673. describing
  8674. summary
  8675. folder
  8676. contains
  8677. documents
  8678. about
  8679. programming
  8680. summary
  8681. folder
  8682. contains
  8683. goodies
  8684. developer
  8685. tech@
  8686. summary
  8687. installer
  8688. install
  8689. files
  8690. needed
  8691. worldscr@
  8692. summary
  8693. da/application
  8694. allows
  8695. examine
  8696. summary
  8697. xcmds
  8698. xfcns
  8699. perform
  8700. summary
  8701. software
  8702. apple
  8703. macintosh
  8704. display@
  8705. summary
  8706. package
  8707. provides
  8708. something
  8709. replacement
  8710. support
  8711. support's@
  8712. supports@
  8713. swiss@
  8714. system's@
  8715. tague@
  8716. targets@
  8717. technology@
  8718. text@
  8719. apple@
  8720. colorsync
  8721. plug-in
  8722. modules
  8723. provide
  8724. adobe
  8725. acrobat
  8726. reader
  8727. allows
  8728. navigate
  8729.  First
  8730. Using QuickTime ConferencingK
  8731. Apr 96
  8732. Deletedq
  8733. Dev.CD Dec 99 RL
  8734. All Packages
  8735. F    Disk Copy
  8736. Disk Copy is a utility application that will mount disk images on your desktop, make exact copies of floppy disks from a disk image, convert disk images from one format to another, create a disk image from a mounted volume or individual folder, segment a disk image into separate files, create self-mounting disk images, and create a new blank disk image. Using DiskScripts, AppleScript, and self mounting images, it can be used to automate software installations and disk image manipulation.
  8737. 67747X
  8738. representation of the maximum number of colors (bit-depth) that can be achieved (by monitor) under certain video memory/video card configurations.
  8739. Issues: Details only released productsJ-VRAM & bit-depth explnd
  8740.  Read Me, pleaseK
  8741. Jun 92:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  8742. 65038X
  8743. 1e    No Change
  8744. plugins
  8745. postscript
  8746. primer
  8747. EW Mac platform 
  8748. streamnop
  8749. streamnop
  8750. sample
  8751. streams
  8752. module
  8753. designed
  8754. streams
  8755. Movedq
  8756. Dev.CD May 00 TC
  8757. D!All Packages
  8758. Tool Chest Edition
  8759. Convert
  8760. Projects 1.0b5
  8761. Summary:  Convert
  8762. Projects is a utility which will read a THINK C or THINK Pascal project, and produce an equivalent (or nearly so) Code Warrior project. This is particularly useful for large projects, in which manually adding and segmenting the project would be tiresome or impractical.  See the document "About Convert
  8763. Projects" for details.
  8764. Convert
  8765. Projects is -NOT- a source code converter. If your code uses non-portable constructs that aren
  8766. t supported by the Code Warrior compilers, you for automated testing purposes
  8767. Features:
  8768. Electronic Documentation in Apple DocViewer form.
  8769. 27 different 3rd party application scripts.
  8770. 26 Virtual User libraries
  8771. Several V.U. external tools to aid test automation
  8772. Issues:  Not supported
  8773. Virtual User tools.imgK
  8774. Feb 94M
  8775. Virtual User 2.0.1OCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:nge
  8776. intra
  8777. numbers
  8778. numerals
  8779. numeric
  8780. numerics
  8781. numerousp
  8782. nvram
  8783. nvramrc
  8784. objectQ
  8785. object-based
  8786. object-bases
  8787. object-orientedb
  8788. objective
  8789. objective-c
  8790. objectsj
  8791. objectsupportlib
  8792. obscure
  8793. obsolete
  8794. r and therefore doesn
  8795. t talk to any real hardware.  Instead it mounts disk images over the network.
  8796. Sample Code.imgK
  8797. Jul 97L
  8798. Jul 97N
  8799. async deviceO
  8800. Dev.CD May 00 TC:Sample Code:P
  8801. Dev.CD May 00 TC
  8802.  - Sample CodeV
  8803. 66386X
  8804. May 00^
  8805. highly-successful
  8806. OTDev.CD Jun 00 RL Disk 1:What's New:Development Kits:Mac OS:Cursor Component 1.0 SDK:P_Dev.CD Jun 00 RL Disk 1
  8807.  - What's New
  8808.  - Development Kits
  8809.  - Mac OS
  8810.  - Cursor Component 1.0 SDKV
  8811. 67694X
  8812. Jun 00^    RL Disk 1b
  8813. --set theItem to choose file -- uncomment to test in an AS editor
  8814.     tell application "Finder"
  8815.         open item "Dev.CD Jun 00 RL Disk 1:What's New:Development Kits:Mac OS:Cursor Component 1.0 SDK:"
  8816.         activate
  8817.     end tell
  8818. on error errMsg number errNum
  8819.     --enter statements to perform when no records are found such as...
  8820.     display dialog "Sorry, the item you selected could not be found."
  8821.     return
  8822. end try
  8823. New Packagef(cursor component
  8824. color cursor
  8825. big cursoro
  8826. http://developer.apple.com/sdkq
  8827. Dev.CD Jun 00 RL Disk 1
  8828. D!All Packages
  8829. Tool Chest Edition
  8830. CustomMediaIvThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types. J
  8831. Sample Code.imgK
  8832. Feb 00
  8833. C:Sample Code:V
  8834. 67695X
  8835. 1e    No Change
  8836. 68754X
  8837. Dec 99^
  8838. --set theItem to choose file -- uncomment to test in an AS editor
  8839.     tell application "Finder"
  8840.         open item "Dev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:"
  8841.         activate
  8842.     end tell
  8843. on error errMsg number errNum
  8844.     --enter statements to perform when no records are found such as...
  8845.     display dialog "Sorry, the item you selected could not be found."
  8846.     return
  8847. end try
  8848. Deletedf8Apple Events Spell Grammar Writeswell Spellswell Workingq
  8849. Dev.CD Dec 99 RL
  8850. BD(All Packages
  8851. Reference Library Edition
  8852. Workgroup Server 9650
  8853.     dsprocket@
  8854. system@
  8855. technote@
  8856. translation@
  8857. unix@
  8858. view@
  8859. workgroup
  8860. server@
  8861. ts to perform when no records are found such as...
  8862.     display dialog "Sorry, the item you selected could not be found."
  8863.     return
  8864. end try
  8865. e    No Changef9live scrolling
  8866. control
  8867. proportional scroll bar
  8868. appearancell bar
  8869. appearance
  8870. GXGraphicsI
  8871. Summary: GXGraphics 1.1.6 is an extension that encompasses the QuickDraw GX graphics and line layout capabilities without GX printing. The 1.1.6 init replaces the older 1.1.3 init and fixes minor cosmetic bugs.J
  8872. GXGraphicsK
  8873. Sep 97N
  8874. QuickDraw GX, GXGraphics 1.1.6O\Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  8875.  - Development Kits (Disc 2)
  8876.  - Quickdraw GX Init Update
  8877.  - GXGraphics 1.1.6 initV
  8878. 67798X
  8879. Apr 98^
  8880. --set theItem to choose file -- uncomment to test in an AS editor
  8881.     tell application "Finder"
  8882.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:"
  8883.         activate
  8884.     end tell
  8885. on error errMsg number errNum
  8886.     --enter statements to perform when no records are found such as...
  8887.     display dialog "Sorry, the item you selected could not be found."
  8888.     return
  8889. end try
  8890. e    No Changef
  8891. QuickDraw GX
  8892. GXGraphics 1.1.6tring but do
  8893. --set theItem to choose file -- uncomment to test in an AS editor
  8894.     tell application "Finder"
  8895.         open item "Dev.CD Apr 00 SDK1:What's New:Developer Documentation:Developer Documentation:hardware:"
  8896.         activate
  8897.     end tell
  8898. on error errMsg number errNum
  8899.     --enter statements to perform when no records are found such as...
  8900.     display dialog "Sorry, the item you selected could not be found."
  8901.     return
  8902. end try
  8903. QuickDraw GXO
  8904. Dev.CD Apr 95
  8905. Dev.CD Jan 95P
  8906. Dev.CD Apr 95
  8907. Dev.CD Jan 9V
  8908. 66932X
  8909. Apr 95
  8910. p--set theItem to choose file -- uncomment to test in an AS editor
  8911.     tell application "Finder"
  8912.         open item "Dev.CD Apr 95
  8913. Dev.CD Jan 95"
  8914.         activate
  8915.     end tell
  8916. on error errMsg number errNum
  8917.     --enter statements to perform when no records are found such as...
  8918.     display dialog "Sorry, the item you selected could not be found."
  8919.     return
  8920. end try
  8921. All Packages
  8922. QuickDraw GXO
  8923. Dev.CD Apr 95P
  8924. Dev.CD Apr 9V
  8925. 66933X
  8926. Porting Objective-C to Java by Theresa Ray of Tensor Information Systems, Inc.
  8927. A quick reference guide to the major topics and tips involved converting an Objective-C application or Framework to Java. Many who have applications and/or frameworks written in Objective-C are finding it necessary to convert their Objective-C applications and frameworks to Java. Java is a widely known and supported language. Many programmers are already trained in Java, and in many cases it is becoming more ti
  8928. me-consuming and costly to retrain Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  8929. 67709X
  8930. Sep 96^
  8931. --set theItem to choose file -- uncomment to test in an AS editor
  8932.     tell application "Finder"
  8933.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 10:"
  8934.         activate
  8935.     end tell
  8936. on error errMsg number errNum
  8937.     --enter statements to perform when no records are found such as...
  8938.     display dialog "Sorry, the item you selected could not be found."
  8939.     return
  8940. end try
  8941. Deletedq
  8942. Dev.CD Sep 96 RL
  8943. -D(All Packages
  8944. Reference Library Edition
  8945. develop Issue 11
  8946.     nes at INIT time.  You may also be interested in the coercion routines as roadc
  8947. editor]
  8948. encodingsw
  8949. engineering
  8950. english
  8951. englishmiscellaneous^
  8952. englishmiscellaneous
  8953. englishmiscellaneous
  8954. rsrc^
  8955. englishterminology^
  8956. englishterminology
  8957. englishterminology
  8958. rsrc^
  8959. erratam
  8960. eventm
  8961. examples
  8962. extensione
  8963. extensions
  8964. filesi
  8965. finderevents
  8966. finderevents
  8967. firstp
  8968. universityR
  8969. unmountit
  8970. unmountit
  8971. update
  8972. updater
  8973. access
  8974. 1.0.1
  8975. distribution
  8976. guide
  8977. user^
  8978. utilities
  8979. v1.0.1
  8980. v1.1.1
  8981. validator
  8982. variables
  8983. verifier
  8984. verifier
  8985. verilog
  8986. versionedit
  8987. versionedit
  8988. viewer
  8989. virtual
  8990. virtual
  8991. sphere
  8992. 1.0.1
  8993. virtual
  8994. virtual
  8995. tools
  8996. ODDev.CD Apr 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:PLDev.CD Apr 00 SDK1
  8997.  - Development Kits
  8998.  - Mac OS
  8999.  - Speech Synthesis Managerpean
  9000. distributors
  9001. summary
  9002. folder
  9003. contains
  9004. number
  9005. postscript
  9006. utilitie
  9007. summary
  9008. folder
  9009. contains
  9010. variety
  9011. hypercard
  9012. summary
  9013. folder
  9014. contains
  9015. complete
  9016. information
  9017. developR
  9018. secrets
  9019. sectionj
  9020. sectionreport
  9021. sections
  9022. sector
  9023. sectors
  9024. secure
  9025. securely
  9026. security
  9027. sedit
  9028.  - Driver Installerrections Articles
  9029. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  9030. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  9031. Je    No Changef,network
  9032. setup
  9033. configuration
  9034. AppleTalk
  9035. TCP/IPq
  9036. Dev.CD May 00 TC
  9037. KD!All Packages
  9038. Tool Chest Edition
  9039. le is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  9040. Sample Code.imgK
  9041. Sep 96L
  9042. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  9043. Dev.CD May 00 TC:Sample Code:P
  9044. Dev.CD May 00 TC
  9045.  - Sample CodeV
  9046. 67996X
  9047. May 00^
  9048. r--set theItem to choose file -- uncomment to test in an AS editor
  9049.     tell application "Finder"
  9050.         open item "Dev.CD May 00 TC:Sample Code:"
  9051.         activate
  9052.     end tell
  9053. on error errMsg number errNum
  9054.     --enter statements to perform when no records are found such as...
  9055.     display dialog "Sorry, the item you selected could not be found."
  9056.     return
  9057. end try
  9058. e    No Change
  9059. e    No Change
  9060. p--set theItem to choose file -- uncomment to test in an AS editor
  9061.     tell application "Finder"
  9062.         open item "Dev.CD Jul 93
  9063. Dev.CD Apr 93"
  9064.         activate
  9065.     end tell
  9066. on error errMsg number errNum
  9067.     --enter statements to perform when no records are found such as...
  9068.     display dialog "Sorry, the item you selected could not be found."
  9069.     return
  9070. end try
  9071. en modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  9072.  the Tanzania-family machines listed above.
  9073. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  9074. Any MacOS prior to 8.2.
  9075. Hanging on boot (black screen) is possible with the above configuration.
  9076. JDBugDetails
  9077. Buildscript
  9078. Extension.a
  9079. Extension.r
  9080. OpenFWBridgeFixJuly97K
  9081. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserO:Dev.CD May 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97: that may o
  9082. popupmenuwithcurfont
  9083. popups
  9084. portT
  9085. portability
  9086. portable
  9087. ported
  9088. porting
  9089. porting
  9090. objective-c
  9091. theresa
  9092. tensor
  9093. informa
  9094. portion
  9095. portions
  9096. portlist
  9097. portraitj
  9098. portrect
  9099. ports
  9100. portuguese
  9101. positioning
  9102. positions
  9103. possibilities
  9104. possibility
  9105. possiblep
  9106. possibly
  9107. post-install
  9108. postal
  9109. poster
  9110. posting
  9111. posts
  9112. postscript
  9113. postscripthandle
  9114. postscripthandledemo
  9115. potential
  9116. potentially
  9117. pottier
  9118. toolboxd
  9119. toolkits
  9120. tools]
  9121. top-sellingj
  9122. topicp
  9123. topicsR
  9124. topping
  9125. total
  9126. totally
  9127. totals
  9128. touch
  9129. touches
  9130. tough
  9131. toward
  9132. towards
  9133. traceT
  9134. traceback
  9135. traceroute
  9136. tracing
  9137. track`
  9138. tracker
  9139. tracking
  9140. tracks
  9141. trade
  9142. trade-offs
  9143. trademark
  9144. tradition
  9145. traditional
  9146. gly, which can greatly improve printing speed. Here
  9147. s what you need to know to take advantage of this ability.
  9148. The New Device Drivers: Memory Matters by Martin Minow. Using PrepareMemoryForIO to set up memory for data transfers to or from other devices is a complex 
  9149.  but very important 
  9150.  process. This walkthrough points out traps and pitfalls along the way.
  9151. JBdevelop Issue 24
  9152. develop Issue 24 code
  9153. develop Issue 24 referencesK
  9154. Dec 95L
  9155. Dec 95OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Jun 00 RL Disk 1
  9156.  - Technical Documentation
  9157.  - Develop
  9158.  - develop Issue 24.  That will only happen if people start to use it in their applications, both commercial and shareware.  So, please take a look at the rest of this document and the code library.  We hope that you can use it!
  9159. Released June, 1996 by Mark Womack and Patrick Bores. Code Library written by Mark Womack. See the file ' Scrap Color Documentation' for details.
  9160. Issues:  This is NOT AN 
  9161. Core Foundation, overview, opaque types, reference counts, Base Services, CFBase.h, CFRetain, CFRelease, Reference counting, allocators, custom allocators, CFAllocator, CFType, Polymorphic functions, CFTypeID, CFIndex, CFOptionFlags, CFHashCode, CFHash, compare, CFComparatorFunction, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  9162. ation, Framework, Loadable bundle, Palette, code loading, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  9163. v--set theItem to choose file -- uncomment to test in an AS editor
  9164.     tell application "Finder"
  9165.         open item "Dev.CD May 97 TC
  9166. Dev.CD May 96 TC"
  9167.         activate
  9168.     end tell
  9169. on error errMsg number errNum
  9170.     --enter statements to perform when no records are found such as...
  9171.     display dialog "Sorry, the item you selected could not be found."
  9172.     return
  9173. end try
  9174.  sample showing one way of implementing Movable Modal dialogs in a 7.0 or later application.
  9175. NoResDialog:  OK,
  9176.  so despite all your planning, you still think you may need to create dialogs on the fly , without having any resource templates available for the DITL. This small sample creates a dialog with an OK button witha border around it, all with in-memory data structures. Just look at the function NoResDialog(...), and you'll see.
  9177. NoSound:  This small app, placed in your Startup Items folder,  quiets the startup sound by installing a Shutdown procedure that saves the current volume setting and s
  9178. 24gcO
  9179. 2bufrecord&play
  9180. 2bufrecordbuffercmd
  9181. 2bufrecordsndplay
  9182. 3.0.14
  9183. 3.0.15
  9184. 3.0.1d3
  9185. 3.0.2
  9186. 3.2.1
  9187. 3.2.3
  9188. 3.3.2
  9189. 32-bit
  9190. 32x32
  9191. 350000
  9192. 366-mhz
  9193. 38400/8/n/1
  9194. 3d-partyj
  9195. 3d-thej
  9196. 4-character
  9197. Display Manager, window arrangement, display mode, pixel depth, scan timing, display, display ID, video device, monitor, HTML, HTML rendering, web browser, URL, HTML tags, Apple Help, World Wide Web, Help Center, HTML link, Unicode Utilities, Unicode, locales, text, collation, characters, Window Manager, windows, structure region, content region, window class, window classes, window layers, window attributes, scrolling, Menu Manager, menus, Carbon, Apple menu, MDEF, menu items
  9198. cintosh Coprocessor Platform
  9199. Ethernet NB
  9200. PowerPC
  9201. Network Software
  9202. AppleTalk
  9203. TokenTalk
  9204. Token Ringq
  9205. Dev.CD May 00 TC
  9206. D!All Packages
  9207. Tool Chest Edition
  9208. About Developer University
  9209. SourceBug is a source-level debugger for debugging 68K-based applications.
  9210. Runs on any Macintosh but debugs 68K applications only.J
  9211. MPW etc.imgK
  9212. Nov 97N
  9213. debuggerO6Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD May 00 TC
  9214.  - Tool Chest
  9215.  - Development Kits
  9216.  - MPW etc.V
  9217. 68360X
  9218. May 00^
  9219. --set theItem to choose file -- uncomment to test in an AS editor
  9220.     tell application "Finder"
  9221.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  9222.         activate
  9223.     end tell
  9224. on error errMsg number errNum
  9225.     --enter statements to perform when no records are found such as...
  9226.     display dialog "Sorry, the item you selected could not be found."
  9227.     return
  9228. end try
  9229. e    No Changef
  9230. debuggerq
  9231. Dev.CD May 00 TC
  9232. D!All Packages
  9233. Tool Chest Edition
  9234. F    SourceObj
  9235. system
  9236. software
  9237. e attempting to update MacTCP.  Be aware that opening or configuring MacTCP may cause it to modify itself.
  9238. NOTE:  Developers should do all new development with Open Transport where possible.
  9239. 2.0.6 Files:
  9240. MacTCP - Read Me First
  9241. MacTCP 2.x Docs:
  9242. MacTCP Developer Tools:
  9243. TCP/IP Administration.image
  9244. TCP/IP Connection.imageK
  9245. Apr 96N
  9246. MacTCP, TCP/IPO4Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  9247.  - Development Kits (Disc 1)
  9248.  - MacTCPe Animation and Palette Anima
  9249. tion Gray:  These sample applications show how to animate the entries of a palette.
  9250. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  9251. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  9252. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  9253. cwpro2t
  9254. cyberdog
  9255. cyberdog
  9256. cyberdogaddendum
  9257. cyrillic
  9258. cyrillic
  9259. first
  9260. czech
  9261. czech
  9262. 1.1.3
  9263. d-german
  9264. generator
  9265. danish
  9266. danish
  9267. 1.1.3
  9268. datah
  9269. access
  9270. manager
  9271. folder
  9272. databasem
  9273. database
  9274. suitem
  9275. databases-standalone
  9276. datamaster
  9277. datamaster
  9278. datasheet
  9279. dateconverter
  9280. dateconverter
  9281. dcmda
  9282. aliases
  9283. dcmds
  9284. debabelizer
  9285. debabelizer
  9286. ology^
  9287. englishterminology
  9288. englishterminology
  9289. rsrc^
  9290. erratam
  9291. eventm
  9292. examples
  9293. export
  9294. extensione
  9295. extensions
  9296. filesi
  9297. filter
  9298. filterdirectory
  9299. filterdirectory
  9300. finderevents
  9301. finderevents
  9302. firstp
  9303. ProfileRenamer
  9304. What is the name of ColorSync
  9305.  Profile?
  9306. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  9307. Many applications correctly use the more descriptive internal 
  9308. 68078X
  9309. S editor
  9310.     tell application "Finder"
  9311.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  9312.         activate
  9313.     end tell
  9314. on error errMsg number errNum
  9315.     --enter statements to perform when no records are found such as...
  9316.     display dialog "Sorry, the item you selected could not be found."
  9317.     return
  9318. end try
  9319. e    No ChangefGLocation
  9320. Configuration
  9321. Setting
  9322. Preference
  9323. Switch
  9324. Module
  9325. Environmentq
  9326. Dev.CD Apr 00 SDK1
  9327. Sep 99
  9328. y dialog "Sorry, the item you selected could not be found."
  9329.     return
  9330. end try
  9331. Deletedq
  9332. Dev.CD Sept 96 RL
  9333. CD(All Packages
  9334. Reference Library Edition
  9335. develop Issue  5
  9336.     ded the preview release, and a growing list of online publishers
  9337. including, most recently, Fox News Online, Fox Sports Online and The Weather Channel
  9338. QuickTime 4 is the hottest streaming technology on the Internet.
  9339. Over 17,000 software products are built with QuickTime, and 400 new QuickTime-enabled products are created every month. And more than 57% of websites that use video use QuickTime.
  9340. For more informat
  9341. standalone
  9342. version
  9343. chest
  9344. 67563X
  9345. Jun 00^    RL Disk 1
  9346. --set theItem to choose file -- uncomment to test in an AS editor
  9347.     tell application "Finder"
  9348.         open item "Dev.CD Jun 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:"
  9349.         activate
  9350.     end tell
  9351. on error errMsg number errNum
  9352.     --enter statements to perform when no records are found such as...
  9353.     display dialog "Sorry, the item you selected could not be found."
  9354.     return
  9355. end try
  9356. e    No Changef
  9357. Adobe
  9358. Acrobat
  9359. Reader
  9360. Dev.CD Jun 00 RL Disk 1
  9361. D(All Packages
  9362. Reference Library Edition
  9363. F$Advanced Color Imaging on the Mac OS
  9364.      Stream Audio.pdf
  9365. Web Animation Guide.pdf
  9366. WebObjects Database Part I.pdf
  9367. WebObjects Database Part II.pdf
  9368. WebObjects Memory Mgmt.pdf
  9369. WebObjects Tools and Techniques
  9370. WebObjectsCategories&Posers.pdf
  9371. WebObjectsPerformanceTuning
  9372. Working with WebObjects.pdf
  9373. Writing for Interactive Media
  9374. these in the folder "Apple Glossaries (TXT)".
  9375.  To automatically pre-translate your product, we have provided the AppleGlot Language Glossaries (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  9376. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution will not, in some cases, satisfy grammatical requirements.
  9377. Apple International Glossar.imgK
  9378. Nov 96M<Any  Mac 68030 or later or any PowerPC, System 7.0 or later.N
  9379. International, GlossariesOHDev.CD May 00 TC:Tool Chest:Localization:Apple International Glossaries:PPDev.CD May 00 TC
  9380.  - Tool Chest
  9381.  - Localization
  9382.  - Apple International Glossaries
  9383. composersj
  9384. ds corresponds to an AFP call.
  9385. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  9386. OCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  9387.  - Tool Chest
  9388.  - Testing & Debugging
  9389.  - Virtual User toolsV
  9390. 68321X
  9391. May 00^
  9392. --set theItem to choose file -- uncomment to test in an AS editor
  9393.     tell application "Finder"
  9394.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  9395.         activate
  9396.     end tell
  9397. on error errMsg number errNum
  9398.     --enter statements to perform when no records are found such as...
  9399.     display dialog "Sorry, the item you selected could not be found."
  9400.     return
  9401. end try
  9402. e    No Changeq
  9403. Dev.CD May 00 TC
  9404. D!All Packages
  9405. Tool Chest Edition
  9406. Show GlobalsI
  9407. Summary: Show globals is a MultiFinder friendly application that can help you monitor global variables in drivers and code resources.  It uses a description file and it shows the values of your variables in a scrolling window.
  9408. Parameters.imgK
  9409. Vol IVL
  9410. Vol VIIO;Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Parameters:nge
  9411. ~--set theItem to choose file -- uncomment to test in an AS editor
  9412.     tell application "Finder"
  9413.         open item "Dev.CD Oct 94
  9414. Dev.CD Apr 94
  9415. Dev.CD Jan 94"
  9416.         activate
  9417.     end tell
  9418. on error errMsg number errNum
  9419.     --enter statements to perform when no records are found such as...
  9420.     display dialog "Sorry, the item you selected could not be found."
  9421.     return
  9422. end try
  9423. ocaliz
  9424. gestalt
  9425. gestalt
  9426. gestalt
  9427. selectors
  9428. gestalt
  9429. submission
  9430. getbootvol
  9431. getbootvol
  9432. getdinfo
  9433. getdinfo
  9434. getdir
  9435. getdir
  9436. geteof
  9437. geteof
  9438. getfinfo
  9439. getfinfo
  9440. gethelpstrings
  9441. geticon
  9442. geticon
  9443. getinfo
  9444. getinfo
  9445. getkeys
  9446. getlastchange
  9447. getmfsize
  9448. getmode
  9449. getmode
  9450. getsetoptions
  9451. getsetoptions
  9452. getsetoptions-68k
  9453. getsetoptions-ppc
  9454. getting
  9455. getting
  9456. started
  9457. getvinfo
  9458. getvinfo
  9459. r--set theItem to choose file -- uncomment to test in an AS editor
  9460.     tell application "Finder"
  9461.         open item "Dev.CD May 00 TC:Sample Code:"
  9462.         activate
  9463.     end tell
  9464. on error errMsg number errNum
  9465.     --enter statements to perform when no records are found such as...
  9466.     display dialog "Sorry, the item you selected could not be found."
  9467.     return
  9468. end try
  9469. ANT NOTES
  9470.  This is one of the electronic distribution channels available for MacTCP documentation and developer to
  9471. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  9472.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  9473. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  9474. profile
  9475. imagecompositing
  9476. imagefile
  9477. imageproducing
  9478. imaging[
  9479. importexport
  9480. imran's
  9481. imran's
  9482. virtual
  9483. keycodes
  9484. index
  9485. indian
  9486. indian
  9487. language
  9488. indian
  9489. language
  9490. inline
  9491. inline
  9492. input
  9493. textedit
  9494. input
  9495. inputsprocket
  9496. inputsprocket
  9497. inputsprocketpptest
  9498. inputsprockettest
  9499. inside
  9500. inside
  9501. macintosh
  9502. quickdraw
  9503. install
  9504. Jul 98M
  9505. Acrobat Reader 3.0NNpalette, color bit depth, batch processing, optimizing, conditional statementsO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  9506.  - Interactive Media Resources
  9507. on error errMsg number errNum
  9508.     --enter statements to perform when no records are found such as...
  9509.     display dialog "Sorry, the item you selected could not be found."
  9510.     return
  9511. end try
  9512. e    No Changeq
  9513. Dev.CD May 00 TC
  9514. D!All Packages
  9515. Tool Chest Edition
  9516. (** = new, * = revised)
  9517. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  9518. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  9519. BusErrorTest:  ShowsErrorTest:  Show
  9520. 67114X
  9521. Dev.CD May 00 TC
  9522.  - Sample Code theItem to choose file -- uncomment to test in an AS editor
  9523.     tell application "Finder"
  9524.         open item "Dev.CD May 00 TC:Sample Code:"
  9525.         activate
  9526.     end tell
  9527. on error errMsg number errNum
  9528.     --enter statements to perform when no records are found such as...
  9529.     display dialog "Sorry, the item you selected could not be found."
  9530.     return
  9531. end try
  9532. Movedf
  9533. C++ OpenTransportq
  9534. Dev.CD May 00 TC
  9535. %D!All Packages
  9536. Tool Chest Edition
  9537. mary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  9538. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  9539. quicktime
  9540. conferencing
  9541. quicktime
  9542. quicktime
  9543. quicktime
  9544. compress
  9545. decompress
  9546. quicktime
  9547. quickview
  9548. ethernet
  9549. block
  9550. device
  9551. driver
  9552. raster
  9553. ratesA
  9554. rawip
  9555. rawmode
  9556. reader
  9557. reality
  9558. receives
  9559. recognition
  9560. reconfiguration
  9561. record
  9562. recordable
  9563. redbook
  9564. redbook
  9565. audio
  9566. redistribution
  9567. reference
  9568. reference
  9569. counting
  9570. reference
  9571. counts
  9572. referential
  9573. referential
  9574. integrity
  9575. rules
  9576. reformatting
  9577. region
  9578. registration
  9579. registry
  9580. related
  9581. release
  9582. rename
  9583. renderer
  9584. rendering
  9585. rendering
  9586. unicode
  9587. replace
  9588. edito
  9589. resolution
  9590. resource
  9591. resource
  9592. management
  9593. resources
  9594. return
  9595. return
  9596. investment
  9597. reverb
  9598. All Packages
  9599. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  9600. Dev.CD Jan 94
  9601. Dev.CD Oct 93
  9602. Dev.CD Jul 93
  9603. Dev.CD Apr 93PDDev.CD Apr 94
  9604. Dev.CD Jan 94
  9605. Dev.CD Oct 93
  9606. Dev.CD Jul 93
  9607. Dev.CD Apr 9V
  9608. 68508X
  9609. Apr 94
  9610. --set theItem to choose file -- uncomment to test in an AS editor
  9611.     tell application "Finder"
  9612.         open item "Dev.CD Apr 94
  9613. Dev.CD Jan 94
  9614. Dev.CD Oct 93
  9615. Dev.CD Jul 93
  9616. Dev.CD Apr 93"
  9617.         activate
  9618.     end tell
  9619. on error errMsg number errNum
  9620.     --enter statements to perform when no records are found such as...
  9621.     display dialog "Sorry, the item you selected could not be found."
  9622.     return
  9623. end try
  9624. All Packages
  9625. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  9626. Dev.CD Jan 94
  9627. Dev.CD Oct 93
  9628. Dev.CD Jul 93
  9629. Dev.CD Apr 93PDDev.CD Apr 94
  9630. Dev.CD Jan 94
  9631. Dev.CD Oct 93
  9632. Dev.CD Jul 93
  9633. Dev.CD Apr 9V
  9634. 68509X
  9635. Apr 94
  9636. mrj's
  9637. mrj-dev
  9638. mrjclasses
  9639. mrjlib
  9640. mrplus
  9641. mrplus
  9642. performance
  9643. analysis
  9644. powerpc
  9645. applicatio
  9646. 67666X
  9647. May 00^
  9648. r--set theItem to choose file -- uncomment to test in an AS editor
  9649.     tell application "Finder"
  9650.         open item "Dev.CD May 00 TC:Sample Code:"
  9651.         activate
  9652.     end tell
  9653. on error errMsg number errNum
  9654.     --enter statements to perform when no records are found such as...
  9655.     display dialog "Sorry, the item you selected could not be found."
  9656.     return
  9657. end try
  9658. Movedq
  9659. Dev.CD May 00 TC
  9660. D!All Packages
  9661. Tool Chest Edition
  9662. cihuiI
  9663. Summary: Description Input methods for use with the Chinese Macintosh System 6.05 and above. Allows pinyin input in phrase instead of single character.J    cihui.imgK
  9664. Vol VIIM,Chinese OS 6.0.5 (Traditional or Simplified)O/Dev.CD May 00 TC:Tool Chest:Localization:cihui:P7Dev.CD May 00 TC
  9665.  - Tool Chest
  9666.  - Localization
  9667.  - cihuiV
  9668. 67667X
  9669. May 00^
  9670. All Packages
  9671. System 7.5 Update 1.0O
  9672. Dev.CD Jul 95P
  9673. Dev.CD Jul 9V
  9674. 67195X
  9675. Jul 95
  9676. residep
  9677. resident
  9678. resizable
  9679. resize
  9680. 68021X
  9681. May 00^
  9682. r--set theItem to choose file -- uncomment to test in an AS editor
  9683.     tell application "Finder"
  9684.         open item "Dev.CD May 00 TC:Sample Code:"
  9685.         activate
  9686.     end tell
  9687. on error errMsg number errNum
  9688.     --enter statements to perform when no records are found such as...
  9689.     display dialog "Sorry, the item you selected could not be found."
  9690.     return
  9691. end try
  9692. e    No Changef
  9693. Printing
  9694. PostScript
  9695. Filterq
  9696. Dev.CD May 00 TC
  9697. eD!All Packages
  9698. Tool Chest Edition
  9699. PostScript UtilitiesI
  9700. Summary: This folder contains a number of PostScript
  9701.  utilities.
  9702. Features:
  9703.  DiskRestore
  9704.  kill test page
  9705.  Laser Doctor
  9706.  letter paper tray
  9707.  plain paper tray
  9708.  print total pages
  9709.  restore test page
  9710. This package is 7.0 compatible.JnDiskRestore
  9711. kill test page
  9712. Laser Doctor
  9713. letter paper tray
  9714. plain paper tray
  9715. print total pages
  9716. restore test pageK
  9717. Vol IIIL
  9718. Vol VIIO:Dev.CD May 00 TC:Tool Chest:Printing:PostScript Utilities:nge
  9719. 66116X
  9720. Apr 93
  9721. .  MessageWatcher let
  9722. solaris
  9723. solutions
  9724. sound
  9725. sound
  9726. input
  9727. driver
  9728. driver
  9729. sound
  9730. memory
  9731. dialogs
  9732. windows
  9733. resources
  9734. files
  9735. interface
  9736. soundsprocket
  9737. soundsprocket
  9738. sound
  9739. reverb
  9740. effects
  9741. space
  9742. spbrecord
  9743. spbrecord
  9744. asynchronous
  9745. record
  9746. specification
  9747. speech
  9748. speech
  9749. synthesis
  9750. text-to-speech
  9751. macintalk
  9752. plaintalk
  9753. spell
  9754. spellswell
  9755. spinning
  9756. spooler
  9757. sprite
  9758. sprocket
  9759. sprockets
  9760. sprockets
  9761. drawsprocket
  9762. netsprocket
  9763. inputsprocket
  9764. soundsprock
  9765. sprockets
  9766. games
  9767. drawsprocket
  9768. inputsprocket
  9769. netsprocket
  9770. sound
  9771. stack
  9772. stacks
  9773. standard
  9774. standardfile
  9775. standards
  9776. starmax
  9777. state
  9778. statements
  9779. status
  9780. storage
  9781. streaming
  9782. streams
  9783. stress
  9784. string
  9785. d's first low coeo.http://developer.apple.com/techpubs/index.html
  9786. 67758X
  9787. May 00^
  9788. --set theItem to choose file -- uncomment to test in an AS editor
  9789.     tell application "Finder"
  9790.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Driver Installer:"
  9791.         activate
  9792.     end tell
  9793. on error errMsg number errNum
  9794.     --enter statements to perform when no records are found such as...
  9795.     display dialog "Sorry, the item you selected could not be found."
  9796.     return
  9797. end try
  9798. e    No Changeq
  9799. Dev.CD May 00 TC
  9800. ^D!All Packages
  9801. Tool Chest Edition
  9802. DriverGestaltExplorerI
  9803. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  9804. s support of Driver Gestalt.J
  9805. Sample Code.imgK
  9806. Jun 98NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  9807. Dev.CD May 00 TC:Sample Code:P
  9808. Dev.CD May 00 TC
  9809.  - Sample CodeV
  9810. 67759X
  9811. May 00^
  9812. #/96K
  9813. Mar 96L
  9814. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:d
  9815. ample Code:nge
  9816. Aug 96share
  9817. client
  9818. walltowalldialog
  9819. walltowalldialog
  9820. walltowalldialog
  9821. waste
  9822. waste
  9823. 1.3a6
  9824. waste
  9825. headers
  9826. waste
  9827. waste
  9828. classic
  9829. waste
  9830. documentation
  9831. waste
  9832. pascal
  9833. interfaces
  9834. wastelib
  9835. registration
  9836. animation
  9837. guide
  9838. webobjects
  9839. webobjects
  9840. database
  9841. webobjects
  9842. database
  9843. webobjects
  9844. webobjects
  9845. memory
  9846. webobjects
  9847. tools
  9848. techniques
  9849. webobjects36
  9850. webobjects36
  9851. 7.5.5
  9852. releasesj
  9853. relevanti
  9854. swiss
  9855. switcho
  9856. switchingo
  9857. sybaseeoadaptor
  9858. symantec
  9859. symbol`
  9860. symbols
  9861. symptom
  9862. synccatch
  9863. synccatch
  9864. debugging
  9865. catches
  9866. synchronous
  9867. synthesizers
  9868. sysbeep
  9869. sysenvirons
  9870. systemO
  9871. system
  9872. software
  9873. This survival guide is part 2 in a series regarding WebObjects Connecting to a Database.  Relationships are a very convenient, very powerful mechanism for traversing related tables in the database without constructing a separate qualifier and fetchSpecification each time. The use of referential integrity rules ensures that the data stored in the database does not become "dirty" or corrupted as records are added and deleted to the database. Additional validation and reformatting of data bef
  9874. Eore it is saved to the database by a single set of classes also helps keep the data "pure". A developer need not worry about all the validation rules if a new form is to be added to the application -if the framework used by the application is set up to perform the validation and formatting instead of the application itself.
  9875. Jul 98
  9876. 67626X
  9877. May 00^
  9878. --set theItem to choose file -- uncomment to test in an AS editor
  9879.     tell application "Finder"
  9880.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:"
  9881.         activate
  9882.     end tell
  9883. on error errMsg number errNum
  9884.     --enter statements to perform when no records are found such as...
  9885.     display dialog "Sorry, the item you selected could not be found."
  9886.     return
  9887. end try
  9888. e    No Changef!Program Linking
  9889. AppleEvents
  9890. Guestq
  9891. Dev.CD May 00 TC
  9892. ZD!All Packages
  9893. Tool Chest Edition
  9894. Automation Essentials 2.3.0
  9895.      93P(Dev.CD Apr 94
  9896. Dev.CD Jan 94
  9897. Dev.CD Oct 9V
  9898. 67323X
  9899. Apr 94
  9900. JNDiscoveringOpenstepBook.pdf
  9901. IntroAppKitBook.pdf
  9902. IntroFoundationBook.pdf
  9903. READMEK
  9904. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  9905.  - What's New
  9906.  - Technical Documentaion
  9907.  - Rhapsody/OpenStep
  9908.  - RhapsodyDocumentationsion
  9909. filetool
  9910. firewire
  9911. about
  9912. getsetoptions
  9913. about
  9914. snapshot
  9915. sample
  9916. aegizmos_
  9917. before
  9918. using
  9919. registration
  9920. defprocs
  9921. defprocs
  9922. first
  9923. first
  9924. first
  9925. first
  9926. hypercard
  9927. obsolete&unsupported
  9928. other
  9929. developer
  9930. sample
  9931. 2.0b6
  9932. 2.0b6
  9933. readerZ
  9934. reader
  9935. installerZ
  9936. readmeO
  9937. Ware and Macintosh Systems
  9938.  handles more than one user at a time
  9939.  password capability
  9940.  easicapability
  9941.  easi
  9942. hidden
  9943. hidemenubar
  9944. hiding
  9945. hierarchical
  9946. hifi-color
  9947. highg
  9948. high-end
  9949. high-leveld
  9950. high-performance
  9951. high-quality
  9952. high-visibility
  9953. higher
  9954. higher-quality
  9955. highest
  9956. highlighting
  9957. highlightsj
  9958. highly
  9959. highly-successful
  9960. hilighted
  9961. hilighting
  9962. hilite
  9963. hindi
  9964. quicktime
  9965. movie
  9966. sample
  9967. demonstrates
  9968. query
  9969. endpoint
  9970. sample
  9971. demonstrates
  9972. transport
  9973. sample
  9974. demonstrates
  9975. write
  9976. application
  9977. no-copy
  9978. receives
  9979. under
  9980. nbplookup
  9981. needs
  9982. neighborhood
  9983. netsprocket
  9984. netstat
  9985. netware
  9986. networkQ
  9987. network
  9988. administrator
  9989. network
  9990. driver
  9991. network
  9992. management
  9993. network
  9994. preferences
  9995. network
  9996. server
  9997. network
  9998. services
  9999. location
  10000. network
  10001. services
  10002. location
  10003. manager
  10004. network
  10005. setup
  10006. network
  10007. softwareQ
  10008. networking
  10009. networking
  10010. communications
  10011. newgworld
  10012. newsi
  10013. no-copy
  10014. no-copy
  10015. receives
  10016. systems
  10017. transport
  10018. opentransport
  10019. optimizing
  10020. option
  10021. option
  10022. management
  10023. ordered
  10024. ordered
  10025. collection
  10026. ot/ppp
  10027. ot/ppp
  10028. transport
  10029. otfifo
  10030. otlifo
  10031. otlink
  10032. otlookup
  10033. otoptionmanagment
  10034. ottcpwilldial
  10035. override
  10036. override
  10037. quickdraw
  10038. table
  10039. resource
  10040. 67957X
  10041. May 00^
  10042. r--set theItem to choose file -- uncomment to test in an AS editor
  10043.     tell application "Finder"
  10044.         open item "Dev.CD May 00 TC:Sample Code:"
  10045.         activate
  10046.     end tell
  10047. on error errMsg number errNum
  10048.     --enter statements to perform when no records are found such as...
  10049.     display dialog "Sorry, the item you selected could not be found."
  10050.     return
  10051. end try
  10052. Movedf
  10053. C++ OpenTransportq
  10054. Dev.CD May 00 TC
  10055. %D!All Packages
  10056. Tool Chest Edition
  10057. mary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  10058. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  10059. QD!All Packages
  10060. Mac OS SDK Edition
  10061. PC Card SDKsI
  10062. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  10063. PC Card Manager 3.0
  10064. What's the difference?K
  10065. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  10066.  - Development Kits
  10067.  - Hardware
  10068.  - PC Card SDKsV
  10069. 68002X
  10070. 1nd such as...
  10071.     display dialog "Sorry, the item you selected could not be found."
  10072.     return
  10073. end try
  10074. All Packages
  10075. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  10076. Dev.CD Jan 94
  10077. Dev.CD Oct 93
  10078. Dev.CD Jul 93
  10079. Dev.CD Apr 93PDDev.CD Apr 94
  10080. Dev.CD Jan 94
  10081. Dev.CD Oct 93
  10082. Dev.CD Jul 93
  10083. Dev.CD Apr 9V
  10084. 66009X
  10085. Apr 94
  10086. anding
  10087. overB
  10088. - MacsBug 6.6mgK
  10089. Aug 95
  10090. Jul 95
  10091. b--set theItem to choose file -- uncomment to test in an AS editor
  10092.     tell application "Finder"
  10093.         open item "Dev.CD Jul 95"
  10094.         activate
  10095.     end tell
  10096. on error errMsg number errNum
  10097.     --enter statements to perform when no records are found such as...
  10098.     display dialog "Sorry, the item you selected could not be found."
  10099.     return
  10100. end try
  10101. All Packages
  10102. System 7.5 Update 1.0O
  10103. Dev.CD Jul 95P
  10104. Dev.CD Jul 9V
  10105. 68433X
  10106. Jul 95
  10107. b--set theItem to choose file -- uncomment to test in an AS editor
  10108.     tell application "Finder"
  10109.         open item "Dev.CD Jul 95"
  10110.         activate
  10111.     end tell
  10112. on error errMsg number errNum
  10113.     --enter statements to perform when no records are found such as...
  10114.     display dialog "Sorry, the item you selected could not be found."
  10115.     return
  10116. end try
  10117. All Packages
  10118. System 7.5 Update 1.0O
  10119. Dev.CD Jul 95P
  10120. Dev.CD Jul 9V
  10121. 68434X
  10122. Jul 95
  10123. Dev.CD May 00 TC
  10124.  - Sample CodeV
  10125. 65386X
  10126. May 00^
  10127. specifiersn
  10128. specifies
  10129. specifyT
  10130. specifying
  10131. speech
  10132. speed`
  10133. speed-critical
  10134. speeding
  10135. speeds
  10136. spellcheck
  10137. spellchecking
  10138. speller
  10139. spelling
  10140. spells
  10141. spellswell
  10142. spend
  10143. sphere
  10144. splash
  10145. splasher
  10146. split
  10147. sponsored
  10148. spooled
  10149. spooler
  10150. spoolers
  10151. spoolingg
  10152. sports
  10153. spots
  10154. spreadsheets
  10155. spreadsheetss
  10156. sprite
  10157. sprites
  10158. sprocket
  10159. sresource
  10160. stackn
  10161. stacks
  10162. staging
  10163. stakingj
  10164. stalking
  10165. stand
  10166. stand-alone
  10167. standalone
  10168. standalone
  10169. version
  10170. --set theItem to choose file -- uncomment to test in an AS editor
  10171.     tell application "Finder"
  10172.         open item "Dev.CD Apr 94
  10173. Dev.CD Jan 94
  10174. Dev.CD Oct 93
  10175. Dev.CD Jul 93
  10176. Dev.CD Apr 93"
  10177.         activate
  10178.     end tell
  10179. on error errMsg number errNum
  10180.     --enter statements to perform when no records are found such as...
  10181.     display dialog "Sorry, the item you selected could not be found."
  10182.     return
  10183. end try
  10184. ensures
  10185. ensuring
  10186. entering
  10187. enterprisej
  10188. entertainmentj
  10189. entries
  10190. entry
  10191. environementz
  10192. environmentj
  10193. environments
  10194. equilibrium
  10195. equilibrium's
  10196. equivalent
  10197. error
  10198. error-handling
  10199. errors
  10200. esfahani
  10201. eskimo
  10202. ethernetQ
  10203. ethertalkB
  10204. europeanj
  10205. evangelicalj
  10206. evans
  10207. event]
  10208. lookp
  10209. looking
  10210. looks
  10211. lookup
  10212. lookupmenu
  10213. lookups
  10214. looming
  10215. looney
  10216. low-disk-space
  10217. low-level
  10218. loyalj
  10219. lurkers
  10220. lurkers
  10221. examine
  10222. projector
  10223. luther
  10224. lying
  10225. asyncpb
  10226. asyncronous
  10227. use-nvramrc
  10228. rvices
  10229. CFString.h
  10230. CFCharacterSet.h
  10231. CFStringEncodingsExt.h
  10232. CFString
  10233. string
  10234. mutable string
  10235. internationalization
  10236. localization
  10237. Unicode
  10238. character encoding
  10239. string encoding
  10240. plication "Finder"
  10241.         open item "Dev.CD Jun 97 SSW"
  10242.         activate
  10243.     end tell
  10244. on error errMsg number errNum
  10245.     --enter statements to perform when no records are found such as...
  10246.     display dialog "Sorry, the item you selected could not be found."
  10247.     return
  10248. end try
  10249. All Packages
  10250. QuickDraw GXO
  10251. Dev.CD Jun 97 SSWP
  10252. Dev.CD Jun 97 SSV
  10253. 66952X
  10254. Jun 97
  10255. f--set theItem to choose file -- uncomment to test in an AS editor
  10256.     tell application "Finder"
  10257.         open item "Dev.CD Jun 97 SSW"
  10258.         activate
  10259.     end tell
  10260. on error errMsg number errNum
  10261.     --enter statements to perform when no records are found such as...
  10262.     display dialog "Sorry, the item you selected could not be found."
  10263.     return
  10264. end try
  10265. All Packages
  10266. QuickDraw GXO
  10267. Dev.CD Jun 97 SSWV
  10268. 66953X
  10269. All Packages
  10270. System Enabler 403 (LC 520)O
  10271. Dev.CD Apr 94
  10272. Dev.CD Jan 94P
  10273. Dev.CD Apr 94
  10274. Dev.CD Jan 9V
  10275. 68669X
  10276. Apr 94
  10277. p--set theItem to choose file -- uncomment to test in an AS editor
  10278.     tell application "Finder"
  10279.         open item "Dev.CD Apr 94
  10280. Dev.CD Jan 94"
  10281.         activate
  10282.     end tell
  10283. on error errMsg number errNum
  10284.     --enter statements to perform when no records are found such as...
  10285.     display dialog "Sorry, the item you selected could not be found."
  10286.     return
  10287. end try
  10288. All Packages
  10289. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  10290. Dev.CD Jan 94
  10291. Dev.CD Oct 93P(Dev.CD Apr 94
  10292. Dev.CD Jan 94
  10293. Dev.CD Oct 9V
  10294. 68670X
  10295. Apr 94
  10296. determine
  10297. summary
  10298. sample
  10299. demonstrates
  10300. compress
  10301. decompr
  10302. summary
  10303. sample
  10304. demonstrates
  10305. write
  10306. simple
  10307. summary
  10308. sample
  10309. extracts
  10310. finder
  10311. strings
  10312. summary
  10313. support
  10314. quicktake
  10315. quicktake
  10316. All Packages
  10317. Japanese Language KitOEDev.CD May 94
  10318. Dev.CD Feb 94
  10319. Dev.CD Oct 93
  10320. Dev.CD Jun 93
  10321. Dev.CD May 93PDDev.CD May 94
  10322. Dev.CD Feb 94
  10323. Dev.CD Oct 93
  10324. Dev.CD Jun 93
  10325. Dev.CD May 9V
  10326. 67847X
  10327. May 94
  10328. --set theItem to choose file -- uncomment to test in an AS editor
  10329.     tell application "Finder"
  10330.         open item "Dev.CD May 94
  10331. Dev.CD Feb 94
  10332. Dev.CD Oct 93
  10333. Dev.CD Jun 93
  10334. Dev.CD May 93"
  10335.         activate
  10336.     end tell
  10337. on error errMsg number errNum
  10338.     --enter statements to perform when no records are found such as...
  10339.     display dialog "Sorry, the item you selected could not be found."
  10340.     return
  10341. end try
  10342. D!All Packages
  10343. Tool Chest Edition
  10344. Japanese Language Kit v1.2
  10345.     ow applications can use drag and drop commands in a way compatible with current and past versions of the Finder.
  10346. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  10347. companionZ
  10348. company
  10349. company's
  10350. compare
  10351. compared
  10352. comparedirtext
  10353. comparelastrevision
  10354. compareproc
  10355. compares
  10356. comparing
  10357. comparisions
  10358. comparisons
  10359. compatibilityY
  10360. compatibility
  10361. issues
  10362. compatibleO
  10363. compatiblesj
  10364. compilation
  10365. compile
  10366. compiled
  10367. completed
  10368. completely
  10369. completion
  10370. complex
  10371. complexity
  10372. compliance
  10373. complies
  10374. componentP
  10375. component-based
  10376. components
  10377. composersj
  10378. b--set theItem to choose file -- uncomment to test in an AS editor
  10379.     tell application "Finder"
  10380.         open item "Dev.CD Jul 95"
  10381.         activate
  10382.     end tell
  10383. on error errMsg number errNum
  10384.     --enter statements to perform when no records are found such as...
  10385.     display dialog "Sorry, the item you selected could not be found."
  10386.     return
  10387. end try
  10388. 5.0.7:"
  10389.         activate
  10390.     end tell
  10391. on error errMsg number errNum
  10392.     --enter statements to perform when no records are found such as...
  10393.     display dialog "Sorry, the item you selected could not be found."
  10394.     return
  10395. end try
  10396. e    No Changeq
  10397. Dev.CD May 00 TC
  10398. D!All Packages
  10399. Tool Chest Edition
  10400. ADBReInit 1.0I
  10401. Summary: This Extension patches a bug in system software which can cause the PowerBook 140/170 and the Quadras to crash when _ADBReInit is called.J+ADBReInit
  10402. ADBReInit Note
  10403. ADBReInit Note.txtK
  10404. Sep 92:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:V
  10405. 66326X
  10406. 1e    No Change
  10407. pre-print
  10408. pre-release
  10409. pre-releases
  10410. pre-scripted
  10411. pre-testing
  10412. pre-train
  10413. pre-translates
  10414. predecessor
  10415. predefined
  10416. predicates
  10417. predictable
  10418. eexisting
  10419. prefer
  10420. preference
  10421. preferences
  10422. preferred
  10423. preflightgl
  10424. prefs
  10425. preliminary
  10426. preloaded
  10427. premastering
  10428. premier
  10429. premiereh
  10430. preparation
  10431. prepare
  10432. prepared
  10433. preparememoryforio
  10434. preparing
  10435. prerelease
  10436. prerequisite
  10437. prerequisitesR
  10438. prescalers
  10439. presence
  10440. presentp
  10441. presentation
  10442. presentations
  10443. presentedZ
  10444. presenting
  10445. presently
  10446. presents
  10447. preserved
  10448. press
  10449. pressed
  10450. pressing
  10451. pretty
  10452. prevent
  10453. prevented
  10454. preview
  10455. IpSummary: This sample code illustrates the way to determine the processor type of the Macintosh you're running onJ
  10456. Sample Code.imgK
  10457. Apr 97O
  10458. Dev.CD May 00 TC:Sample Code:P
  10459. Dev.CD May 00 TC
  10460.  - Sample CodeV
  10461. 67690X
  10462. May 00^
  10463. r--set theItem to choose file -- uncomment to test in an AS editor
  10464.     tell application "Finder"
  10465.         open item "Dev.CD May 00 TC:Sample Code:"
  10466.         activate
  10467.     end tell
  10468. on error errMsg number errNum
  10469.     --enter statements to perform when no records are found such as...
  10470.     display dialog "Sorry, the item you selected could not be found."
  10471.     return
  10472. end try
  10473. Movedq
  10474. Dev.CD May 00 TC
  10475. CreateMovie
  10476. 6This demo program shows how to select create a movie from the results of using Java drawing capabilites and a sound file. It roughly translates the sample code in the QuickTime SDK - the Inside Macintosh:QuickTime examples of Chapter 2 (listings 2-5 through 2-12, starting at page 2-47 of the unbound edition).
  10477. dition).
  10478. Feb 00
  10479. 67555X
  10480. Nov 99^
  10481. --set theItem to choose file -- uncomment to test in an AS editor
  10482.     tell application "Finder"
  10483.         open item "Dev.CD Nov 99 TC:Programs & Marketing:About Developer University:"
  10484.         activate
  10485.     end tell
  10486. on error errMsg number errNum
  10487.     --enter statements to perform when no records are found such as...
  10488.     display dialog "Sorry, the item you selected could not be found."
  10489.     return
  10490. end try
  10491. Deletedq
  10492. Dev.CD Nov 99 TC
  10493. All Packages
  10494. ABS Technical NotesI
  10495. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  10496. AppleSearch:
  10497. AppleShare:
  10498. AppleTalk Remote Access:
  10499. IP Gateway:
  10500. Network Server Dev. Guide:K
  10501. Jul 92L
  10502. Jun 95M
  10503. Adobe Acrobat Reader.N2ESD, AppleSearch, AppleShare, ARA, AWS, IP GatewayODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:V
  10504. 67556X
  10505. Deleted
  10506. suggested
  10507. suggestions
  10508. suitj
  10509. suitability
  10510. suitable
  10511. suiteN
  10512. suited
  10513. suitesm
  10514. summarizationb
  10515. summarize
  10516. This sample has been updated to properly work with the .AppleCD driver installed.
  10517. Sample Code.imgK
  10518. Jan 98L
  10519. May 99M
  10520. ATA Manager, Mac OS 8.5N
  10521. ATA, ATAPI, CD RomO
  10522. Dev.CD May 00 TC:Sample Code:P
  10523. Dev.CD May 00 TC
  10524.  - Sample CodeV
  10525. 66387X
  10526. May 00^
  10527. r--set theItem to choose file -- uncomment to test in an AS editor
  10528.     tell application "Finder"
  10529.         open item "Dev.CD May 00 TC:Sample Code:"
  10530.         activate
  10531.     end tell
  10532. on error errMsg number errNum
  10533.     --enter statements to perform when no records are found such as...
  10534.     display dialog "Sorry, the item you selected could not be found."
  10535.     return
  10536. end try
  10537. e    No Changef
  10538. ATAPI
  10539. CD Romq
  10540. Dev.CD May 00 TC
  10541. UD!All Packages
  10542. Tool Chest Edition
  10543. ATAErrorDetector
  10544. 66121X
  10545. CJ(develop Issue  5:
  10546. develop Issue  5 code:K
  10547. Vol IIIL
  10548. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  5:PKDev.CD Sept 96 RL
  10549.  - Technical Documentation
  10550.  - develop
  10551.  - develop Issue  5number errNum
  10552.     --enter statements to perform when no records are found such as...
  10553.     display dialog "Sorry, the item you selected could not be found."
  10554.     return
  10555. end try
  10556. All Packages
  10557. F    QuickTimeO
  10558. Dev.CD Jul 93P
  10559. Dev.CD Jul 9V
  10560. 67024X
  10561. Jul 93
  10562. b--set theItem to choose file -- uncomment to test in an AS editor
  10563.     tell application "Finder"
  10564.         open item "Dev.CD Jul 93"
  10565.         activate
  10566.     end tell
  10567. on error errMsg number errNum
  10568.     --enter statements to perform when no records are found such as...
  10569.     display dialog "Sorry, the item you selected could not be found."
  10570.     return
  10571. end try
  10572. All Packages
  10573. F    QuickTimeO
  10574. Dev.CD Jul 93
  10575. Dev.CD Apr 93P
  10576. Dev.CD Jul 93
  10577. Dev.CD Apr 9V
  10578. 67025X
  10579. Jul 93
  10580. content
  10581. finder
  10582. Summary: This is the electronic version of develop magazine.
  10583.  Issue 11 highlights:
  10584. The Asynchronous Sound Helper  by Bryan K. (
  10585. Beaker
  10586. ) Ressler. Confused about the Sound Manager? Here
  10587. s help: a detailed walk-through of useful routines for accomplishing common Sound Manager tasks.
  10588. Around and Around: Multibuffering Sounds  by Neil Day.   The inside world of multibuffering sounds is exposed to the light, and we discover that it
  10589. s really not that gory.
  10590. Living In an Exceptional World  by 
  10591. Sean Parent.   Ever get mad at those 
  10592. Real programs check errors here
  10593.  comments you see so often in sample code? Here
  10594. s a workable error-handling methodology that might interest you.
  10595. The NetWork Project: Distributed Computing on the Macintosh  by G
  10596. nther Sawitzki.   Distributed computing is looming large on the horizon, and programmers need to be ready. NetWork enables you to experiment with distributed computing right now.
  10597. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  10598. PKDev.CD May 00 TC
  10599.  - Tool Chest
  10600.  - Testing & Debugging
  10601.  - Virtual User toolsr, launchapplication "Finder"
  10602.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  10603.         activate
  10604.     end tell
  10605. on error errMsg number errNum
  10606.     --enter statements to perform when no records are found such as...
  10607.     display dialog "Sorry, the item you selected could not be found."
  10608.     return
  10609. end try
  10610. Deletedf
  10611. database
  10612. beta test
  10613. beta helpq
  10614. Dev.CD Nov 99 TC
  10615. All Packages
  10616. BinHexI
  10617. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  10618. BinHex 4.0 SpecsK
  10619. May 93M
  10620. Adobe Acrobat Reader.OKDev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Jun 00 RL Disk 1
  10621.  - Technical Documentation
  10622.  - Misc. Standards
  10623.  - BinHex 4.0V
  10624. 63931X
  10625. Jun 00^    RL Disk 1
  10626. e    No Change
  10627. summary
  10628. folder
  10629. contains
  10630. documents
  10631. about
  10632. programming
  10633. summary
  10634. folder
  10635. contains
  10636. electronic
  10637. forms
  10638. allow
  10639. summary
  10640. folder
  10641. contains
  10642. helpful
  10643. scripts
  10644. summary
  10645. folder
  10646. contains
  10647. information
  10648. tells
  10649. develope
  10650.    --enter statements to perform when no records are found such as...
  10651.     display dialog "Sorry, the item you selected could not be found."
  10652.     return
  10653. end try
  10654. e    No Changeq
  10655. Dev.CD Apr 98 SDK1
  10656. HD!All Packages
  10657. Tool Chest Edition
  10658. AppleTalk SW for SNMP
  10659. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  10660. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  10661. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  10662. e    No Change
  10663. fonte
  10664. fonts
  10665. footprintg
  10666.     EMonzalez
  10667. Application Frameworks Product Marketing Manager
  10668. Apple Computer, Inc.
  10669. MacApp Developer Survey
  10670. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  10671.  - Tool Chest
  10672.  - Development Kitse, and an example V.U. script using the external tool. This package will allow developers using V.U. 2.0 to test their applications and perform screen image verification in their V.U. scripts.
  10673. Virtual User tools.imgK
  10674. Jul 93L
  10675. Oct 93M.Virtual User version 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  10676.  - Tool Chest
  10677.  - Testing & Debugging
  10678.  - Virtual User toolstions by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  10679. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.print a document.
  10680. architectures
  10681. archivei
  10682. archivecontent
  10683. archivecontent
  10684. artwork
  10685. market
  10686. guide
  10687. asian
  10688. asian
  10689. print
  10690. security
  10691. protocol
  10692. registry
  10693. server
  10694. controls/events
  10695. authentication
  10696. module
  10697. askyesno
  10698. aslmv
  10699. 2.0.1
  10700. licensing
  10701. diskv
  10702. debugging
  10703. toolsv
  10704. developer
  10705. toolsv
  10706. documentationv
  10707. examplesv
  10708. installerv
  10709. installer
  10710. imagev
  10711. symfilesv
  10712. asset
  10713. assistant
  10714. atags
  10715. atags
  10716. manual
  10717. atags
  10718. manual
  10719. atalk
  10720. atalk
  10721. toolkit
  10722. atalkzones
  10723. atalkzones
  10724.     display dialog "Sorry, the item you selected could not be found."
  10725.     return
  10726. end try
  10727. --set theItem to choose file -- uncomment to test in an AS editor
  10728.     tell application "Finder"
  10729.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:"
  10730.         activate
  10731.     end tell
  10732. on error errMsg number errNum
  10733.     --enter statements to perform when no records are found such as...
  10734.     display dialog "Sorry, the item you selected could not be found."
  10735.     return
  10736. end try
  10737. ndalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  10738. MRJ 1.0.1 works on computers with 68030 or 68040 microprocessoate, securely store, and remove types of objects
  10739. Hardware supported: 
  10740. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  10741. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  10742. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  10743.   iMac
  10744.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  10745.   G3/266,20th Anniversay Mac
  10746. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  10747. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  10748. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  10749. ager.  This can involve scrambling the system heap or application heap.
  10750. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  10751. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  10752. doc'sj
  10753. doctor
  10754. documentQ
  10755. tionc
  10756. documentationandsamp
  10757. documented
  10758. documentproc
  10759. documentsN
  10760. docviewer
  10761. doesn'tj
  10762. doesn't
  10763. documents
  10764. properly
  10765. doesnt
  10766. 68365X
  10767. Apr 00^
  10768. --set theItem to choose file -- uncomment to test in an AS editor
  10769.     tell application "Finder"
  10770.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:"
  10771.         activate
  10772.     end tell
  10773. on error errMsg number errNum
  10774.     --enter statements to perform when no records are found such as...
  10775.     display dialog "Sorry, the item you selected could not be found."
  10776.     return
  10777. end try
  10778. e    No Changef3Speech
  10779. Synthesis
  10780. Text-to-Speech
  10781. MacinTalk
  10782. PlainTalkq
  10783. Dev.CD Apr 00 SDK1
  10784. D!All Packages
  10785. Tool Chest Edition
  10786. SprocketInvaders
  10787. SprocketInvaders is a full featured game specfically built to demonstrate GameSprockets.  It contains implmentations of Draw, Sound, Input and Net Sprocket.  It also shows some other basic techniques for games, such as handling events loops, sprites and CD audio.
  10788. Sample Code.imgK
  10789. Feb 00:Sample Code:V
  10790. 68366X
  10791. 1e    No Change
  10792. .0b3@
  10793. apple
  10794. standardsw
  10795. tsetoptions-68k
  10796. getsetoptions-ppc
  10797. Summary:  We are pleased to provide you with version 1.5.1 of the Apple's Speech Recognition Manager. Version 1.5.1 of the Speech Recognition extension implements the second officially supported developer release of the Speech Recognition Manager.   
  10798. The documentation included with this note, "Speech Recognition Manager" in the "Speech Recognition Manager Docs" folder, is an Adobe Acrobat file. The documentation describes version 1.5 (the previous release) of the Speech Recognition extens
  10799. ion and the API and toolbox it embodies. In addition, the "Speech Recognition Manager Docs" folder contains a "What's new" readme file that describes the bug fixes and feature enhancements in version 1.5.1 (the new release) of the Speech Recognition extension.
  10800. Input from early adopters of Apple's speech recognition technology has contributed greatly to the Speech Recognition Manager API. If you find bugs in the extension or documentation, please use the Apple Bug Reporter stack. Include t
  10801. s: LaserWriter 8 for Fun and Profit  by Matt Deatherage.   How applications can take advantage of the new LaserWriter driver. 
  10802. Graphical Truffles: Remedies for Common QuickDraw Problems  by John Wang.   Look here first for relief from common QuickDraw problems.
  10803. JEdevelop Issue 16:
  10804. develop Issue 16 code:
  10805. develop Issue 16 references:K
  10806. Vol IIIL
  10807. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 16:PJDev.CD Sep 96 RL
  10808.  - Technical Documentation
  10809.  - develop
  10810.  - develop Issue 16otes
  10811. manualb
  10812. markpascal
  10813. masher
  10814. mdefproc
  10815. mdefproc
  10816. quickdraw
  10817. quickdraw
  10818. windows
  10819. 1.5.2
  10820. quickdraw
  10821. quickdraw3d
  10822. quickdraw3d
  10823. quicktake
  10824. quicktake
  10825. digital
  10826. camera
  10827. quicktake
  10828. windows
  10829. quicktime
  10830. encodings@
  10831. content
  10832. extractor@
  10833. format@
  10834. postscript
  10835. sample@
  10836. gxgraphics@
  10837. installer@
  10838. 1.0fc1@
  10839. language@
  10840. lite@
  10841. runtime
  10842. 1.0.1b1c2@
  10843. macro@
  10844. menuscripter
  10845. debug@
  10846. news@
  10847. object-based
  10848. object-bases
  10849. object-orientedb
  10850. objective
  10851. objective-c
  10852. objectsj
  10853. objectsupportlib
  10854. obscure
  10855. obsolete
  10856.       activate
  10857.     end tell
  10858. on error errMsg number errNum
  10859.     --enter statements to perform when no records are found such as...
  10860.     display dialog "Sorry, the item you selected could not be found."
  10861.     return
  10862. end try
  10863. e    No Changef
  10864. ATAPI
  10865. CD Romq
  10866. Dev.CD May 00 TC
  10867. ev.CD May 00 TC
  10868. t is also 
  10869. registration
  10870. requests
  10871. calendoid
  10872. calendoid
  10873. callback
  10874. callback
  10875. sample
  10876. callfinder
  10877. callfinder
  10878. callfinder
  10879. callhyper
  10880. callhyper
  10881. callhyper
  10882. notes
  10883. canadian
  10884. cancelwindowcheckout
  10885. capslock
  10886. capslock
  10887. carbon
  10888. carbon
  10889. carbon
  10890. window
  10891. carbonlib
  10892. carbonlib
  10893. 1.0.3
  10894. carbonprintingmgr
  10895. catalan
  10896. catalan
  10897. 1.1.3
  10898. audio
  10899. toolkit
  10900. install
  10901. script
  10902. cd-romf
  10903. cd-rom
  10904. detection
  10905. cdent
  10906. cdent
  10907. formatter
  10908. cdroms
  10909. cfbaseservices
  10910. cfbundleservices
  10911. cfcollectionservices
  10912. editor
  10913. resedit
  10914. editor
  10915. notes
  10916. enabling
  10917. encapsulate
  10918. encapsulated
  10919. enclosed
  10920. encoded
  10921. encodingh
  10922. encodings
  10923. encompasses
  10924. encounter
  10925. encounters
  10926. encouragep
  10927. encouraged
  10928. encouragesZ
  10929. encryption
  10930. end-of-message
  10931. endless
  10932. endorsement
  10933. endpoint
  10934. endpoints
  10935. enforces
  10936. engineb
  10937. engineering
  10938. engineers
  10939. engines
  10940. engler
  10941. english
  10942. enhance[
  10943. enhanced
  10944. enhancementa
  10945. enhancements`
  10946. 67902X
  10947. Dec 99^
  10948. --set theItem to choose file -- uncomment to test in an AS editor
  10949.     tell application "Finder"
  10950.         open item "Dev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:"
  10951.         activate
  10952.     end tell
  10953. on error errMsg number errNum
  10954.     --enter statements to perform when no records are found such as...
  10955.     display dialog "Sorry, the item you selected could not be found."
  10956.     return
  10957. end try
  10958. Deletedq
  10959. Dev.CD Dec 99 RL
  10960. All Packages
  10961. Macintosh Technotes and Q&As
  10962.     APThe latest and greatest Technotes and Q&As from our web site. 
  10963. Updated 1/25/2000
  10964. J.index.html
  10965. index.html.1
  10966. style.css
  10967. technotesK
  10968. Jan 00L
  10969. Jan 00M
  10970. web browserN
  10971. Technote, Q&A, MacintoshOMDev.CD Jun 00 RL Disk 1:Technical Documentation:Macintosh Technotes and Q&As:PRDev.CD Jun 00 RL Disk 1
  10972.  - Technical Documentation
  10973.  - Macintosh Technotes and Q&AsV
  10974. 67903X
  10975. Jun 00e    No Changeo.http://developer.apple.com/techpubs/index.html
  10976. analyzerT
  10977. parser
  10978. 5.0.7V
  10979. parser
  10980. parser
  10981. adbreinit
  10982. adbreinit
  10983. noteW
  10984. adbreinit
  10985. adcstyle
  10986. adcstyle
  10987. addchange
  10988. addendumg
  10989. addheader
  10990. additions
  10991. addmenu
  10992. addressh
  10993. addresses
  10994. administration
  10995. archive
  10996. filesi
  10997. archive
  10998. htmli
  10999. color
  11000. imaging
  11001. advanced[
  11002. advanced
  11003. color
  11004. imaging[
  11005. advanced
  11006. color
  11007. imaging
  11008. advanced
  11009. technique
  11010. coercion
  11011. init]
  11012. aegizmos]
  11013. Interactive Corp Success Gd.pdfK
  11014. Jan 98M
  11015. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide: try
  11016. All Packages
  11017. PPC EnablerO
  11018. Dev.CD Jul 95P
  11019. Dev.CD Jul 9V
  11020. 63135X
  11021. Jul 95
  11022. 49064X
  11023. b--set theItem to choose file -- uncomment to test in an AS editor
  11024.     tell application "Finder"
  11025.         open item "Dev.CD Apr 95"
  11026.         activate
  11027.     end tell
  11028. on error errMsg number errNum
  11029.     --enter statements to perform when no records are found such as...
  11030.     display dialog "Sorry, the item you selected could not be found."
  11031.     return
  11032. end try
  11033.  Oct 93
  11034. Dev.CD Jul 93
  11035. Dev.CD Apr 93"
  11036.         activate
  11037.     end tell
  11038. on error errMsg number errNum
  11039.     --enter statements to perform when no records are found such as...
  11040.     display dialog "Sorry, the item you selected could not be found."
  11041.     return
  11042. end try
  11043. All Packages
  11044. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  11045. Dev.CD Jan 94
  11046. Dev.CD Oct 93
  11047. Dev.CD Jul 93
  11048. Dev.CD Apr 93PDDev.CD Apr 94
  11049. Dev.CD Jan 94
  11050. Dev.CD Oct 93
  11051. Dev.CD Jul 93
  11052. Dev.CD Apr 9V
  11053. 66174X
  11054. Apr 94
  11055. enable
  11056. mouse
  11057. keyboard
  11058. enable
  11059. speech
  11060.  Management.imgK
  11061. Apr 95L
  11062. Jan 96M
  11063. Any Power Macintosh.archProcs & Color Separation:  Th
  11064. tricksS
  11065. tricky
  11066. tries
  11067. triggerT
  11068. tripped
  11069. trivial
  11070. truetype
  11071. truffles
  11072. truncate
  11073. truth
  11074. trying
  11075. tsmte
  11076. ttextgridview
  11077. ttextlistview
  11078. tuneplayer
  11079. tuning
  11080. tunnel
  11081. tupledumper
  11082. tuples
  11083. turbo
  11084. turkish
  11085. turnedA
  11086. turning
  11087. turns
  11088. turtle
  11089. tutorialq
  11090. tween
  11091. twice
  11092. twiddle
  11093. twisted
  11094. twists
  11095. updateQ
  11096. update-based
  11097. updatedo
  11098. updatese
  11099. updatingb
  11100. upgrades
  11101. urbina
  11102. usage
  11103. All Packages
  11104. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  11105. Dev.CD Jan 94
  11106. Dev.CD Oct 93
  11107. Dev.CD Jul 93
  11108. Dev.CD Apr 93PDDev.CD Apr 94
  11109. Dev.CD Jan 94
  11110. Dev.CD Oct 93
  11111. Dev.CD Jul 93
  11112. Dev.CD Apr 9V
  11113. 68653X
  11114. Apr 94
  11115. --set theItem to choose file -- uncomment to test in an AS editor
  11116.     tell application "Finder"
  11117.         open item "Dev.CD Apr 94
  11118. Dev.CD Jan 94
  11119. Dev.CD Oct 93
  11120. Dev.CD Jul 93
  11121. Dev.CD Apr 93"
  11122.         activate
  11123.     end tell
  11124. on error errMsg number errNum
  11125.     --enter statements to perform when no records are found such as...
  11126.     display dialog "Sorry, the item you selected could not be found."
  11127.     return
  11128. end try
  11129. All Packages
  11130. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  11131. Dev.CD Jan 94
  11132. Dev.CD Oct 93
  11133. Dev.CD Jul 93
  11134. Dev.CD Apr 93PDDev.CD Apr 94
  11135. Dev.CD Jan 94
  11136. Dev.CD Oct 93
  11137. Dev.CD Jul 93
  11138. Dev.CD Apr 9V
  11139. 68654X
  11140. Apr 94
  11141. drawsprocket's
  11142. drawtextcodec
  11143. drill
  11144. driven
  11145. driven
  11146. W-leveld
  11147. highlighting
  11148. highlightsj
  11149. hints
  11150. historyu
  11151. holdsh
  11152. holidayj
  11153. All Packages
  11154. PowerTalk (PPC)O
  11155. Dev.CD Oct 94P
  11156. Dev.CD Oct 9V
  11157. 68054X
  11158. Oct 94
  11159. b--set theItem to choose file -- uncomment to test in an AS editor
  11160.     tell application "Finder"
  11161.         open item "Dev.CD Oct 94"
  11162.         activate
  11163.     end tell
  11164. on error errMsg number errNum
  11165.     --enter statements to perform when no records are found such as...
  11166.     display dialog "Sorry, the item you selected could not be found."
  11167.     return
  11168. end try
  11169. All Packages
  11170. PowerTalk (PPC)O
  11171. Dev.CD Oct 94P
  11172. Dev.CD Oct 9V
  11173. 68055X
  11174. Oct 94
  11175. b--set theItem to choose file -- uncomment to test in an AS editor
  11176.     tell application "Finder"
  11177.         open item "Dev.CD Oct 94"
  11178.         activate
  11179.     end tell
  11180. on error errMsg number errNum
  11181.     --enter statements to perform when no records are found such as...
  11182.     display dialog "Sorry, the item you selected could not be found."
  11183.     return
  11184. end try
  11185. All Packages
  11186. PowerTalk (PPC)O
  11187. Dev.CD Oct 94P
  11188. Dev.CD Oct 9V
  11189. 68056X
  11190. Oct 94
  11191. --set theItem to choose file -- uncomment to test in an AS editor
  11192.     tell application "Finder"
  11193.         open item "Dev.CD Apr 94
  11194. Dev.CD Jan 94
  11195. Dev.CD Oct 93
  11196. Dev.CD Jul 93
  11197. Dev.CD Apr 93"
  11198.         activate
  11199.     end tell
  11200. on error errMsg number errNum
  11201.     --enter statements to perform when no records are found such as...
  11202.     display dialog "Sorry, the item you selected could not be found."
  11203.     return
  11204. end try
  11205. prerelease
  11206. prerequisite
  11207. prerequisitesR
  11208. prescalers
  11209. presence
  11210. presentp
  11211. presentation
  11212. presentations
  11213. presentedZ
  11214. presenting
  11215. presently
  11216. presents
  11217. preserve
  11218. preserve68kregsactiv
  11219. preserve68kregssendp
  11220. preserved
  11221. press
  11222. pressed
  11223. pressing
  11224. pretty
  11225. prevent
  11226. prevented
  11227. prevents
  11228. preview
  11229. All Packages
  11230. F    QuickTimeO
  11231. Dev.CD Oct 93
  11232. Dev.CD Jul 93P
  11233. Dev.CD Oct 93
  11234. Dev.CD Jul 9V
  11235. 68242X
  11236. Oct 93
  11237. p--set theItem to choose file -- uncomment to test in an AS editor
  11238.     tell application "Finder"
  11239.         open item "Dev.CD Oct 93
  11240. Dev.CD Jul 93"
  11241.         activate
  11242.     end tell
  11243. on error errMsg number errNum
  11244.     --enter statements to perform when no records are found such as...
  11245.     display dialog "Sorry, the item you selected could not be found."
  11246.     return
  11247. end try
  11248. All Packages
  11249. F    QuickTimeO
  11250. Dev.CD Jul 93P
  11251. Dev.CD Jul 9V
  11252. 68243X
  11253. Jul 93
  11254. b--set theItem to choose file -- uncomment to test in an AS editor
  11255.     tell application "Finder"
  11256.         open item "Dev.CD Jul 93"
  11257.         activate
  11258.     end tell
  11259. on error errMsg number errNum
  11260.     --enter statements to perform when no records are found such as...
  11261.     display dialog "Sorry, the item you selected could not be found."
  11262.     return
  11263. end try
  11264. All Packages
  11265. F    QuickTimeV
  11266. 68244X
  11267. writer
  11268. bridge
  11269. introduction
  11270. introduction
  11271. quicktime
  11272. introspection
  11273. intuitive
  11274. intuitively
  11275. invalid
  11276. invaluable
  11277. invariably
  11278. inverse
  11279. invert
  11280. inverted
  11281. invertedtext
  11282. inverts
  11283. invested
  11284. investigate
  11285. investigated
  11286. investigation
  11287. investment
  11288. isn't
  11289. issuej
  11290. issue
  11291. highlights
  11292. issue
  11293. highlights
  11294. issue
  11295. highlights
  11296. issue
  11297. highlights
  11298. issue
  11299. highlights
  11300. issue
  11301. highlights
  11302. issue
  11303. highlights
  11304. issue
  11305. highlights
  11306. issue
  11307. highlights
  11308. issue
  11309. highlights
  11310. issue
  11311. highlights
  11312. issue
  11313. highlights
  11314. issue
  11315. highlights
  11316. issue
  11317. highlights
  11318. issue
  11319. highlights
  11320. Sample Code.imgK
  11321. Dec 99M QuickTime 4, Mac OS 7.1 or laterN
  11322. QuickTime, effectsO
  11323. Dev.CD May 00 TC:Sample Code:P
  11324. Dev.CD May 00 TC
  11325.  - Sample CodeV
  11326. 68085X
  11327. May 00^
  11328. r--set theItem to choose file -- uncomment to test in an AS editor
  11329.     tell application "Finder"
  11330.         open item "Dev.CD May 00 TC:Sample Code:"
  11331.         activate
  11332.     end tell
  11333. on error errMsg number errNum
  11334.     --enter statements to perform when no records are found such as...
  11335.     display dialog "Sorry, the item you selected could not be found."
  11336.     return
  11337. end try
  11338. hpubs/quicktime/quicktime.html
  11339. Dev.CD Jun 00 RL Disk 2
  11340. D(All Packages
  11341. Reference Library Edition
  11342. F Technical Publications: Rhapsody
  11343. acgis
  11344. achieve
  11345. achieved
  11346. acrobatZ
  11347. acrossZ
  11348. actionh
  11349. actionsh
  11350. activeo
  11351. qJ+Documentation
  11352. File System Manager
  11353. Librarieser for LaserWriter 8.7 demonstrates:
  11354.   1) how to obtain data from the collection passed from the print dialog
  11355.   2) how to insert data into the output stream BEFORE a given subsection
  11356.   3) how to insert data into the output stream AFTER a given subsection
  11357.   4) how to remove data for a given subsection
  11358.   5) how to replace data for a given subsection
  11359.   6) how to detect a given page
  11360. The SectionReport filter generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  11361. Sample Code.imgK
  11362. Dec 99M
  11363. LaserWriter 8.7N
  11364. Printing, PostScript, FilterO
  11365. Dev.CD May 00 TC:Sample Code:P
  11366. Dev.CD May 00 TC
  11367.  - Sample Codeum
  11368.     --enter statements to perform when no records are found such as...
  11369.     display dialog "Sorry, the item you selected could not be found."
  11370.     return
  11371. end try
  11372. All Packages
  11373. 64871X
  11374. sampleN
  11375. Wides
  11376. support
  11377. package
  11378. consists
  11379. files
  11380. provide
  11381. information
  11382. package
  11383. contains
  11384. number
  11385. routines
  11386. helpful
  11387. codec
  11388. document's@
  11389. documentation
  11390. topics
  11391. include@
  11392. dogcow@
  11393. door@
  11394. dragwindow@
  11395. driver@
  11396. drives@
  11397. drop@
  11398. dumps@
  11399. e-mail@
  11400. easily@
  11401. editions@
  11402. enabling@
  11403. enhances@
  11404. environments@
  11405. event-aware@
  11406. examine@
  11407. execute@
  11408. expo@
  11409. facility@
  11410. features
  11411. features
  11412. includes
  11413. demonstration
  11414. documentation
  11415. complete@
  11416. fileinfo@
  11417. filling@
  11418. finderopenselection@
  11419. first-person@
  11420. flashing@
  11421. flicker-free@
  11422. folders@
  11423. years
  11424. multimedia
  11425. developers
  11426. regarded
  11427. equilibrium's
  11428. forbidden@
  11429. formatting@
  11430. framework-based@
  11431. friends@
  11432. fully@
  11433. games@
  11434. general-purpose@
  11435. getkeys@
  11436. gives@
  11437. goodies@
  11438. grayscale@
  11439. groups@
  11440. gunther@
  11441. handwriting@
  11442. hasn't@
  11443. having@
  11444. heaps@
  11445. hidden@
  11446. hints@
  11447. summary
  11448. color
  11449. locator
  11450. enables
  11451. anything
  11452. summary
  11453. contains
  11454. documentation
  11455. header
  11456. files
  11457. utiliti
  11458. summary
  11459. contains
  11460. documentation
  11461. header
  11462. files
  11463. tools
  11464.         activate
  11465.     end tell
  11466. on error errMsg number errNum
  11467.     --enter statements to perform when no records are found such as...
  11468.     display dialog "Sorry, the item you selected could not be found."
  11469.     return
  11470. end try
  11471. All Packages
  11472. System 7 Tune-UpO
  11473. Dev.CD Apr 92P
  11474. Dev.CD Apr 9V
  11475. 67165X
  11476. Apr 92
  11477. b--set theItem to choose file -- uncomment to test in an AS editor
  11478.     tell application "Finder"
  11479.         open item "Dev.CD Apr 92"
  11480.         activate
  11481.     end tell
  11482. on error errMsg number errNum
  11483.     --enter statements to perform when no records are found such as...
  11484.     display dialog "Sorry, the item you selected could not be found."
  11485.     return
  11486. end try
  11487. All Packages
  11488. System 7 Tune-UpO
  11489. Dev.CD Apr 92
  11490. Dev.CD Mar 92P
  11491. Dev.CD Apr 92
  11492. Dev.CD Mar 9V
  11493. 67166X
  11494. Apr 92
  11495. os-compatible
  11496. os-only
  11497. osaactiveproc
  11498. osaka
  11499. osasendproc
  11500. osborne
  11501. oserr
  11502. osl-compliant
  11503. allowed
  11504. allowing
  11505. allowsB
  11506.  and, where appropriate under the original (Inside Mac IV) SCSI Manager and have been compiled under several C environments (MPW, Think C, MetroWerks).
  11507. Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  11508. Known bugs/incompatibilites:
  11509. These snippets 
  11510. These snippets 
  11511. 67655X
  11512. May 97
  11513. e--set theItem to choose file -- uncomment to test in an AS editor
  11514.     tell application "Finder"
  11515.         open item "Dev.CD May 97 TC"
  11516.         activate
  11517.     end tell
  11518. on error errMsg number errNum
  11519.     --enter statements to perform when no records are found such as...
  11520.     display dialog "Sorry, the item you selected could not be found."
  11521.     return
  11522. end try
  11523. wD!All Packages
  11524. Tool Chest Edition
  11525. Chinese Handwriting Kit 1.0
  11526. Summary:  The Apple Chinese Handwriting Kit offers you another simple and yet powerful way of entering Chinese characters into your Macintosh computer. With the bundled wireless stylus and graphics tablet, you can just write any Chinese characters or phrases
  11527. either in simplified or traditional form
  11528. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  11529. Requiring no tr
  11530. developer
  11531. documentation
  11532. inal and asy
  11533. review, Apple Help, Apple Guide, user assistance, coachmarks, coach 
  11534. sequences, Help Browser, Help Center, user help, user guide, help pages, ATSUI, Unicode, type, imaging, fonts, characters, glyphs, layout, text, network, location, NSL, Network Services Location Manager, date, time, Y2K, clock, UTC, Date & Time, 2040, fonts, Font Manager, Font Management, text, MLTE, Multilingual Text Editor, TextEdit, MultiLingual Text Editing, Unicode, text, 32K limit, 32K barrier, fonts, FontSync, Font
  11535. % Sync, text, mismatch, match, matching, File Manager, HFS, HFS+, HFS Plus, file, Unicode, named fork, fork, filename, file system, ATSUI, Apple Type Services for Unicode Imaging, Apple Advanced Typography, typography, type, fonts, Unicode, rendering, text, Carbon, CarbonLib, porting, Mac OS 9
  11536. about
  11537. development
  11538. information
  11539. image
  11540. contains
  11541. debug
  11542. version
  11543. 2.5.2
  11544. which
  11545. mutable
  11546. named
  11547. navigable
  11548. navigable
  11549. movies
  11550. pan/tilt
  11551. movies
  11552. virtual
  11553. navigation
  11554. navigation
  11555. nbplookup
  11556. needs
  11557. neighborhood
  11558. netsprocket
  11559. netsprocket
  11560. networking
  11561. multi-player
  11562. internet
  11563. appleta
  11564. netstat
  11565. netware
  11566. networkQ
  11567. network
  11568. setup
  11569. configuration
  11570. appletalk
  11571. tcp/ip
  11572. network
  11573. setup
  11574. network
  11575. preferences
  11576. networking
  11577. newgworld
  11578. newsi
  11579. no-copy
  11580. ported
  11581.  ...and many more : see manual
  11582.  We now provide a Manual !
  11583. J?AppleGlot 2.3
  11584. AppleGlot 2.3 Users Guide
  11585. AppleGlot 2.3 Whats NewK
  11586. Jun 92L
  11587. Dec 95M
  11588. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  11589.  - Tool Chest
  11590.  - Localization
  11591.  - AppleGlot 2.3W
  11592. driven
  11593. --set theItem to choose file -- uncomment to test in an AS editor
  11594.     tell application "Finder"
  11595.         open item "Dev.CD Apr 94
  11596. Dev.CD Jan 94
  11597. Dev.CD Oct 93
  11598. Dev.CD Jul 93
  11599. Dev.CD Apr 93"
  11600.         activate
  11601.     end tell
  11602. on error errMsg number errNum
  11603.     --enter statements to perform when no records are found such as...
  11604.     display dialog "Sorry, the item you selected could not be found."
  11605.     return
  11606. end try
  11607. one's
  11608. one-time
  11609. onescanner
  11610. onlineZ
  11611. onlyh
  11612. opendocj
  11613. opendoc's
  11614. opened
  11615. capabilities[
  11616. capability
  11617. capable
  11618. capacity
  11619. capitalize
  11620. capped
  11621. captureT
  11622. carbon
  11623. carbon
  11624. 1.0.3
  11625. provides
  11626. files
  11627. needed
  11628. begin
  11629. carbonlib
  11630. carbonlib1.0
  11631. cardO
  11632. card-with-bridge-chi
  11633. cardbus
  11634. cardsQ
  11635. cards&drivers
  11636. carej
  11637. careful
  11638. carefully
  11639. carole
  11640. istics
  11641. characters
  11642. check
  11643. checkingY
  11644. chesley
  11645. chinese
  11646. choices
  11647. choosex
  11648. 67638X
  11649. May 00^
  11650. --set theItem to choose file -- uncomment to test in an AS editor
  11651.     tell application "Finder"
  11652.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  11653.         activate
  11654.     end tell
  11655. on error errMsg number errNum
  11656.     --enter statements to perform when no records are found such as...
  11657.     display dialog "Sorry, the item you selected could not be found."
  11658.     return
  11659. end try
  11660. e    No Changef
  11661. testing
  11662. debuggingq
  11663. Dev.CD May 00 TC
  11664. fD!All Packages
  11665. Tool Chest Edition
  11666. Business Opp's - Germany
  11667. 2Summary: This brochure serves as a foundation, explaining important information regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  11668. Business Opp's - GermanyK
  11669. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:nge
  11670. cingK
  11671. Apr 96
  11672. e    No Changef
  11673. QuickTime
  11674. effectsq
  11675. Dev.CD May 00 TC
  11676. D!All Packages
  11677. Tool Chest Edition
  11678. QTSimpleAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  11679. Sample Code.imgK
  11680. Feb 00
  11681. E- Common
  11682.     - Sun Compliant Java Runtime Environment 1.1
  11683.     - QuickTime 3 
  11684.     - QTJava.zip
  11685.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  11686.     - QTJava media samples
  11687. - Mac OS:
  11688.     - System 8 or later
  11689.     - Macintosh Runtime for Java (MRJ) 2.1
  11690. - Windows 95, 98, or NT::
  11691.     - JRE/JDK from Sun Microsystems, Inc. recommended
  11692. QuickTime, Java, MRJO
  11693. Dev.CD May 00 TC:Sample Code:P
  11694. Dev.CD May 00 TC
  11695.  - Sample CodeV
  11696. 68086X
  11697. May 00^
  11698. #   return
  11699. end try
  11700. e    No Changef
  11701. Apple Events
  11702. AppleEventsq
  11703. Dev.CD Jun 00 RL Disk 1
  11704. .D!All Packages
  11705. Tool Chest Edition
  11706. Apple Event XCMDs 1.0b3
  11707.     ical Publications:rhapsody:P6Dev.CD Dec 99 RL
  11708.  - Technical Publications
  11709.  - rhapsodyll 2
  11710. Install 3
  11711. Install 4K
  11712. May 96L
  11713. Aug 96nge
  11714. handoff
  11715.     E| non-Apple operating systems and/or third-party applications designed for execution on such systems is strictly prohibited. 
  11716. Jx100% View Files
  11717. 7/96 Apple Grayscale Appearance
  11718. Linked Files
  11719. Transitions To Mac OS 8 Themes
  11720. Updated Grayscale AppearanceK
  11721. Apr 96L
  11722. Sep 96M6SimpleText 1.2 or later, Acrobat Exchange 2.0 or laterO[Dev.CD Jun 00 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:PcDev.CD Jun 00 RL Disk 1
  11723.  - Technical Documentation
  11724.  - Human Interface
  11725.  - Apple Grayscale Appearance
  11726. webobjects
  11727. memory
  11728. management
  11729. theresa
  11730. tensor
  11731. inform
  11732. webobjects
  11733. tools
  11734. techniques
  11735. theresa
  11736. tensor
  11737. well-designed
  11738. well-trod
  11739. wereo
  11740. what_
  11741. memory
  11742. markets
  11743. markpascal
  11744. marks
  11745. maroney
  11746. marquee
  11747. marriott
  11748. martin
  11749. martin-gilles
  11750. masked
  11751. maskrgn
  11752. master
  11753. masters
  11754. match
  11755. matched
  11756. matches
  11757. matches--any
  11758. matching
  11759. cted could not be found."
  11760.     return
  11761. end try
  11762. ultraslimfast
  11763. unicode
  11764. unicode
  11765. imaging
  11766. bi-directional
  11767. rotation
  11768. double-byt
  11769. unicode
  11770. utilities
  11771. universal
  11772. universal
  11773. serial
  11774. rchives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. have web access. 
  11775. writing
  11776. ippet is for Installer scripters.  The UserChkGestaltFunction provides an alternative to the CheckGestalt clause which requires that the scripter provide all possible matches to the results of the Gestalt call.  With the User Function, the script writer can simply check for the existence of a gestalt selector, without having to worry about it's return values.
  11777. Windoid:  Windoid is a MacApp 3.0 G?sample, which shows how to construct tear-off floating windows.
  11778. Sample Code.imgK
  11779. Nov 94L
  11780. May 95O
  11781. Dev.CD May 00 TC:Sample Code:P
  11782. Dev.CD May 00 TC
  11783.  - Sample Code
  11784. emulator
  11785. release
  11786. notes
  11787. emulator
  11788. update
  11789. extension
  11790. enabler
  11791. encoding
  11792. encodingsw
  11793. engineering
  11794. engines
  11795. english
  11796. englishmiscellaneous
  11797. englishmiscellaneous
  11798. rsrc^
  11799. englishterminology^
  11800. englishterminology
  11801. englishterminology
  11802. rsrc^
  11803. s that focus on corporate goals and business processes and command the attention of senior business executives.
  11804. The Interactive Corporation is targeted at the executive management team in businesses, where as the Success Guide was prepared specifically for Apple developers. The fundamental message of the book is 
  11805. performance breakthroughs can be achieved by applying interactive media in your company
  11806. s core business processes
  11807. , whereas the focus of the Success Guide is 
  11808. how Apple developerD{s can take advantage of the methodology provided in the book to sell interactive media solutions to the senior executives.
  11809. Interactive Corp Success Gd.pdfK
  11810. Jan 98M
  11811. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  11812. All Packages
  11813. F    QuickTimeO
  11814. Dev.CD Jul 93
  11815. Dev.CD Apr 93P
  11816. Dev.CD Jul 93
  11817. Dev.CD Apr 9V
  11818. 68255X
  11819. Jul 93
  11820. p--set theItem to choose file -- uncomment to test in an AS editor
  11821.     tell application "Finder"
  11822.         open item "Dev.CD Jul 93
  11823. Dev.CD Apr 93"
  11824.         activate
  11825.     end tell
  11826. on error errMsg number errNum
  11827.     --enter statements to perform when no records are found such as...
  11828.     display dialog "Sorry, the item you selected could not be found."
  11829.     return
  11830. end try
  11831. All Packages
  11832. F    QuickTimeO
  11833. Dev.CD Jul 93
  11834. Dev.CD Apr 93P
  11835. Dev.CD Jul 93
  11836. Dev.CD Apr 9V
  11837. 68256X
  11838. Jul 93
  11839. p--set theItem to choose file -- uncomment to test in an AS editor
  11840.     tell application "Finder"
  11841.         open item "Dev.CD Jul 93
  11842. Dev.CD Apr 93"
  11843.         activate
  11844.     end tell
  11845. on error errMsg number errNum
  11846.     --enter statements to perform when no records are found such as...
  11847.     display dialog "Sorry, the item you selected could not be found."
  11848.     return
  11849. end try
  11850. All Packages
  11851.  shared library and can also run on Mac OS X. The "CarbonLib Porting Guide" provides an overview of the Carbon interface, guidelines for converting your application, and specific information on 
  11852. how to build Carbon applications. Note that this document is a subset of the "Carbon Porting Guide" document, which additionally covers aspects of Mac OS X beyond CarbonLib and is available to registered developers.
  11853. Apple Type Services for Unicode Imaging Reference
  11854. ------------------------------
  11855. --------------------------------
  11856. This document describes the Apple Type Services for Unicode Imaging (ATSUI) programming interface and is updated for ATSUI 1.2. New features in ATSUI 1.2 include a linguistically based breakline and added tab character handling. The document features an appendix covering various API elements from the Script Manager, Unicode Utilities, and Apple Advanced Typography which are used by ATSUI.
  11857. Features:
  11858. Documentation topics included in the Mac OS library:
  11859. summary
  11860. small
  11861. application
  11862. control
  11863. summary
  11864. stack
  11865. contains
  11866. collection
  11867. apple
  11868. event
  11869. xcmd@
  11870. summary
  11871. allows
  11872. developer
  11873. monitor
  11874. summary
  11875. updates
  11876. mactcp
  11877. driver
  11878. correct
  11879. summary
  11880. versionedit
  11881. software
  11882. development
  11883. which
  11884. supercard@
  11885. support
  11886. support's@
  11887. supports@
  11888. swiss@
  11889. synch@
  11890. system's@
  11891. tague@
  11892. targets@
  11893. technology@
  11894. text@
  11895. textures@
  11896. apple@
  11897. colorsync
  11898. plug-in
  11899. modules
  11900. provide
  11901. adobe
  11902. acrobat
  11903. reader
  11904. allows
  11905. navigate
  11906. heaps
  11907. helpp
  11908. helper
  11909. menubar
  11910. corners
  11911. desktop
  11912. finder
  11913. grayrgn
  11914. htmlq
  11915. htmlrenderinglib
  11916. packages
  11917. htmlrenderinglib
  11918. eling
  11919. overallg
  11920. overcome
  11921. overhead
  11922. override
  11923. overview[
  11924. owner
  11925. owner's
  11926. ownership
  11927. ozone
  11928. p0nnz
  11929. pablo
  11930. packageU
  11931. package--opendoc
  11932. packages
  11933. packagetool
  11934. allakoff
  11935. panel`
  11936. `e    No Changeq
  11937. Dev.CD Jun 00 RL Disk 1
  11938. aD!All Packages
  11939. Tool Chest Edition
  11940. ation exercises the CopyBits, CopyMask, and new CopyBitMask traps.  It can be used as a learning tool which allows the user to experiment which various combinations of input to QuickDraw's bit manipulation routines.JbCopyBits Application
  11941. CopyBits.make
  11942. LibHeaders
  11943. LibObject
  11944. ObjectCode
  11945. Resources
  11946. Scrapbook File
  11947. SourceK
  11948. Vol VL
  11949. Vol VIIIM
  11950. 7.0O3Dev.CD May 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:P;Dev.CD May 00 TC
  11951.  - Tool Chest
  11952.  - QuickDraw
  11953.  - Bitblitz 1.0V
  11954. 67634X
  11955. May 00^
  11956. --set theItem to choose file -- uncomment to test in an AS editor
  11957.     tell application "Finder"
  11958.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  11959.         activate
  11960.     end tell
  11961. on error errMsg number errNum
  11962.     --enter statements to perform when no records are found such as...
  11963.     display dialog "Sorry, the item you selected could not be found."
  11964.     return
  11965. end try
  11966. e    No Changeq
  11967. Dev.CD May 00 TC
  11968. ev.CD May 00 TC
  11969. ext:  This sample demonstrates two methods of printing gray text. On PostScript printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls. If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.
  11970. HairLines:  HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.
  11971. ImageWriter bug:  This sample snippet demonstrates how to work around the 'dctb' bug in the ImageWriter II 6.1 and 7.0 drive
  11972. rs. This bug causes a crash when doing a style (Page Setup) dialog after setting draftBits with PrGeneral.
  11973. InvertedText:  This sample application gives you cool tricks for printing inverted text.
  11974. IsImageWriter:  This program contains a few functions for determining if an ImageWriter is connected and if so, which port it should be connected to.
  11975. PicCommentsTest:  Here's a complete working application you can use to investigate further the interpretation of picture comments by various prin
  11976. than what the app asked for.  This is useful for multimedia developers who ship on CD ROM but want to adjust the size of their SIZE resource depending on available memory, CPU, etc.
  11977. Process:  An MPW tool that prints information about all running processes under System 7.0.
  11978. quitapps:  DTS Code Snippet to quit all running applications (except yourself)
  11979. SubLaunch:  This sample application shows how to launch one application from another.
  11980. Sample Code.imgK
  11981. Feb 92L
  11982. Nov 96O
  11983. Dev.CD May 00 TC:Sample Code:P
  11984. Dev.CD May 00 TC
  11985.  - Sample CodeW
  11986. macintoshO
  11987. 1.0.3e
  11988. 1.0.6
  11989. 1.0.8
  11990. 1.0a5
  11991. 1.0b1
  11992. 1.0b2
  11993. 1.0d1
  11994. 1.0d8
  11995. 1.1.1
  11996. 1.1.2
  11997. QuickTime, Java, MRJe -- uncomment to test in an AS editor
  11998.     tell application "Finder"
  11999.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  12000.         activate
  12001.     end tell
  12002. on error errMsg number errNum
  12003.     --enter statements to perform when no records are found such as...
  12004.     display dialog "Sorry, the item you selected could not be found."
  12005.     return
  12006. end try
  12007.     tell application "Finder"
  12008.         open item "Dev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:"
  12009.         activate
  12010.     end tell
  12011. on error errMsg number errNum
  12012.     --enter statements to perform when no records are found such as...
  12013.     display dialog "Sorry, the item you selected could not be found."
  12014.     return
  12015. end try
  12016. e    No ChangefNprinting
  12017. Carbon
  12018. Carbon printing
  12019. Carbon Printing Manager
  12020. print
  12021. imaging
  12022. graphicsd
  12023. All Packages
  12024. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  12025. Dev.CD Jan 94
  12026. Dev.CD Oct 93
  12027. Dev.CD Jul 93
  12028. Dev.CD Apr 93PDDev.CD Apr 94
  12029. Dev.CD Jan 94
  12030. Dev.CD Oct 93
  12031. Dev.CD Jul 93
  12032. Dev.CD Apr 9V
  12033. 68667X
  12034. Apr 94
  12035. --set theItem to choose file -- uncomment to test in an AS editor
  12036.     tell application "Finder"
  12037.         open item "Dev.CD Apr 94
  12038. Dev.CD Jan 94
  12039. Dev.CD Oct 93
  12040. Dev.CD Jul 93
  12041. Dev.CD Apr 93"
  12042.         activate
  12043.     end tell
  12044. on error errMsg number errNum
  12045.     --enter statements to perform when no records are found such as...
  12046.     display dialog "Sorry, the item you selected could not be found."
  12047.     return
  12048. end try
  12049. All Packages
  12050. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  12051. Dev.CD Jan 94
  12052. Dev.CD Oct 93P(Dev.CD Apr 94
  12053. Dev.CD Jan 94
  12054. Dev.CD Oct 9V
  12055. 68668X
  12056. Apr 94
  12057. recordq
  12058. Dev.CD May 00 TC
  12059. vD!All Packages
  12060. Tool Chest Edition
  12061. Report Error 2.0W
  12062. after
  12063. wombat
  12064. joystick
  12065. IyThis demo program shows how to select group QuickTime drawing capable objects into the same display space of the QTCanvasJ
  12066. Sample Code.imgK
  12067. Feb 00
  12068. - Common
  12069.     - Sun Compliant Java Runtime Environment 1.1
  12070.     - QuickTime 3 
  12071.     - QTJava.zip
  12072.     - QTJava media samples
  12073. - Mac OS:
  12074.     - System 8 or later
  12075.     - Macintosh Runtime for Java (MRJ) 2.1
  12076. - Windows 95, 98, or NT::
  12077.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12078. QuickTime, Java, MRJO
  12079. Dev.CD May 00 TC:Sample Code:P
  12080. Dev.CD May 00 TC
  12081.  - Sample CodeV
  12082. 67796X
  12083. May 00^
  12084. r--set theItem to choose file -- uncomment to test in an AS editor
  12085.     tell application "Finder"
  12086.         open item "Dev.CD May 00 TC:Sample Code:"
  12087.         activate
  12088.     end tell
  12089. on error errMsg number errNum
  12090.     --enter statements to perform when no records are found such as...
  12091.     display dialog "Sorry, the item you selected could not be found."
  12092.     return
  12093. end try
  12094. e    No Changef
  12095. QuickTime
  12096. Dev.CD May 00 TC
  12097. D!All Packages
  12098. Mac OS SDK Edition
  12099. f--set theItem to choose file -- uncomment to test in an AS editor
  12100.     tell application "Finder"
  12101.         open item "Dev.CD Jun 97 SSW"
  12102.         activate
  12103.     end tell
  12104. on error errMsg number errNum
  12105.     --enter statements to perform when no records are found such as...
  12106.     display dialog "Sorry, the item you selected could not be found."
  12107.     return
  12108. end try
  12109. Summary: The C version of ProgressWindoid 
  12110.  a HyperCard XWindow  which implements a modeless progress bar in an XWindoid.  Use it to add progress feedback to any HyperCard application.  Since it is modeless, it is good for monitoring operations that take place in the background.
  12111. Features: Multiple progress bars may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  12112. JbProgressWindoid
  12113. ProgressWindoid Worksheet
  12114. ProgressWindoid.c
  12115. ProgressWindoid.make
  12116. ProgressWindoid.
  12117. Vol VIIL
  12118. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.O_Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  12119. C:PmDev.CD May 00 TC
  12120.  - Tool Chest
  12121.  - Development Kits
  12122.  - HyperCard Related
  12123.  - XCMDs & XFCNs
  12124.  - ProgressWindoid
  12125. 2.6.1
  12126. 2.6.5X
  12127. 3.0.1Y
  12128. 3/92^
  12129. Cursor Component SDK
  12130. EThe Cursor Component SDK enables the building and use of cursor components.  Cursor components allow you to build custom color cursor completely under your control.  For example cursors created utilizing this SDK could be extra large, thousands or millions of colors, transparent, situationually intelligent, and/or animated.
  12131. Cursor_Comp_1.0_SDK.imgK
  12132. Jun 00M6Mac OS 9.0 or later, Universal Interfaces 3.3 or laterN*cursor component, color cursor, big cursoriac
  12133. ticks
  12134. tietz
  12135. tighter
  12136. times
  12137. time-based
  12138. time-consuming
  12139. timers
  12140. timesp
  12141. timestamps
  12142. timing
  12143. tipsS
  12144. e    No Changef!ISO 9660
  12145. CD-ROM
  12146. device driver i/oq
  12147. Dev.CD May 00 TC
  12148. D!All Packages
  12149. Tool Chest Edition
  12150. nably complete example implementation of high level InputSprocket.  It shows how to set up needs and retrieve states and events for the associated elements.J
  12151. Sample Code.imgK
  12152. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  12153. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  12154. Dev.CD May 00 TC:Sample Code:P
  12155. Dev.CD May 00 TC
  12156.  - Sample CodeV
  12157. 67842X
  12158. May 00^
  12159. r--set theItem to choose file -- uncomment to test in an AS editor
  12160.     tell application "Finder"
  12161.         open item "Dev.CD May 00 TC:Sample Code:"
  12162.         activate
  12163.     end tell
  12164. on error errMsg number errNum
  12165.     --enter statements to perform when no records are found such as...
  12166.     display dialog "Sorry, the item you selected could not be found."
  12167.     return
  12168. end try
  12169. e    No Changef-InputSprocket
  12170. Needs
  12171. Elements
  12172. buttonsq
  12173. Dev.CD May 00 TC
  12174. ev.CD May 00 TC
  12175. Xication and any kind of printer.  Is also shows how to create a QuickDraw GX printer driver.
  12176. QuickDraw GX Typography
  12177. This book shows you how to create and manipulate the three different types of text shapes supported by QuickDraw GX, and how to support sophisticated text layout, including text with mixed directions and multiple language text
  12178. QD GX Environment & Utilities :
  12179. QD GX Graphics:
  12180. QD GX Objects:
  12181. QD GX Printing:
  12182. QD GX Printing Ext & Drvrs:
  12183. QD GX Prog's Overview:
  12184. QD GX Typography:K
  12185. Aug 94L
  12186. Sep 94OGDev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:PODev.CD Dec 99 RL
  12187.  - Technical Documentation
  12188.  - Inside Macintosh
  12189.  - QuickDraw GXr errMsg number errNum
  12190.     --enter statements to perform when no records are found such as...
  12191.     display dialog "Sorry, the item you selected could not be found."
  12192.     return
  12193. end try
  12194. e    No Changef
  12195. MultiTasking
  12196. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  12197. Dev.CD May 00 TC
  12198. All Packages
  12199. All Packages
  12200. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  12201. Dev.CD Jan 94
  12202. Dev.CD Oct 93
  12203. Dev.CD Jul 93P6Dev.CD Apr 94
  12204. Dev.CD Jan 94
  12205. Dev.CD Oct 93
  12206. Dev.CD Jul 9V
  12207. 68514X
  12208. Apr 94
  12209. --set theItem to choose file -- uncomment to test in an AS editor
  12210.     tell application "Finder"
  12211.         open item "Dev.CD Apr 94
  12212. Dev.CD Jan 94
  12213. Dev.CD Oct 93
  12214. Dev.CD Jul 93"
  12215.         activate
  12216.     end tell
  12217. on error errMsg number errNum
  12218.     --enter statements to perform when no records are found such as...
  12219.     display dialog "Sorry, the item you selected could not be found."
  12220.     return
  12221. end try
  12222. All Packages
  12223. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  12224. Dev.CD Jan 94
  12225. Dev.CD Oct 93
  12226. Dev.CD Jul 93
  12227. Dev.CD Apr 93PDDev.CD Apr 94
  12228. Dev.CD Jan 94
  12229. Dev.CD Oct 93
  12230. Dev.CD Jul 93
  12231. Dev.CD Apr 9V
  12232. 68515X
  12233. Apr 94
  12234. mexican
  12235. minilauncher
  12236. minimizep
  12237. minimum
  12238. minor
  12239. 68770X
  12240. Jul 99^
  12241. --set theItem to choose file -- uncomment to test in an AS editor
  12242.     tell application "Finder"
  12243.         open item "Dev.CD Jul 99 SDK1:Development Kits:Hardware:Zoomed Video Driver v1.0 SDK:"
  12244.         activate
  12245.     end tell
  12246. on error errMsg number errNum
  12247.     --enter statements to perform when no records are found such as...
  12248.     display dialog "Sorry, the item you selected could not be found."
  12249.     return
  12250. end try
  12251. Deletedq
  12252. Dev.CD Jul 99 SDK1
  12253. RD!All Packages
  12254. Tool Chest Edition
  12255. ZZPortList init
  12256. upgrade@
  12257. watch@
  12258. white@
  12259. 1.0.0d3@
  12260. 1.1.3@
  12261. 1.2d1@
  12262. 16x16@
  12263. 1999@
  12264. 24gc@
  12265. 3/5-slot@
  12266. 52xx@
  12267. 7200@
  12268.  roughly translates the sample code in the QuickTime SDK - the Inside Macintosh:QuickTime examples of Chapter 2 (listings 2-5 through 2-12, starting at page 2-47 of the unbound edition).
  12269. dition).
  12270. Feb 00
  12271. interoperates
  12272. interpret
  12273. interpretation
  12274. interpreting
  12275. interrupt
  12276. interrupt-time
  12277. interrupted
  12278. intersection
  12279. intersects
  12280. intertask
  12281. interval
  12282. intervention
  12283. interview-based
  12284. intimate
  12285. intoB
  12286. Wt be found."
  12287.     return
  12288. end try
  12289. e    No Changeq
  12290. Dev.CD May 00 TC
  12291. ]D!All Packages
  12292. Tool Chest Edition
  12293. Balloony
  12294.     r 94
  12295. kleiman
  12296. knife
  12297. orm when no records are found such as...
  12298.     display dialog "Sorry, the item you selected could not be found."
  12299.     return
  12300. end try
  12301. All Packages
  12302. F    QuickTimeO
  12303. Dev.CD Jan 94P
  12304. Dev.CD Jan 9V
  12305. 58308X
  12306. Jan 94
  12307. Movedq
  12308. Dev.CD May 00 TC
  12309. D!All Packages
  12310. Mac OS SDK Edition
  12311. Killer Content Workbook
  12312. The Killer Content Workbook is sponsored by the Apple Computer Inc. Developer Relations Group for the Apple Media Program. The purpose of this workbook is to arm interactive media professionals with the power to create killer content and bring that content to market the best way possible. It will help you articulate your creative vision, formulate a business development strategy, create a marketing plan, and implement a distribution plan that maximize the effectiveness of your budget and t
  12313. *ime parameters. You
  12314. ll investigate the essence of creativity, study leading-edge PR strategies, survey online partnerships, examine effective marketing techniques, and much more. What you
  12315. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  12316. JTKiller Content.pdf
  12317. Part I PDF Links
  12318. Part II PDF Links
  12319. Part III PDF Links
  12320. sound filesK
  12321. Jan 98d
  12322. all-new
  12323. allocate
  12324. allocate/deallocate
  12325. allocate/deallocate
  12326. allocated
  12327.         open item "Dev.CD Oct 93
  12328. Dev.CD Jul 93"
  12329.         activate
  12330.     end tell
  12331. on error errMsg number errNum
  12332.     --enter statements to perform when no records are found such as...
  12333.     display dialog "Sorry, the item you selected could not be found."
  12334.     return
  12335. end try
  12336. instance
  12337. variables
  12338. instrumentation
  12339. integrity
  12340. interactive
  12341. interactive
  12342. media
  12343. solutions
  12344. interface
  12345. interface
  12346. builder
  12347. interfaces
  12348. interleaving
  12349. international
  12350. internationalizationy
  12351. internet
  12352. internet
  12353. server
  12354. interrupt
  12355. interrupt
  12356. introduction
  12357. introduction
  12358. programming
  12359. investment
  12360. iostreams
  12361. gatewayS
  12362. sample
  12363. chinese
  12364. cyrillic
  12365. hebrew
  12366. language
  12367. manager
  12368. laserwriter
  12369. laserwriter
  12370. Power Manager DDK
  12371. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  12372. AOInterfaces&Libraries
  12373. PCI Power ReadMe
  12374. SampleDriver
  12375. Updating Drivers for PM v1.0
  12376. and hints on using the XTI (X/Open Transport Interface) Shell sample code. The XTI Shell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  12377. Apple Internet Router: Extending IP Tunnel and DialUp
  12378. --------------------------------------
  12379. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  12380. 67940X
  12381. May 00^
  12382. --set theItem to choose file -- uncomment to test in an AS editor
  12383.     tell application "Finder"
  12384.         open item "Dev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Debug f:"
  12385.         activate
  12386.     end tell
  12387. on error errMsg number errNum
  12388.     --enter statements to perform when no records are found such as...
  12389.     display dialog "Sorry, the item you selected could not be found."
  12390.     return
  12391. end try
  12392. e    No Changef$MRJ
  12393. MRJ SDK
  12394. MRJ 2.2
  12395. MRJ SDK 2.2o
  12396. http://developer.apple.com/sdkq
  12397. Dev.CD May 00 TC
  12398. D!All Packages
  12399. Tool Chest Edition
  12400. MRJ 2.2 Redistribution SDK
  12401.     tem to choose file -- uncomment to test in an AS editor
  12402.     tell application "Finder"
  12403.         open item "Dev.CD Apr 95
  12404. Dev.CD Jan 95"
  12405.         activate
  12406.     end tell
  12407. on error errMsg number errNum
  12408.     --enter statements to perform when no records are found such as...
  12409.     display dialog "Sorry, the item you selected could not be found."
  12410.     return
  12411. end try
  12412. All Packages
  12413. issue
  12414. highlights
  12415. issue
  12416. highlights
  12417. issue
  12418. highlights
  12419. issue
  12420. highlights
  12421. issue
  12422. highlights
  12423. issue
  12424. highlights
  12425. issue
  12426. highlights
  12427. issue
  12428. highlights
  12429. issue
  12430. highlights
  12431. issue
  12432. highlights
  12433. issue
  12434. highlights
  12435. issue
  12436. highlights
  12437. issue
  12438. highlights
  12439. issue
  12440. highlights
  12441. issue
  12442. highlights
  12443. issue
  12444. highlights
  12445. sprite
  12446. blitters
  12447. drawsprocket
  12448. moofwars
  12449. gaming
  12450. gamma
  12451. gatewayS
  12452. generator
  12453. gestalt
  12454. gestalt
  12455. selector
  12456. codes
  12457. gestalt
  12458. manager
  12459. machine
  12460. identificatio
  12461. getenetaddrdirect
  12462. getnextevent
  12463. getnextevent
  12464. waitnextevent
  12465. filter
  12466. helper
  12467. notes
  12468. devnotes
  12469. heaps
  12470. helpp
  12471. helper
  12472. menubar
  12473. corners
  12474. desktop
  12475. finder
  12476. grayrgn
  12477. htmlq
  12478. htmlrenderinglib
  12479. packages
  12480. htmlrenderinglib
  12481. ization
  12482. 68323X
  12483. May 00^
  12484. r--set theItem to choose file -- uncomment to test in an AS editor
  12485.     tell application "Finder"
  12486.         open item "Dev.CD May 00 TC:Sample Code:"
  12487.         activate
  12488.     end tell
  12489. on error errMsg number errNum
  12490.     --enter statements to perform when no records are found such as...
  12491.     display dialog "Sorry, the item you selected could not be found."
  12492.     return
  12493. end try
  12494. Movedq
  12495. Dev.CD May 00 TC
  12496. D!All Packages
  12497. Tool Chest Edition
  12498. ShowDialogBoxes v2.1
  12499. Summary:  SDB allows you to display dialogs, alerts, and coolAlerts of your application. Requires an associated scriptfile which specifies the relationships between the text and the dialogs. Version 2.1 adds support for displaying coolAlerts under QuickDraw GX.
  12500. ShowDialogBoxes v2.1.imgK
  12501. Vol VIIL
  12502. May 94N
  12503. Testing, InternationalO9Dev.CD May 00 TC:Tool Chest:Localization:ShowDialogBoxes:PADev.CD May 00 TC
  12504.  - Tool Chest
  12505.  - Localization
  12506.  - ShowDialogBoxesV
  12507. 68324X
  12508. May 00^
  12509. sourcebug
  12510. source-level
  12511. debugger
  12512. debugging
  12513. 68k-based
  12514. sourcemenu
  12515. sourceobj
  12516. sources
  12517. sourceserver
  12518. space
  12519. synccatch
  12520. synccatch
  12521. debugging
  12522. catches
  12523. synchronous
  12524. synthesizers
  12525. sysbeep
  12526. sysenvirons
  12527. systemO
  12528. system
  12529. software
  12530. --set theItem to choose file -- uncomment to test in an AS editor
  12531.     tell application "Finder"
  12532.         open item "Dev.CD Apr 94
  12533. Dev.CD Jan 94
  12534. Dev.CD Oct 93
  12535. Dev.CD Jul 93
  12536. Dev.CD Apr 93"
  12537.         activate
  12538.     end tell
  12539. on error errMsg number errNum
  12540.     --enter statements to perform when no records are found such as...
  12541.     display dialog "Sorry, the item you selected could not be found."
  12542.     return
  12543. end try
  12544. managerN
  12545. manager's
  12546. managers
  12547. managing
  12548. managmentf
  12549. manalyzer
  12550. mananger
  12551. manger
  12552. manipulate
  12553. manipulating
  12554. Summary: This is the electronic version of develop magazine.
  12555.  Issue 4 highlights:
  12556. Writing a Device Driver in C++ (What? In C++?)  by Tim Enwall.   How to capitalize on the advantages of a higher level language and avoid some of the pitfalls you may encounter if you write a driver in C++, including a complete example of a device driver in C++.
  12557. Polymorphic Code Resources in C++  by Patrick C. Beard.   A method of
  12558.  implementing polymorphism in stand-alone C++ code resources, illustrated b
  12559. y a window definition function that uses polymorphism.
  12560. Inside the Macintosh Coprocessor Platform and A/ROSE  by Joseph Maurer.   An  introduction to the basics of the Macintosh NuBus card and A/ROSE (the Apple Real-time Operating System Environment).
  12561. The Perils of PostScript
  12562. The Sequel  by Scott 
  12563.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  12564. Driving to Print:  An Apple IIGS Printer Drive
  12565. kevin
  12566. keyboardU
  12567. keyboard's
  12568. keyboards
  12569. keychain
  12570. keycodes
  12571. keymaptest
  12572. keymenu
  12573. keyse
  12574. keytrans
  12575. kgreetingport
  12576. killer
  12577. killeveryonebutme
  12578. kills
  12579. kinds
  12580. kiosk
  12581. kiosks
  12582. kleiman
  12583. knife
  12584. ime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  12585. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  12586. s color matching technology.
  12587. Graphical Truffles: Four Common
  12588. 68348X
  12589. May 00^
  12590. r--set theItem to choose file -- uncomment to test in an AS editor
  12591.     tell application "Finder"
  12592.         open item "Dev.CD May 00 TC:Sample Code:"
  12593.         activate
  12594.     end tell
  12595. on error errMsg number errNum
  12596.     --enter statements to perform when no records are found such as...
  12597.     display dialog "Sorry, the item you selected could not be found."
  12598.     return
  12599. end try
  12600. e    No Changeq
  12601. Dev.CD May 00 TC
  12602. D!All Packages
  12603. Tool Chest Edition
  12604. Snippets - Text
  12605. (** = new, * = revised)
  12606. ChangeTextStyleRec:  A utility routine that can simplify the process of modifying a TextStyle record to change a font, style, or type size.
  12607. NamingTableAccess:  NamingTableAccess is a Pascal Unit, and a small application demonstrating its usage. It helps dig out the contents of the NamingTable in a TrueType 'sfnt'
  12608. strlist:  A string list library.  See "strlist.txt" for details.
  12609. Sample Code.imgK
  12610. Feb 92L
  12611. May 96O
  12612. Dev.CD May 00 TC:Sample Code:nge
  12613. uch a picture, s
  12614. plaintalk
  12615. platformQ
  12616. playback
  12617. player
  12618. plist
  12619. plotting
  12620. plug-ins
  12621. pmforecolor
  12622. polymorphic
  12623. polymorphic
  12624. functions
  12625. registry
  12626. scanner
  12627. portables
  12628. porting
  12629. ports
  12630. posers
  12631. postscript
  12632. source
  12633. allow
  12634. three
  12635. tools
  12636. written
  12637. hardwar
  12638. summary
  12639. simple
  12640. window
  12641. based
  12642. debugger
  12643. kernel
  12644. summary
  12645. which
  12646. plays
  12647. sounds
  12648. summary
  12649. helper
  12650. formerly
  12651. monthly
  12652. posting
  12653. summary
  12654. definition
  12655. binhex
  12656. protocol
  12657. summary
  12658. developer
  12659. edition
  12660. quickview
  12661. devel
  12662. summary
  12663. electronic
  12664. version
  12665. develop
  12666. magazine
  12667. summary
  12668. prgram
  12669. guide
  12670. macintosh
  12671. power
  12672. --set theItem to choose file -- uncomment to test in an AS editor
  12673.     tell application "Finder"
  12674.         open item "Dev.CD May 00 TC:Tool Chest:Networking:SNMP:Network Management (SNMP):"
  12675.         activate
  12676.     end tell
  12677. on error errMsg number errNum
  12678.     --enter statements to perform when no records are found such as...
  12679.     display dialog "Sorry, the item you selected could not be found."
  12680.     return
  12681. end try
  12682. st place.
  12683. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  12684. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  12685. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  12686. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  12687. t need to be complex, as the simple tools presented here wil
  12688. pascal
  12689. sample
  12690. pasmatit
  12691. password
  12692. password
  12693. interface
  12694. patch
  12695. patches
  12696. 5300ramcard
  12697. manager
  12698. manager
  12699. power
  12700. readme
  12701. viewer
  12702. peoplesoft
  12703. peoplesoft
  12704. apple
  12705. white
  12706. paper
  12707. peoplesurveyor
  12708. peoplesurveyor
  12709. 2.1.2
  12710. performance
  12711. 2.0.1
  12712. 2.0.6
  12713. 2.0b6
  12714. 2.0d3
  12715. 2.0d38
  12716. 2.1.1
  12717. 2.1.2
  12718. 2.1.3
  12719. 2.1.4
  12720. 2.3.0
  12721. 2.4b6z
  12722. 2.6.1
  12723. 2.6.5X
  12724. 2400c
  12725. Korean Language Kit 1.0.1
  12726. Summary:  Apple's Korean Language Kit is an easy, affordable way to add Korean text to your documents. After the simple installation process, you can switch effortlessly between the computer's main language and Korean. The kit lets you enter, edit, and print Korean, and mix Korean with other languages in the same document--even in the same sentence. You can also use it to view Korean-language World Wide Web sites with the addition of Internet browsing software. 
  12727. The Korean Language Kit co
  12728. 67863X
  12729. PAP.p
  12730. PAPWorkStation.oK
  12731. Apr 96L
  12732. Oct 96N
  12733. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  12734.  - Development Kits (Disc 1)
  12735.  - Macintosh PAP Client Interfaceple II application, the layout of a CD-ROM audio track, and more.
  12736. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  12737. quicktime's
  12738. quicktime-enabled
  12739. quicktime-readable
  12740. quicktimevr
  12741. quickview
  12742. quiets
  12743. quinn
  12744. quitN
  12745. quitapps
  12746. quits
  12747. quitting
  12748. quoted
  12749. quoting
  12750. qwerty
  12751. races
  12752. radcliffe
  12753. radically
  12754. radio
  12755. raises
  12756. expansion
  12757. ramifications
  12758. randall
  12759. random
  12760. range
  12761. ranger
  12762. rangingf
  12763. rankb
  12764. rapid
  12765. rappoport
  12766. rates
  12767. ratherg
  12768. rationale
  12769. rawip
  12770. nd try
  12771. All Packages
  12772. QuickDraw GXO
  12773. Dev.CD Aug 96 TCP
  12774. Dev.CD Aug 96 TV
  12775. 65709X
  12776. launch
  12777. layers
  12778. layout
  12779. learning
  12780. learning
  12781. level
  12782. on "Finder"
  12783.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  12784.         activate
  12785.     end tell
  12786. on error errMsg number errNum
  12787.     --enter statements to perform when no records are found such as...
  12788.     display dialog "Sorry, the item you selected could not be found."
  12789.     return
  12790. end try
  12791.  could not be found."
  12792.     return
  12793. end try
  12794. e    No Changeq
  12795. Dev.CD May 00 TC
  12796. cD!All Packages
  12797. Tool Chest Edition
  12798. BouncingSpritesIyThis demo program shows how to construct a simple animation and apply compositing (graphics mode) effects to the sprites.J
  12799. Sample Code.imgK
  12800. Feb 00
  12801. - Common
  12802.     - Sun Compliant Java Runtime Environment 1.1
  12803.     - QuickTime 3 
  12804.     - QTJava.zip
  12805.     - QTJava media samples
  12806. - Mac OS:
  12807.     - System 8 or later
  12808.     - Macintosh Runtime for Java (MRJ) 2.1
  12809. - Windows 95, 98, or NT::
  12810.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12811. :Sample Code:V
  12812. 65168X
  12813. 1e    No Change
  12814. modified[
  12815. robix
  12816. robix
  12817. sources
  12818. robustness
  12819. build/download
  12820. 3.2.4
  12821. runtime
  12822. error
  12823. codes
  12824. sample\
  12825. sample
  12826. sampler
  12827. samples
  12828. saver
  12829. scanners
  12830. scrap
  12831. scrap
  12832. color
  12833. script
  12834. scriptable
  12835. scriptable
  12836. print
  12837. simpletext
  12838. scriptablestuffiteng
  12839. selectors
  12840. server
  12841. services
  12842. setup
  12843. sharedv
  12844. simpletext
  12845. sound
  12846. source
  12847. sources
  12848. spooler
  12849. stack
  12850. standardsw
  12851. starter
  12852. stream
  12853. strip
  12854. styleu
  12855. success
  12856. suite
  12857. suitesm
  12858. super
  12859. survey
  12860. firewire
  12861. getversion
  12862. global
  12863. global
  12864. search
  12865. replace
  12866. software
  12867. project
  12868. archiving
  12869. glossaries
  12870. glyphs
  12871. desktop
  12872. grammar
  12873. graphics
  12874. grayrgn
  12875. gspgetversion
  12876. guest
  12877. guidep
  12878. guidelines
  12879. gworld
  12880. fonts
  12881. typography
  12882. gxgraphics
  12883. gxgraphics
  12884. 1.1.6
  12885. halftone
  12886. handles
  12887. handoff
  12888. handoff
  12889. endpoints
  12890. handwriting
  12891. hardware
  12892. hardware
  12893. acceleration
  12894. hardware
  12895. address
  12896. hardware
  12897. developer
  12898. documentation
  12899. zones
  12900. heaps
  12901. hebrew
  12902. helpp
  12903. browser
  12904. center
  12905. class
  12906. driver
  12907. menubar
  12908. corners
  12909. desktop
  12910. finder
  12911. grayrgn
  12912. hierarchical
  12913. level
  12914. hooper
  12915. hp-ux
  12916. Deletedq
  12917. Dev.CD Nov 99 TC
  12918. D!All Packages
  12919. Tool Chest Edition
  12920. System 7 SamplesIPSummary: This folder contains several examples of System 7-specific sample code.J
  12921. Sample Code.imgK
  12922. Vol. IVL
  12923. Feb 95M
  12924. MPW, THINK C, or A/UXO
  12925. Dev.CD May 00 TC:Sample Code:P
  12926. Dev.CD May 00 TC
  12927.  - Sample CodeV
  12928. 68376X
  12929. May 00^
  12930. r--set theItem to choose file -- uncomment to test in an AS editor
  12931.     tell application "Finder"
  12932.         open item "Dev.CD May 00 TC:Sample Code:"
  12933.         activate
  12934.     end tell
  12935. on error errMsg number errNum
  12936.     --enter statements to perform when no records are found such as...
  12937.     display dialog "Sorry, the item you selected could not be found."
  12938.     return
  12939. end try
  12940. Movedq
  12941. Dev.CD May 00 TC
  12942. All Packages
  12943. System 7 Tune-UpOUDev.CD Apr 94
  12944. Dev.CD Jan 94
  12945. Dev.CD Oct 93
  12946. Dev.CD July 92
  12947. Dev.CD June 92
  12948. Dev.CD May 92PTDev.CD Apr 94
  12949. Dev.CD Jan 94
  12950. Dev.CD Oct 93
  12951. Dev.CD July 92
  12952. Dev.CD June 92
  12953. Dev.CD May 9V
  12954. 68377X
  12955. Apr 94
  12956. nch Prediction  by Dave Evans.  Is it scienc
  12957. 2.0b6
  12958. switch
  12959. switch
  12960. stack
  12961. synccatch
  12962. synchronization
  12963. synthesis
  12964. sysconfig
  12965. sysconfig
  12966. 1.5b16
  12967. systemx
  12968. support
  12969. sales
  12970. products
  12971. apple
  12972. conjunction
  12973. tobias
  12974. today
  12975. K Edition
  12976. F DeveloperDocumentation: Hardware
  12977. =================
  12978. What's New and Updated:
  12979. ==================
  12980. Power Mac G4 Developer Note
  12981. --------------------------------------
  12982. This developer note provides technical information about the Power Mac G4 computer. The developer note includes information about 
  12983.        - features 
  12984.        - compatibility issues 
  12985.        - internal logic 
  12986.        - I/O ports and built-in I/O devices 
  12987.        - RAM expansion 
  12988.        - expansion slots 
  12989.        - system software 
  12990. G4.pdfK
  12991. Apr 00L
  12992. Apr 00NWHardware Developer Documentation, developer notes, devnotes, Power Mac, Power MacintoshOWDev.CD Apr 00 SDK1:What's New:Developer Documentation:Developer Documentation:hardware:PbDev.CD Apr 00 SDK1
  12993.  - What's New
  12994.  - Developer Documentation
  12995.  - Developer Documentation
  12996.  - hardwareV
  12997. 66507X
  12998. Apr 00^
  12999. #://developer.apple.com/techpubs/index.html
  13000. --set theItem to choose file -- uncomment to test in an AS editor
  13001.     tell application "Finder"
  13002.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:"
  13003.         activate
  13004.     end tell
  13005. on error errMsg number errNum
  13006.     --enter statements to perform when no records are found such as...
  13007.     display dialog "Sorry, the item you selected could not be found."
  13008.     return
  13009. end try
  13010. gef!ATA
  13011. PowerBook
  13012. SCSI disk modeq
  13013. Dev.CD May 00 TC
  13014. VD!All Packages
  13015. Tool Chest Edition
  13016. ATrapper
  13017. :Summary: ATrapper is an application that records A-Trap calls that occur between the time ATrapper is installed and removed.
  13018. Features: ATrapper can be set to record either all A-Trap calls, only those coming from the Application heap, or, if under 7.0, only those coming from applications launched after ATrapper.
  13019. General tools.imgK
  13020. Vol VL
  13021. Nov/Dec 92:Tool Chest:Testing & Debugging:General tools:V
  13022. 65155X
  13023. 1e    No Change
  13024. 64882X
  13025. Apr 93
  13026. O/Dev.CD Jun 00 RL Disk 2:Technical Publications:P1Dev.CD Jun 00 RL Disk 2
  13027.  - Technical Publicationsd
  13028. considerg
  13029. considerable
  13030. consideration
  13031. considerationsg
  13032. consideredg
  13033. consideringg
  13034. consistencyd
  13035. consistento
  13036. consisting
  13037. consists_
  13038. console
  13039. consolideted
  13040. constant
  13041. constantly
  13042. constants[
  13043. constitute
  13044. constrained
  13045. constrains
  13046. constraints
  13047. construct
  13048. constructing
  13049. construction
  13050. constructs
  13051. consult
  13052. consumer
  13053. consumers
  13054. contactb
  13055. control's
  13056. control-keyh
  13057. controlled
  13058. controllerA
  13059. controllers
  13060. controllingA
  13061. controlrgn
  13062. controlsd
  13063. gJvByrne's XCMDs & XFCNs
  13064. ColorScreen.c
  13065. CreateCopy.c
  13066. FilterDirectory.c
  13067. GetEOF.c
  13068. RemoveFile.c
  13069. Source
  13070. SystemFolder.c
  13071. XThingsK
  13072. Vol VL
  13073. Vol VIIMHHyperCard 2.0 or later, though most run under HyperCard 1.2.2 and 1.2.5.OaDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:PoDev.CD May 00 TC
  13074.  - Tool Chest
  13075.  - Development Kits
  13076.  - HyperCard Related
  13077.  - XCMDs & XFCNs
  13078.  - Byrne's XCMDs&XFCNsV
  13079. 67640X
  13080. May 00^
  13081. --set theItem to choose file -- uncomment to test in an AS editor
  13082.     tell application "Finder"
  13083.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  13084.         activate
  13085.     end tell
  13086. on error errMsg number errNum
  13087.     --enter statements to perform when no records are found such as...
  13088.     display dialog "Sorry, the item you selected could not be found."
  13089.     return
  13090. end try
  13091. e    No Changeq
  13092. Dev.CD May 00 TC
  13093. hD!All Packages
  13094. Tool Chest Edition
  13095. C.S.M.P. Digests
  13096. --set theItem to choose file -- uncomment to test in an AS editor
  13097.     tell application "Finder"
  13098.         open item "Dev.CD July 92
  13099. Dev.CD June 92
  13100. Dev.CD May 92
  13101. Dev.CD Apr 92
  13102. Dev.CD Mar 92
  13103. Dev.CD Feb 92
  13104. Dev.CD Jan 92
  13105. Dev.CD Vol. XI
  13106. Dev.CD Vol. X
  13107. Dev.CD Vol. IX
  13108. Dev.CD Vol. VII
  13109. Dev CD Vol. VI
  13110. Dev CD Vol. V
  13111. Dev CD Vol. IV"
  13112.         activate
  13113.     end tell
  13114. on error errMsg number errNum
  13115.     --enter statements to perform when no records are found such as...
  13116.     display dialog "Sorry, the item yoB2u selected could not be found."
  13117.     return
  13118. end try
  13119. plication, you must request file type and auxiliary type assignments for files you create from Apple Developer Technical Support. File type and auxiliary type combinations are used to identify files and their contents.  The limited supply of file types requires that file types be defined generically and that specific auxiliary types be assigned by Apple for application use.
  13120.  C/F Registration Requests
  13121. This stack will allow users to 
  13122. e    No Changeq
  13123. Dev.CD May 00 TC
  13124. D!All Packages
  13125. Tool Chest Edition
  13126. sing the SoundManager SPB calls for simple audio recording to memory.J
  13127. Sample Code.imgK
  13128. Feb 00
  13129. - Common
  13130.     - Sun Compliant Java Runtime Environment 1.1
  13131.     - QuickTime 3 
  13132.     - QTJava.zip
  13133.     - QTJava media samples
  13134. - Mac OS:
  13135.     - System 8 or later
  13136.     - Macintosh Runtime for Java (MRJ) 2.1
  13137. - Windows 95, 98, or NT::
  13138.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13139. QuickTime, Java, MRJO
  13140. Dev.CD May 00 TC:Sample Code:P
  13141. Dev.CD May 00 TC
  13142.  - Sample CodeV
  13143. 68357X
  13144. May 00^
  13145. r--set theItem to choose file -- uncomment to test in an AS editor
  13146.     tell application "Finder"
  13147.         open item "Dev.CD May 00 TC:Sample Code:"
  13148.         activate
  13149.     end tell
  13150. on error errMsg number errNum
  13151.     --enter statements to perform when no records are found such as...
  13152.     display dialog "Sorry, the item you selected could not be found."
  13153.     return
  13154. end try
  13155. e    No Changef
  13156. QuickTime
  13157. Dev.CD May 00 TC
  13158. ev.CD May 00 TC
  13159. lains what the extension does.  (Technogeek for "minor concern"; my definition of the UniversalProcPtr for the PowerOff gestalt function didn't include space for a return code.  I was using a prerelease of the System 7.5.3 tech note.  It shouldn't have caused any problems, but I'm being anal.)
  13160. PackMan C:  This snippet shows how to implement a simpleChooser Package in C, based on Scott 
  13161.  Zimmerman's PACKman pascal sample
  13162. PBxxx Serial Demo:  Shows how to use the serial ports correctly. 
  13163.  Connect your macs up with a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  13164. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  13165. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  13166. All Packages
  13167. QuickDraw GXO#Dev.CD Aug 96 TC
  13168. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  13169. Dev.CD Jan 96 SDKV
  13170. 68136X
  13171. Aug 96
  13172. x--set theItem to choose file -- uncomment to test in an AS editor
  13173.     tell application "Finder"
  13174.         open item "Dev.CD Aug 96 TC
  13175. Dev.CD Jan 96 SDK1"
  13176.         activate
  13177.     end tell
  13178. on error errMsg number errNum
  13179.     --enter statements to perform when no records are found such as...
  13180.     display dialog "Sorry, the item you selected could not be found."
  13181.     return
  13182. end try
  13183. All Packages
  13184. QuickDraw GXO#Dev.CD Aug 96 TC
  13185. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  13186. Dev.CD Jan 96 SDKV
  13187. 68137X
  13188. Aug 96
  13189. rk, Object-oriented, Classes, C++, View, Editor, ResourcesO7Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:Ad Lib:PBDev.CD Apr 00 SDK1
  13190.  - What's New
  13191.  - Tool Chest
  13192.  - MacApp
  13193.  - Ad Libts.pdf
  13194. Writing for Interactive Media
  13195. developerv
  13196. developer
  13197. documentation
  13198. developer
  13199. information
  13200. developer
  13201. notes
  13202. developer
  13203. university
  13204. developertutorial
  13205. developertutorial
  13206. developmentm
  13207. devenvguide
  13208. device
  13209. devicemanagers
  13210. devices
  13211. devtools
  13212. diagrams
  13213. dictionary
  13214. difference
  13215. differences
  13216. digital
  13217. digital
  13218. asset
  13219. management
  13220. digital
  13221. storyboard
  13222. digitizers
  13223. config
  13224. config&interleave
  13225. configuration
  13226. interleave
  13227. interleave
  13228. diractive
  13229. directhit
  13230. directhit
  13231. directionsj
  13232. discipline
  13233. discipline
  13234. 2.0.2
  13235. disclaimer
  13236. debugging@
  13237. definition@
  13238. delta@
  13239. demonstrates
  13240. programmatically
  13241. background
  13242. colo@
  13243. demonstration
  13244. 1.1.4
  13245. context
  13246. switching
  13247. demystifying@
  13248. depends@
  13249. descriptions@
  13250. deskwriter@
  13251. detector@
  13252. developer's@
  13253. developing@
  13254. devsupport@
  13255. dialup@
  13256. digitizing@
  13257. directly
  13258. directory@
  13259. disassembly@
  13260. display@
  13261. displaying@
  13262. summary
  13263. appleglot
  13264. 2.4b6
  13265. translation
  13266. summary
  13267. scanner
  13268. development
  13269. contains
  13270. documentation
  13271. summary
  13272. software
  13273. apple
  13274. macintosh
  13275. display@
  13276. system's@
  13277. adobe
  13278. acrobat
  13279. reader
  13280. allows
  13281. navigate
  13282. transition@
  13283. using
  13284. what's@
  13285. written@
  13286. 03-information
  13287. registrati
  13288. 1.4.2@
  13289. about@
  13290. aegizmos
  13291. 1.4.2@
  13292. apple
  13293. directions
  13294. 03/96@
  13295. apple
  13296. standardsw
  13297. 160/165c/180/180c
  13298. 160/180
  13299. 1995j
  13300. 1996k
  13301. 1997l
  13302. 2.0.1
  13303. 2.0.6
  13304. 2.0b6
  13305. 2.0d3
  13306. 2.0d38
  13307. 2.1.1
  13308. 2.1.2
  13309. 2.1.3
  13310. 2.1.4
  13311. 2.3.0
  13312. 2.4b6z
  13313. 2.6.1
  13314. 2.6.5X
  13315. 2400c
  13316. disassembler
  13317. disassembly
  13318. display
  13319. MrMacTCP 2.0.2 driver, which is available as part of the TCP/IP Connection from Macintosh product or on the E
  13320. O CDN#TCP/IP, networking, standards basedctivate
  13321.     end tell
  13322. on error errMsg number errNum
  13323.     --enter statements to perform when no records are found such as...
  13324.     display dialog "Sorry, the item you selected could not be found."
  13325.     return
  13326. end try
  13327.  if so, it unconditionally patches OF by replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  13328. RAM) with an image contained in the Extension.
  13329. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  13330. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  13331. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  13332. In the Device Tree probing process, OF builds a
  13333. 68026X
  13334. Dec 99^
  13335. --set theItem to choose file -- uncomment to test in an AS editor
  13336.     tell application "Finder"
  13337.         open item "Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:"
  13338.         activate
  13339.     end tell
  13340. on error errMsg number errNum
  13341.     --enter statements to perform when no records are found such as...
  13342.     display dialog "Sorry, the item you selected could not be found."
  13343.     return
  13344. end try
  13345. Deletedq
  13346. Dev.CD Dec 99 RL
  13347. All Packages
  13348. F    PowerTalkO
  13349. Dev.CD Apr 95P
  13350. Dev.CD Apr 9V
  13351. 68027X
  13352. Apr 95
  13353. b--set theItem to choose file -- uncomment to test in an AS editor
  13354.     tell application "Finder"
  13355.         open item "Dev.CD Apr 95"
  13356.         activate
  13357.     end tell
  13358. on error errMsg number errNum
  13359.     --enter statements to perform when no records are found such as...
  13360.     display dialog "Sorry, the item you selected could not be found."
  13361.     return
  13362. end try
  13363. All Packages
  13364. F    PowerTalkO
  13365. Dev.CD Apr 95P
  13366. Dev.CD Apr 9V
  13367. 68028X
  13368. Apr 95
  13369. postscript
  13370. sample
  13371. st:Hardware:Display & Video Hardware:8
  13372. 24GC 7.0:PTDev.CD Nov 99 TC
  13373.  - Tool Chest
  13374.  - Hardware
  13375.  - Display & Video Hardware
  13376. 24GC 7.0V
  13377. 66318X
  13378. Nov 99^
  13379. --set theItem to choose file -- uncomment to test in an AS editor
  13380.     tell application "Finder"
  13381.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:8
  13382. 24GC 7.0:"
  13383.         activate
  13384.     end tell
  13385. on error errMsg number errNum
  13386.     --enter statements to perform when no records are found such as...
  13387.     display dialog "Sorry, the item you selected could not be found."
  13388.     return
  13389. end try
  13390. Deletedf
  13391. Videoq
  13392. Dev.CD Nov 99 TC
  13393. D!All Packages
  13394. Tool Chest Edition
  13395. A-Law sdec/scomI
  13396. A sample fat compression/decompression Sound Manager component example.
  13397. Shows how to make a compression component, a decompression component, and how to make a fat component.J
  13398. Sample Code.imgK
  13399. Aug 97N1component, compression, decompression, sdec, scomO
  13400. Dev.CD May 00 TC:Sample Code:nge
  13401. tation
  13402. Verifier 1.0
  13403. Summary:  The Verifier is an Apple internal localization verification tool.  It is used to catch localization problems such as corrupted CODE resources, and mismatched resource attribute bits.  It is very customized to Apple's internal needs, but it may serve as a good example on the types of things to look out for when you localize your software.
  13404. Features:
  13405.  Compares resources based on a user defined script file
  13406.  Compares file/resource flags
  13407.  Verifies vers resources
  13408.  Reports missing rB
  13409. esources between original/localized files
  13410. Issues: Apple internal tool.  Good example on what to look out for, though you may need to customize/rewrite for your own usage.
  13411. Verifier 1.0.imgK
  13412. Jun 92L
  13413. May 94M(MPW, any Mac w/13" minimum sized screen.O2Dev.CD May 00 TC:Tool Chest:Localization:Verifier:P:Dev.CD May 00 TC
  13414.  - Tool Chest
  13415.  - Localization
  13416.  - VerifierV
  13417. 68735X
  13418. May 00^
  13419. May 00^
  13420. e    No Change
  13421. plugins
  13422. postscript
  13423. primer
  13424. processing
  13425. processord
  13426. processor-basedj
  13427. processorsd
  13428. prodos
  13429. produce
  13430. producer
  13431. producer/consumer
  13432. produces
  13433. produces
  13434. module
  13435. productf
  13436. product-specific
  13437. production
  13438. productive
  13439. productivity
  13440. productsR
  13441. professional
  13442. professionals
  13443. proficiency
  13444. proficient
  13445. xtedit
  13446. thread
  13447. timing
  13448. tokenQ
  13449. tokenizer
  13450. tokenizer
  13451. fcode
  13452. tokentalkQ
  13453. windows
  13454. world
  13455. Summary: This is the electronic version of develop magazine.
  13456.  Issue 10 highlights:
  13457. Apple Event Objects and You  by Richard Clark.   Supporting the Apple event object model isn
  13458. t as tough as you might think, and it will guarantee the future scriptability of your application.
  13459. PostScript Enhancements for the LaserWriter Font Utility  by Bryan K. (
  13460. Beaker
  13461. ) Ressler.   Unbeknownst to many, the LaserWriter Font Utility is extensible, allowing you to add custom functionality. PostScript hacke
  13462. rs, rejoice!
  13463. Drawing in GWorlds for Speed and Versatility  by Konstantin Othmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  13464. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  13465. Print Hin
  13466. virtualU
  13467. virtual
  13468. primary
  13469. apple
  13470. computer
  13471. virtuallyj
  13472. viruses
  13473. visibility
  13474. visible
  13475. visigenic
  13476. vision
  13477. visit
  13478. visited
  13479. visrgn
  13480. volume
  13481. volumemount
  13482. volumes[
  13483. vrefnum
  13484. w/mathlib
  13485. w/sound
  13486. w/sysp
  13487. waiting
  13488. waitnextevent
  13489. waits
  13490. wake100
  13491. wakes
  13492. walk-through
  13493. walks
  13494. walkthrough
  13495. wantg
  13496. wanted
  13497. wanting
  13498. wants
  13499. May 00^
  13500. r--set theItem to choose file -- uncomment to test in an AS editor
  13501.     tell application "Finder"
  13502.         open item "Dev.CD May 00 TC:Sample Code:"
  13503.         activate
  13504.     end tell
  13505. on error errMsg number errNum
  13506.     --enter statements to perform when no records are found such as...
  13507.     display dialog "Sorry, the item you selected could not be found."
  13508.     return
  13509. end try
  13510. e    No Changef
  13511. QuickTime
  13512. Dev.CD May 00 TC
  13513. D!All Packages
  13514. Tool Chest Edition
  13515. mmary: Macintosh CTB software distributed at the 1992 Worldwide Developers Conference in the CTB Technical session. This software is intended to be useful to anyone developing a CTB compatible application or CTB Tool.
  13516. Features: The components included are:
  13517. * CTB API overview (TEXT file)
  13518. * Comm Toolbox architecture/roadmap/example courseware (HyperCard stack)
  13519. * MPW 411 files
  13520. * CustomChoose outline (TEXT file)
  13521. * Staging Alerts description (TEXT file)
  13522. * Macsbug dcmd files for Tool debugginfor Tool debuggin
  13523. 67768X
  13524. May 00^
  13525. r--set theItem to choose file -- uncomment to test in an AS editor
  13526.     tell application "Finder"
  13527.         open item "Dev.CD May 00 TC:Sample Code:"
  13528.         activate
  13529.     end tell
  13530. on error errMsg number errNum
  13531.     --enter statements to perform when no records are found such as...
  13532.     display dialog "Sorry, the item you selected could not be found."
  13533.     return
  13534. end try
  13535. e    No Changef!Network Setup
  13536. network preferencesq
  13537. Dev.CD May 00 TC
  13538. hD!All Packages
  13539. Mac OS SDK Edition
  13540.  Age of DVD, Second Edition
  13541. A Primer for Creating Content for DVD
  13542. by Mark Ely and Dave Block
  13543. After several years of intense development and cross-industry cooperation
  13544. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  13545.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive cgle interactive c
  13546. Advanced Web Site Technique.pdf
  13547. Avoid Audio Pitfalls Guide.pdf
  13548. CompbasedMediaBroadcastEnv
  13549. Creating MIDI for the Web3.pdf
  13550. DeBabelizer 3.0.pdf
  13551. Design For Reuse.pdf
  13552. DesignForRobustness
  13553. Digital Asset Management.pdf
  13554. Digital Storyboard.pdf 
  13555. DVD Development.pdf
  13556. DVD_Primer.pdf
  13557. Enhanced CD Survival Guide.pdf
  13558. EOModeler
  13559. Frameworks.pdf
  13560. Gender-Based Title Creation.pdf
  13561. Int_Media_Writer_Resources.pdf
  13562. Java Survival Guide.pdf
  13563. Making Cool QD3D Apps.pdf
  13564. Music on the Net.pdf
  13565. New Audio Features QT3.pdf
  13566. Porting
  13567. kObjectiveCtoJava
  13568. Push Tech Survival Gd.pdf
  13569. QT3-More Than Dig. Video.pdf
  13570. Simplified Stream Audio.pdf
  13571. Web Animation Guide.pdf
  13572. WebObjects Database Part I.pdf
  13573. WebObjects Database Part II.pdf
  13574. WebObjects Memory Mgmt.pdf
  13575. WebObjects Tools and Techniques
  13576. WebObjectsCategories&Posers.pdf
  13577. WebObjectsPerformanceTuning
  13578. Working with WebObjects.pdf
  13579. Writing for Interactive Media
  13580. validity
  13581. value
  13582. values
  13583. viewer
  13584. handwriting
  13585. handy
  13586. hanging
  13587. hangul
  13588. hanja
  13589. happen
  13590. happened
  13591. happens
  13592. happily
  13593. hard-won
  13594. hardware
  13595. hardware-dependent
  13596. hardwared
  13597. harlan
  13598. harness
  13599. harper
  13600. harry
  13601.     No Changef
  13602. QuickTime
  13603. Dev.CD May 00 TC
  13604. D!All Packages
  13605. Tool Chest Edition
  13606. SoundSprocketTestsynchronous
  13607. driver
  13608. table
  13609. YBigEasy2.c
  13610. BigEasy2.h
  13611. BigEasyDialogs.c
  13612. BigEasyDialogs.h
  13613. BigEasyGrafish.c
  13614. BigEasyGrafish.h
  13615. BigEasyTextish.c
  13616. BigEasyTextish.h
  13617. BigEasyUtils.c
  13618. BigEasyUtils.h
  13619. IconUtilsPriv.h
  13620. MIDIGlue.
  13621. Qwertytunes - Read Me
  13622. Qwertytunes - Read Me.txt
  13623. Qwertytunes 0.6
  13624. Qwertytunes Filing.c
  13625. Qwertytunes Filing.h
  13626. Qwertytunes.c
  13627. Qwertytunes.h
  13628. Qwertytunes
  13629. Qwertytunes
  13630. .rsrc
  13631. navigation
  13632. services
  13633. transport
  13634. cache
  13635. delete
  13636. query
  13637. transport
  13638. resource
  13639. codewarrior
  13640. ethern
  13641. transport
  13642. debug
  13643. transport
  13644. kernel
  13645. strlog
  13646. debug
  13647. streams
  13648. transport
  13649. appletalk
  13650. rawmode
  13651. nbplookup
  13652. otlookup
  13653. transport
  13654. mapper
  13655. mapperref
  13656. transport
  13657. netstat
  13658. display
  13659. cache
  13660. logical
  13661. physic
  13662. transport
  13663. networking
  13664. appletalk
  13665. tcp/ip
  13666. r, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  13667. AppleScript for Developers
  13668. AppleScript for Scripters
  13669. Drag Manager
  13670. Edition Manager
  13671. PPC Toolbox
  13672. Scrap Manager
  13673. Operating System Services:
  13674. Event Manager
  13675. Gestalt Manager
  13676. Memory Management Utilities
  13677. Memory Manager
  13678. Multiprocessing Services [Updated]
  13679. Notification Manager
  13680. Process Manager
  13681. Queue Utilities
  13682. Shutdown Manager
  13683. Start Manager
  13684. System Error Handler
  13685. Thread Manager
  13686. Time Manager
  13687. Vertical Retrace Manager
  13688. Virtual Memory Manager
  13689. Device Managers and Drivers Documentation
  13690. Introduction to Mac OS I
  13691. Programming Documentation
  13692. Legacy Documentation Documentation
  13693. General topics:
  13694. Glossary
  13695. Result Codes Tables
  13696. Indexes:
  13697. Document
  13698. Functions
  13699. Technologies
  13700. DevTools
  13701. Files
  13702. Glossary
  13703. HelpSystems
  13704. HumanInterfaceToolbox
  13705. images
  13706. Indexes
  13707. InterproCom
  13708. Legacy
  13709. mac8.html
  13710. MultimediaGraphics
  13711. NetworkCommSvcs
  13712. OSSvcs
  13713. Overview
  13714. printondemand.html
  13715. ResultCodeTable
  13716. RuntimeSvcs
  13717. SearchingTechnologies
  13718. SiteInfo
  13719. TextIntlSvcs
  13720. Utilities
  13721. Jan 00L
  13722. Feb 00
  13723. 68078X
  13724. Apr 00^
  13725. --set theItem to choose file -- uncomment to test in an AS editor
  13726.     tell application "Finder"
  13727.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:"
  13728.         activate
  13729.     end tell
  13730. on error errMsg number errNum
  13731.     --enter statements to perform when no records are found such as...
  13732.     display dialog "Sorry, the item you selected could not be found."
  13733.     return
  13734. end try
  13735. e    No Changef
  13736. ColorSync profile rename toolq
  13737. Dev.CD Apr 00 SDK1
  13738. D(All Packages
  13739. Reference Library Edition
  13740. ProgGuide to Apple ScannersI
  13741. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  13742. ProgGuide to Apple ScannersK
  13743. Mar 93M
  13744. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:rce
  13745. demoextractor
  13746. --set theItem to choose file -- uncomment to test in an AS editor
  13747.     tell application "Finder"
  13748.         open item "Dev.CD Apr 94
  13749. Dev.CD Jan 94
  13750. Dev.CD Oct 93
  13751. Dev.CD Jul 93
  13752. Dev.CD Apr 93"
  13753.         activate
  13754.     end tell
  13755. on error errMsg number errNum
  13756.     --enter statements to perform when no records are found such as...
  13757.     display dialog "Sorry, the item you selected could not be found."
  13758.     return
  13759. end try
  13760. ing requires Power Macintosh System with USB built-in or PCI USB or Cardbus
  13761. | USB card running Mac OS 8.6 or greater. The Mac OS 9.0 Software Update is preferred. This release of USB ships as part of Mac OS 9.0 Software Update.
  13762. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.
  13763. The sample code will not compile unless the Universal Libraries and Interfaces 3.3 are part of the development environment.
  13764. Apr 00L
  13765. Jun 00 Chest:Testing & Debugging:Virtual User tools:nge
  13766. soled
  13767. soliciting
  13768. solid
  13769. editor
  13770. resedit
  13771. editor
  13772. notes
  13773. samples
  13774.  displayed on your products
  13775.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  13776. JJClent Richardson Message.pdf
  13777. Mac Logo Art:
  13778. Mac Logo Guidelines:
  13779. NewMacLogoK
  13780. Jan 99N
  13781. Apple, Logo, MacO
  13782. Dev.CD Jan 99 SDK1:Mac Logo:P
  13783. Dev.CD Jan 99 SDK1
  13784.  - Mac Logoat many sizes. Unlike most other Korean language solutions, the Korean Language Kit offers full hanja support, including the hanja Dictionary Utility that allows a user to create a personal hanja dictionary.
  13785. The Korean Language Kit is based on Apple's WorldScript technology, which simplifies the way in which a single operating system can support multiple languages. It works with world ready applications that take advantage of WorldScript, such as ClarisWorks 4
  13786.  list of devices in the system, possibly by executing code on PCI cards.  The bug is related to OF knowing what Forth code to execute for what PCI device or a card or motherboard.
  13787. The patch works by modifying the way the OF kernel services "byte-load-file" and "byte-load-file?" work.  These services "load" into active OF RAM pieces of OF code from a dormant store of tagged Forth code pieces, such as drivers and other code.
  13788. The problem was that incorrect OF code was being matched up with 
  13789. certain PCI cards that contained PCI-PCI bridges.
  13790. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  13791. 67958X
  13792. May 00^
  13793. --set theItem to choose file -- uncomment to test in an AS editor
  13794.     tell application "Finder"
  13795.         open item "Dev.CD May 00 TC:Tool Chest:Networking:Network Watch (DMZ) v1.5:"
  13796.         activate
  13797.     end tell
  13798. on error errMsg number errNum
  13799.     --enter statements to perform when no records are found such as...
  13800.     display dialog "Sorry, the item you selected could not be found."
  13801.     return
  13802. end try
  13803. e    No ChangefIOpen Transport
  13804. AppleTalk
  13805. rawmode
  13806. NBPLookup
  13807. OTLookup
  13808. Echo Protocolq
  13809. Dev.CD May 00 TC
  13810. &D!All Packages
  13811. Mac OS SDK Edition
  13812. New Audio Features QT3
  13813.     less obvious features of the Sound Manager will help improve your application
  13814. s use of sound.
  13815. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  13816. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  13817. mib-ii
  13818. midiconverter
  13819. midiconverter
  13820. readme
  13821. midiconverter
  13822. readme
  13823. midiglue
  13824. mini-conference
  13825. minimaldeclrom
  13826. minimaldeclrom
  13827. standards
  13828. rep-iso
  13829. hytime
  13830. standards
  13831. rep-iso/ccitt
  13832. standards
  13833. rep-mm
  13834. objects
  13835. modulet
  13836. monitor`
  13837. moretoolbox
  13838. mountalias
  13839. mountalias
  13840. mountalias
  13841. mountprojector
  13842. mountserver
  13843. mousoid
  13844. mousoid
  13845. movie
  13846. movieshop
  13847. moving
  13848. moving
  13849. source
  13850. powerpc
  13851. mpdelayuntiltest
  13852. mpdelayuntiltest
  13853. mpdelayuntiltest
  13854. mphelloworld
  13855. mphelloworld
  13856. pascal
  13857. mping
  13858. mpintertasktime
  13859. mpintertasktime
  13860. mpintertasktime
  13861. mpperiodicaltest
  13862. mpperiodicaltest
  13863. helper
  13864. mybuildmenu
  13865. namerevisioncurrent
  13866. native
  13867. native
  13868. navig
  13869. imports
  13870. import/export/reloca
  13871. important
  13872. important
  13873. about
  13874. quicktime
  13875. important
  13876. about
  13877. sound
  13878. manager
  13879. important
  13880. information
  13881. about
  13882. imported
  13883. imported/exported
  13884. impractical
  13885. impression
  13886. in-house
  13887. inactiveo
  13888. includeb
  13889. includedA
  13890. includesQ
  13891. includingQ
  13892. includs
  13893. incompatabilityo
  13894. incompatible
  13895. incorporates
  13896. increased
  13897. increases
  13898. incrementalb
  13899. indexb
  13900. indexesq
  13901. indicatedZ
  13902. indispensable
  13903. industrywatchj
  13904. inefficiency
  13905. informationB
  13906. informational
  13907. r--set theItem to choose file -- uncomment to test in an AS editor
  13908.     tell application "Finder"
  13909.         open item "Dev.CD May 00 TC:Sample Code:"
  13910.         activate
  13911.     end tell
  13912. on error errMsg number errNum
  13913.     --enter statements to perform when no records are found such as...
  13914.     display dialog "Sorry, the item you selected could not be found."
  13915.     return
  13916. end try
  13917. you selected could not be found."
  13918.     return
  13919. end try
  13920. e    No ChangefBMPQ
  13921. Macintosh
  13922. PowerBook
  13923. Qualified
  13924. PC Card
  13925. Card and Socket Servicesq
  13926. Dev.CD May 98 TC
  13927. D(All Packages
  13928. Reference Library Edition
  13929. Macintosh Technical Q&As
  13930.         display dialog "Sorry, the item you selected could not be found."
  13931.     return
  13932. end try
  13933. e    No Changeq
  13934. Dev.CD Jun 00 RL Disk 1
  13935. D!All Packages
  13936. Tool Chest Edition
  13937. HW Bring-up Tools
  13938.     ct yourself.
  13939. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  13940. t need to be complex, as the simple tools presented here wil
  13941. -e    No Changef
  13942. appearance
  13943. gworld
  13944. off-screenq
  13945. Dev.CD May 00 TC
  13946. All Packages
  13947. Open TransportO
  13948. Dev.CD Jun 97 SSWP
  13949. Dev.CD Jun 97 SSV
  13950. 67967X
  13951. Jun 97
  13952. f--set theItem to choose file -- uncomment to test in an AS editor
  13953.     tell application "Finder"
  13954.         open item "Dev.CD Jun 97 SSW"
  13955.         activate
  13956.     end tell
  13957. on error errMsg number errNum
  13958.     --enter statements to perform when no records are found such as...
  13959.     display dialog "Sorry, the item you selected could not be found."
  13960.     return
  13961. end try
  13962. All Packages
  13963. Open TransportO
  13964. Dev.CD Jun 97 SSWP
  13965. Dev.CD Jun 97 SSV
  13966. 67968X
  13967. Jun 97
  13968. f--set theItem to choose file -- uncomment to test in an AS editor
  13969.     tell application "Finder"
  13970.         open item "Dev.CD Jun 97 SSW"
  13971.         activate
  13972.     end tell
  13973. on error errMsg number errNum
  13974.     --enter statements to perform when no records are found such as...
  13975.     display dialog "Sorry, the item you selected could not be found."
  13976.     return
  13977. end try
  13978. e--set theItem to choose file -- uncomment to test in an AS editor
  13979.     tell application "Finder"
  13980.         open item "Dev.CD May 96 TC"
  13981.         activate
  13982.     end tell
  13983. on error errMsg number errNum
  13984.     --enter statements to perform when no records are found such as...
  13985.     display dialog "Sorry, the item you selected could not be found."
  13986.     return
  13987. end try
  13988. ul 93"
  13989.         activate
  13990.     end tell
  13991. on error errMsg number errNum
  13992.     --enter statements to perform when no records are found such as...
  13993.     display dialog "Sorry, the item you selected could not be found."
  13994.     return
  13995. end try
  13996. All Packages
  13997. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  13998. Dev.CD Jan 94
  13999. Dev.CD Oct 93
  14000. Dev.CD Jul 93P6Dev.CD Apr 94
  14001. Dev.CD Jan 94
  14002. Dev.CD Oct 93
  14003. Dev.CD Jul 9V
  14004. 67376X
  14005. Apr 94
  14006. grayishoutline
  14007. grayrgn
  14008. D May 00 TC
  14009.  - Sample CodeV
  14010. 64636X
  14011. May 00^
  14012. #009-4441
  14013. ct-009-4441
  14014. ct-009-4442
  14015. ct-009-4442
  14016. ct-009-4443
  14017. ct-009-4443
  14018. Movedf
  14019. Finder label menu iconq
  14020. Dev.CD May 00 TC
  14021. D!All Packages
  14022. Mac OS SDK Edition
  14023. Language Analysis SDK
  14024. The Language Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  14025. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  14026. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wiVersion 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  14027. reliable
  14028. reliably
  14029. reliancep
  14030. relief
  14031. relies
  14032. relish
  14033. relocation
  14034. relstring
  14035. remaino
  14036. remains
  14037. remapz
  14038. remedies
  14039. remember
  14040. remoteS
  14041. remotelyB
  14042. removable
  14043. remove
  14044. removed
  14045. removes
  14046. removevmsversionnumb
  14047. removing
  14048. rename
  14049. renamed
  14050. renames
  14051. renaming
  14052. renderer
  14053. rendering
  14054. renders
  14055. renegade
  14056. renewed
  14057. repeated
  14058. repeatedly
  14059. repertoire
  14060. replace
  14061. replacementU
  14062. replacesn
  14063. replaces
  14064. postscript
  14065. sample
  14066. replacing
  14067. replies
  14068. reply
  14069. CD Jul 9V
  14070. 64360X
  14071. Jul 95
  14072. 62664X
  14073. 68313X
  14074. May 00^
  14075. --set theItem to choose file -- uncomment to test in an AS editor
  14076.     tell application "Finder"
  14077.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  14078.         activate
  14079.     end tell
  14080. on error errMsg number errNum
  14081.     --enter statements to perform when no records are found such as...
  14082.     display dialog "Sorry, the item you selected could not be found."
  14083.     return
  14084. end try
  14085. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  14086. Dev.CD May 00 TC
  14087. D!All Packages
  14088. Tool Chest Edition
  14089. SetDeskCPatDemoI
  14090. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  14091. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J
  14092. Sample Code.imgK
  14093. Aug 97N
  14094. setdeskcpatO
  14095. Dev.CD May 00 TC:Sample Code:P
  14096. Dev.CD May 00 TC
  14097.  - Sample CodeV
  14098. 68314X
  14099. May 00^
  14100. sizetkl
  14101. agent
  14102. specific
  14103. files
  14104. ^    RL Disk 1
  14105. --set theItem to choose file -- uncomment to test in an AS editor
  14106.     tell application "Finder"
  14107.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Macintosh Technotes and Q&As:"
  14108.         activate
  14109.     end tell
  14110. on error errMsg number errNum
  14111.     --enter statements to perform when no records are found such as...
  14112.     display dialog "Sorry, the item you selected could not be found."
  14113.     return
  14114. end try
  14115. e    No Changef
  14116. Technote
  14117. Macintosho.http://developer.apple.com/techpubs/index.htmlq
  14118. Dev.CD Jun 00 RL Disk 1
  14119. D!All Packages
  14120. Mac OS SDK Edition
  14121. MacODBC 2.1.2 GM
  14122.     st:Development Kits:C++ Related:Object Pascal to C++ Tips"
  14123.         activate
  14124.     end tell
  14125. on error errMsg number errNum
  14126.     --enter statements to perform when no records are found such as...
  14127.     display dialog "Sorry, the item you selected could not be found."
  14128.     return
  14129. end try
  14130. e    No Changeq
  14131. Dev.CD May 00 TC
  14132. ,D!All Packages
  14133. Mac OS SDK Edition
  14134. ObjectSupportLib 1.1.4
  14135. b--set theItem to choose file -- uncomment to test in an AS editor
  14136.     tell application "Finder"
  14137.         open item "Dev.CD Jul 95"
  14138.         activate
  14139.     end tell
  14140. on error errMsg number errNum
  14141.     --enter statements to perform when no records are found such as...
  14142.     display dialog "Sorry, the item you selected could not be found."
  14143.     return
  14144. end try
  14145. ystems, Inc. recommended
  14146. QuickTime, Java, MRJO
  14147. Dev.CD May 00 TC:Sample Code:P
  14148. Dev.CD May 00 TC
  14149.  - Sample CodeV
  14150. 67123X
  14151. May 00^
  14152. r--set theItem to choose file -- uncomment to test in an AS editor
  14153.     tell application "Finder"
  14154.         open item "Dev.CD May 00 TC:Sample Code:"
  14155.         activate
  14156.     end tell
  14157. on error errMsg number errNum
  14158.     --enter statements to perform when no records are found such as...
  14159.     display dialog "Sorry, the item you selected could not be found."
  14160.     return
  14161. end try
  14162. e    No Changef
  14163. QuickTime
  14164. Dev.CD May 00 TC
  14165. D!All Packages
  14166. Tool Chest Edition
  14167. SoundRecord
  14168. Jwcdent
  14169. cdent - a formatter for C/C++
  14170. Defect List
  14171. MacApp CDent Stuff
  14172. Makefile
  14173. Objects
  14174. Tests
  14175. Useful AddMenu and ScriptK
  14176. Jun 92M)System 6.x or greater, MPW 3.1 or greaterOSDev.CD May 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:P^Dev.CD May 00 TC
  14177.  - Tool Chest
  14178.  - Development Kits
  14179.  - C++ Related
  14180.  - C++ Source Code Formattercould not be found."
  14181.     return
  14182. end try
  14183. search
  14184. select
  14185. serial
  14186. serial
  14187. ports
  14188. series
  14189. server
  14190. server
  14191. controls
  14192. services
  14193. setting
  14194. setup
  14195. sharedv
  14196. shared
  14197. volumes
  14198. sherlock
  14199. signature
  14200. simplified
  14201. socket
  14202. softwareQ
  14203. solaris
  14204. solutions
  14205. sound
  14206. soundsprocket
  14207. space
  14208. specification
  14209. speech
  14210. spinning
  14211. spinning
  14212. cursors
  14213. sprite
  14214. sprockets
  14215. stacks
  14216. standard
  14217. standards
  14218. standards
  14219. based
  14220. starmax
  14221. state
  14222. statements
  14223. status
  14224. storage
  14225. stress
  14226. string
  14227. string
  14228. encoding
  14229. string
  14230. services
  14231. strings
  14232. strip
  14233. structure
  14234. structure
  14235. region
  14236. style
  14237. style
  14238. guideu
  14239. stylechat
  14240. sub-menus
  14241. suite
  14242. summary
  14243. switch
  14244. switching
  14245. symbiotic
  14246. synchronization
  14247. soundsprocket
  14248. space
  14249. spbrecord
  14250. specification
  14251. speech
  14252. speech
  14253. recognition
  14254. spell
  14255. spellswell
  14256. spinning
  14257. spinning
  14258. cursors
  14259. spooler
  14260. sprite
  14261. sprocket
  14262. sprockets
  14263. stack
  14264. stacks
  14265. standard
  14266. standard
  14267. standardfile
  14268. standards
  14269. standards
  14270. based
  14271. starmax
  14272. state
  14273. statements
  14274. status
  14275. storage
  14276. streaming
  14277. streams
  14278. stress
  14279. string
  14280. string
  14281. encoding
  14282. string
  14283. services
  14284. strings
  14285. strip
  14286. strlog
  14287. structure
  14288. structure
  14289. region
  14290. stuffit
  14291. style
  14292. style
  14293. guideu
  14294. stylechat
  14295. sub-menus
  14296. suite
  14297. summary
  14298. switch
  14299. switcher
  14300. switching
  14301. symantec
  14302. symbiotic
  14303. synchronization
  14304. synthesis
  14305. e    No Change
  14306. s searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  14307. f--set theItem to choose file -- uncomment to test in an AS editor
  14308.     tell application "Finder"
  14309.         open item "Dev.CD Jul 96 SSW"
  14310.         activate
  14311.     end tell
  14312. on error errMsg number errNum
  14313.     --enter statements to perform when no records are found such as...
  14314.     display dialog "Sorry, the item you selected could not be found."
  14315.     return
  14316. end try
  14317. nnaire
  14318. questions
  14319. queue
  14320. quick
  14321. quickdrawN
  14322. patch
  14323. appleshare
  14324. novell
  14325. netware
  14326. quicktake
  14327. quicktake
  14328. windows
  14329. digital
  14330. camera
  14331. quicktime
  14332. 1.1.6
  14333. 100basetx
  14334. 100basetx
  14335. ethernet
  14336. 2.1.1
  14337. 2.1.2
  14338. 2.1.3
  14339. 2.1.4
  14340. 3.2.1
  14341. barrier
  14342. limit
  14343. 8.5.1
  14344. 802.2
  14345. 802.3
  14346. a/rose
  14347. acceleration
  14348. access
  14349. acrobat
  14350. action
  14351. action
  14352. module
  14353. actions
  14354. active
  14355. adbop
  14356. address
  14357. adlib
  14358. administrator
  14359. adobe
  14360. aegizmos
  14361. protocol
  14362. after
  14363. after
  14364. airport
  14365. alias
  14366. allocators
  14367. altivec
  14368. analysis
  14369. webobjects
  14370. antlr
  14371. appearanced
  14372. appearance
  14373. managerd
  14374. appearance
  14375. append
  14376. appkit
  14377. appkit
  14378. reference
  14379. phrase
  14380. phrases
  14381. physicalU
  14382. physically
  14383. piccomment
  14384. piccomments
  14385. piccomments/bottlene
  14386. piccommentstest
  14387. pichandle
  14388. picker[
  14389. pickers
  14390. pictdialog
  14391. pictinfotest
  14392. picts
  14393. picture
  14394. pictures
  14395. piece
  14396. pieces
  14397. piersol
  14398. pinterfaces
  14399. pinyin
  14400. pioneerj
  14401. pippinj
  14402. pippin-specific
  14403. pitch
  14404. pitfalls
  14405. pixel
  14406. pixels
  14407. pixmap
  14408. pixmap2pixpat2ppat
  14409. pixmaps
  14410. pixpat
  14411. point
  14412. point-to-point
  14413. pointer
  14414. pointers
  14415. pointing
  14416. points
  14417. polaschek
  14418. polyhedral
  14419. polymorphic
  14420. polymorphism
  14421. gxgraphics
  14422. gxifier
  14423. gxifier
  14424. gxoverridetool
  14425. handbookf
  14426. handles
  14427. handwriting
  14428. hardware
  14429. hardware
  14430. system
  14431. update
  14432. stack
  14433. localization
  14434. navigator
  14435. hebrew
  14436. hebrew
  14437. language
  14438. hebrew
  14439. language
  14440. v1.0.1
  14441. helpq
  14442. helper
  14443. helpful
  14444. helpful
  14445. scripts
  14446. hidemenubaretc
  14447. hitec
  14448. hitec
  14449. super
  14450. front
  14451. hosesample
  14452. hotsauce
  14453. hotsauce
  14454. project
  14455. detect
  14456. htmlsample
  14457. server
  14458. human
  14459. human
  14460. interface
  14461. notes
  14462. bring-up
  14463. tools
  14464. hypercard
  14465. hypercard
  14466. update
  14467. hypercard
  14468. instance
  14469. variables
  14470. hypercard
  14471. player
  14472. hypercard
  14473. toolkits
  14474. issue
  14475. b--set theItem to choose file -- uncomment to test in an AS editor
  14476.     tell application "Finder"
  14477.         open item "Dev.CD Jul 95"
  14478.         activate
  14479.     end tell
  14480. on error errMsg number errNum
  14481.     --enter statements to perform when no records are found such as...
  14482.     display dialog "Sorry, the item you selected could not be found."
  14483.     return
  14484. end try
  14485. duction
  14486. request
  14487. requested
  14488. requests
  14489. requies
  14490. requireh
  14491. requiredN
  14492. requiredfindercolors
  14493. requirementsg
  14494. requiresd
  14495. reserve
  14496. reservedj
  14497. reset
  14498. residep
  14499. resident
  14500. resizable
  14501. resize
  14502. qualified
  14503. query
  14504. quick
  14505. quickdraw
  14506. quickdraw
  14507. windows
  14508. metafile
  14509. quickdraw
  14510. graphics
  14511. quickdraw
  14512. gxgraphics
  14513. 1.1.6
  14514. quickdraw
  14515. raster
  14516. imagewriter
  14517. halftone
  14518. dither
  14519. sample
  14520. quickdraw
  14521. spooler
  14522. print
  14523. patch
  14524. appleshare
  14525. novell
  14526. netware
  14527. quicktake
  14528. quicktake
  14529. windows
  14530. digital
  14531. camera
  14532. quicktime
  14533. pcmcia
  14534. performance
  14535. analysis
  14536. performance
  14537. hardware
  14538. powerpc
  14539. bandwidth
  14540. cache
  14541. rates
  14542. photoshop
  14543. physical
  14544. picker
  14545. pixel
  14546. platformQ
  14547. playback
  14548. player
  14549. plist
  14550. plug-ins
  14551. pmforecolor
  14552. polymorphic
  14553. ports
  14554. postscript
  14555. power
  14556. tevens  and Bill Guschwan.   The message hasn
  14557. t changed: Don
  14558. t write directly to the screen. But if you absolutely need to break the rules, here are some clues for success.
  14559. J(develop Issue 11:
  14560. develop Issue 11 code:K
  14561. Vol IIIL
  14562. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 11:PJDev.CD Sep 96 RL
  14563.  - Technical Documentation
  14564.  - develop
  14565.  - develop Issue 11rn
  14566. end try
  14567. e    No Changeq
  14568. Dev.CD May 00 TC
  14569. D!All Packages
  14570. Tool Chest Edition
  14571. Snippets - Files
  14572. (** = new, * = revised)
  14573. AS Authenticator:  This code sample answers the question: "How can I ask an AppleShare server to authenticate an account/password pair without mounting a volume?"  It attempts to mount a volume with a name which is known to be invalid. If VolumeMount claims the password didn't work, then it didn't. If VolumeMount claims the volume could not be mounted, then the password was valid.  Note: This is 100% predictable behavior and doesn't rely on any hacks. However, it da, MRJange
  14574. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  14575.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  14576. JJClent Richardson Message.pdf
  14577. Mac Logo Art:
  14578. Mac Logo Guidelines:
  14579. NewMacLogoK
  14580. Jan 99N
  14581. Apple, Logo, MacO
  14582. Dev.CD Jan 99 SDK1:Mac Logo:P
  14583. Dev.CD Jan 99 SDK1
  14584.  - Mac Logo29X
  14585. ition
  14586. Macintosh PowerBook 2400c
  14587. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  14588. Macintosh PowerBook 2400cK
  14589. Aug 97M
  14590. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  14591. Jun 97
  14592. e    No Changef+SimpleText
  14593. script
  14594. print
  14595. scriptable printingq
  14596. Dev.CD May 00 TC
  14597. D!All Packages
  14598. Tool Chest Edition
  14599. ScriptableStuffItEngine
  14600. It's a tool for scripting the StuffIt Engine
  14601. , a library distributed by Aladdin Systems, Inc. as part of their StuffIt
  14602.  family of products, which are the de facto standard for data compression under Mac OS. (This is not an endorsement.)
  14603. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding
  14604. apple
  14605. macintosh
  14606. display@
  14607. system's@
  14608. adobe
  14609. acrobat
  14610. reader
  14611. allows
  14612. navigate
  14613. transition@
  14614. using
  14615. what's@
  14616. written@
  14617. 03-information
  14618. registrati
  14619. 1.4.2@
  14620. about@
  14621. aegizmos
  14622. 1.4.2@
  14623. apple
  14624. directions
  14625. 03/96@
  14626. apple
  14627. standardsw
  14628. May 00^
  14629. r--set theItem to choose file -- uncomment to test in an AS editor
  14630.     tell application "Finder"
  14631.         open item "Dev.CD May 00 TC:Sample Code:"
  14632.         activate
  14633.     end tell
  14634. on error errMsg number errNum
  14635.     --enter statements to perform when no records are found such as...
  14636.     display dialog "Sorry, the item you selected could not be found."
  14637.     return
  14638. end try
  14639. e    No Changef$async
  14640. asynchronous
  14641. driver unit tableq
  14642. Dev.CD May 00 TC
  14643. SD!All Packages
  14644. Tool Chest Edition
  14645. AsyncDriverSample1.0b4
  14646. This sample shows how to write a fully asynchronous block device driver for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  14647. t talk to any real hardware.  Instead it mounts disk images over the network.
  14648. Sample Code.imgK
  14649. Jul 97L
  14650. Jul 97N
  14651. async deviceO
  14652. Dev.CD May 00 TC:Sample Code:P
  14653. Dev.CD May 00 TC
  14654.  - Sample CodeV
  14655. 67620X
  14656. May 00^
  14657. fication.
  14658. B specification.
  14659. music
  14660. f5Display Manager
  14661. Resolution
  14662. Screen
  14663. Monitor
  14664. Pixel DepthoJftp://ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqxq
  14665. Dev.CD Apr 00 SDK1
  14666. WD!All Packages
  14667. Tool Chest Edition
  14668. DisposeResource 2.0
  14669. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  14670. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  14671. Memory Management.imgK
  14672. Sep 92L
  14673. Sep 95N*DisposeResource debugging resource handlesOBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  14674.  - Tool Chest
  14675.  - Testing & Debugging
  14676.  - Memory ManagementV
  14677. 66518X
  14678. May 00^
  14679. #raw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  14680. QuickDraw 3D v1.5.2K
  14681. Sep 97N
  14682. QuickDraw 3D, Windows, Metafiletors/localiz
  14683. {Summary: The audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  14684. Alias XFCN 1.3
  14685. Apple Event XCMDs 1.0b3
  14686. Byrne's XCMDs&XFCNs
  14687. CallHyper 1.0
  14688. FinderEvents 1.2
  14689. GetVol and NewFormat
  14690. Help XFCN 1.4
  14691. ProgressWindoid
  14692. QuickTime XCMDs  alias
  14693. SysEnv XFCN 1.0D13K
  14694. Vol IIIL
  14695. Vol VIIIM(HyperCard 2.0 with Audio, see audio helpOMDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:PXDev.CD Nov 99 TC
  14696.  - Tool Chest
  14697.  - Development Kits
  14698.  - HyperCard Related
  14699.  - XCMDs & XFCNsn no records are found such as...
  14700.     display dialog "Sorry, the item you selected could not be found."
  14701.     return
  14702. end try
  14703. All Packages
  14704. 67332X
  14705. issue
  14706. highlights
  14707. 68347X
  14708. May 00^
  14709. r--set theItem to choose file -- uncomment to test in an AS editor
  14710.     tell application "Finder"
  14711.         open item "Dev.CD May 00 TC:Sample Code:"
  14712.         activate
  14713.     end tell
  14714. on error errMsg number errNum
  14715.     --enter statements to perform when no records are found such as...
  14716.     display dialog "Sorry, the item you selected could not be found."
  14717.     return
  14718. end try
  14719. e    No Changeq
  14720. Dev.CD May 00 TC
  14721. D!All Packages
  14722. Tool Chest Edition
  14723. (** = new, * = revised)
  14724. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  14725. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  14726. BusErrorTest:  ShowsErrorTest:  Show
  14727. 68348X
  14728.  can control movies with operations : start, stop, sound on/off, frame advance, playbar, size grow box, hide and show of controllers.  The special Movie Controller window allows the user to eliminate movie controllers from any window.
  14729. Movie Editing:  Cut, copy, paste, clear and undo of movies. This tool supports both editing conventions with either the standard controllers or by copying movie selections using the Movie Toolbox.  Use the shift key and move the playbar to make a selection. 
  14730.  The selection portion of the playbar turns black.  After that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  14731. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  14732. f--set theItem to choose file -- uncomment to test in an AS editor
  14733.     tell application "Finder"
  14734.         open item "Dev.CD Jan 96 SSW"
  14735.         activate
  14736.     end tell
  14737. on error errMsg number errNum
  14738.     --enter statements to perform when no records are found such as...
  14739.     display dialog "Sorry, the item you selected could not be found."
  14740.     return
  14741. end try
  14742.  SDK1
  14743.  - Development Kits
  14744.  - Mac OS
  14745.  - Apple Data Detectors SDK
  14746. 7.5.1
  14747. 7.5.2x
  14748. 7.5.3x
  14749. 7.5.5
  14750. 7.6.1
  14751. 7100x
  14752. 7100/80
  14753. 711702111
  14754. 8.3.4
  14755. 8.5.1
  14756. 8100x
  14757. 8100/807500/100
  14758. 8500x
  14759. 8500/1808500/1208100
  14760. windowsj
  14761. wishd
  14762. wishes
  14763. wishingp
  14764. withA
  14765. b--set theItem to choose file -- uncomment to test in an AS editor
  14766.     tell application "Finder"
  14767.         open item "Dev.CD Jan 95"
  14768.         activate
  14769.     end tell
  14770. on error errMsg number errNum
  14771.     --enter statements to perform when no records are found such as...
  14772.     display dialog "Sorry, the item you selected could not be found."
  14773.     return
  14774. end try
  14775. selected could not be found."
  14776.     return
  14777. end try
  14778. documentationandsamp
  14779. documented
  14780. documentproc
  14781. documentsN
  14782. docviewer
  14783. doesn'tj
  14784. doesn't
  14785. documents
  14786. properly
  14787. doesnt
  14788. doccreator
  14789. doccreator
  14790. docsr
  14791. files
  14792. doctor
  14793. doctypes
  14794. doctypes
  14795. documenation
  14796. documenation
  14797. document
  14798. document
  14799. converter
  14800. documentation
  14801. hics system. This article shows how the geo
  14802. metries in QuickDraw 3D fit in with the rest of the system, and how to make good use of them.
  14803. Implementing Shared Internet Preferences With Internet Config by Quinn 
  14804. The Eskimo!
  14805.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  14806. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  14807. --set theItem to choose file -- uncomment to test in an AS editor
  14808.     tell application "Finder"
  14809.         open item "Dev.CD Apr 94
  14810. Dev.CD Jan 94
  14811. Dev.CD Oct 93
  14812. Dev.CD Jul 93
  14813. Dev.CD Apr 93"
  14814.         activate
  14815.     end tell
  14816. on error errMsg number errNum
  14817.     --enter statements to perform when no records are found such as...
  14818.     display dialog "Sorry, the item you selected could not be found."
  14819.     return
  14820. end try
  14821. pascal/handle
  14822. pasmatit
  14823. pending
  14824. pentiumj
  14825. people
  14826. perfectly
  14827. performb
  14828. performav
  14829. performanceA
  14830. performasj
  14831. performed
  14832. perils
  14833. permissionj
  14834. personZ
  14835. personal
  14836. perspective
  14837. pertaining
  14838. peter
  14839. philip
  14840. phone
  14841. photoshop
  14842. JSummary: This is the developer's kit for the XTND file translation system. It includes the XTND engine itself as well as sample source code showing how to write XTND translators and how to add XTND support to an application
  14843. Features: By supporting XTND, an application can import and export text in a variety of standard formats.
  14844. Application Examples:
  14845. Claris Translators:
  14846. Claris XTND System
  14847. Documentation:
  14848. PowerMac Stuff:
  14849. Template for FTYP
  14850. Translator Examples:
  14851. XTND 1.3.6 - Read Me First
  14852. XTND Headers:K
  14853. Vol XL
  14854. Nov 94M%Any Mac running System 6.0.7 or laterODDev.CD Apr 98 SDK2:Development Kits (Disc 2):
  14855.  Obsolete/Unsupported:PIDev.CD Apr 98 SDK2
  14856.  - Development Kits (Disc 2)
  14857.  Obsolete/Unsupported
  14858. knows@
  14859. larkspur@
  14860. launchwithdoc2@
  14861. learning@
  14862. legal@
  14863. letting@
  14864. licenced@
  14865. lisez-moi@
  14866. llama@
  14867. long-awaited@
  14868. look@
  14869. material@
  14870. mechanism@
  14871. mentors@
  14872. minow@
  14873. mixed-partition@
  14874. update-based
  14875. updatedo
  14876. updated
  14877. 1/25/2000
  14878. updater
  14879. updatese
  14880. updatingb
  14881. upgrade
  14882. upgraded
  14883. upgrader
  14884. upgrades
  14885. upload
  14886. upload
  14887. given
  14888. ac OS:
  14889.     - System 8 or later
  14890.     - Macintosh Runtime for Java (MRJ) 2.1
  14891. - Windows 95, 98, or NT::
  14892.     - JRE/JDK from Sun Microsystems, Inc. recommended
  14893. QuickTime, Java, MRJO
  14894. Dev.CD May 00 TC:Sample Code:P
  14895. Dev.CD May 00 TC
  14896.  - Sample CodeV
  14897. 66532X
  14898. May 00^
  14899. #{PInterfaces}, as well as in your own code. Tags are easily updated when source is changed. Easy to use, integrated with MPW, fast.
  14900. 63759X
  14901. 1e    No Change
  14902. featured
  14903. featuresA
  14904. pe    No Changeq
  14905. Dev.CD May 00 TC
  14906. qD!All Packages
  14907. Mac OS SDK Edition
  14908. CFM-68K SDK
  14909. Summary:  CFM-68K is a runtime architecture for 68K-based Macintosh applications and shared libraries. This architecture is modeled after the Power Macintosh runtime architecture and uses the CFM (Code Fragment Manager) to provide shared library support for 68K Macintoshes. CFM-68K runtime applications and shared libraries can coexist and run simultaneously with classic 68K runtime applications.
  14910. Version 4.0 of the CFM-68K Runtime Enabler fixes the problem described in Technote #1084 and uW
  14911. performav
  14912. performanceA
  14913. performasj
  14914. performed
  14915. performs
  14916. perils
  14917. permissionj
  14918. permits
  14919. personZ
  14920. personal
  14921. perspective
  14922. pertaining
  14923. peter
  14924. philip
  14925. phone
  14926. phonetic
  14927. photoshop
  14928. summary
  14929. package
  14930. provides
  14931. something
  14932. replacement
  14933. summary
  14934. piece
  14935. intended
  14936. assist
  14937. non-us
  14938. developers
  14939. summary
  14940. program
  14941. illustrates
  14942. menus
  14943. window
  14944. summary
  14945. resedit
  14946. editor
  14947. prepare
  14948. localized
  14949. numbe
  14950. summary
  14951. resedit
  14952. contains
  14953. macsbug
  14954. summary
  14955. sample
  14956. illustrates
  14957. determine
  14958. summary
  14959. sample
  14960. demonstrates
  14961. compress
  14962. decompr
  14963. summary
  14964. sample
  14965. demonstrates
  14966. write
  14967. simple
  14968. summary
  14969. sample
  14970. extracts
  14971. finder
  14972. strings
  14973. summary
  14974. sample
  14975. shows
  14976. manager
  14977. summary
  14978. support
  14979. quicktake
  14980. quicktake
  14981. hierarchical
  14982. sub-menus
  14983. helper
  14984. menubar
  14985. corners
  14986. desktop
  14987. finder
  14988. grayrgn
  14989. hierarchical
  14990. level
  14991. toolbox
  14992. morefiles
  14993. moreisbetter
  14994. wrapper
  14995. f--set theItem to choose file -- uncomment to test in an AS editor
  14996.     tell application "Finder"
  14997.         open item "Dev.CD Jun 97 SSW"
  14998.         activate
  14999.     end tell
  15000. on error errMsg number errNum
  15001.     --enter statements to perform when no records are found such as...
  15002.     display dialog "Sorry, the item you selected could not be found."
  15003.     return
  15004. end try
  15005. vides tips on project managment and  building a development team.
  15006. Apple CD-ROM HandbookK
  15007. Aug 92M
  15008. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  15009.  - Technical Documentation
  15010.  - Peripherals Documentationnizer
  15011. toolbox
  15012. toolkit
  15013. toolkits
  15014. tools]
  15015. transport
  15016. transport/ppp
  15017. tune-up
  15018. All Packages
  15019. b--set theItem to choose file -- uncomment to test in an AS editor
  15020.     tell application "Finder"
  15021.         open item "Dev.CD Apr 95"
  15022.         activate
  15023.     end tell
  15024. on error errMsg number errNum
  15025.     --enter statements to perform when no records are found such as...
  15026.     display dialog "Sorry, the item you selected could not be found."
  15027.     return
  15028. end try
  15029. tions only
  15030. e found."
  15031.     return
  15032. end try
  15033. etool
  15034. filter
  15035. finalj
  15036. finally
  15037. financingj
  15038. findr
  15039. finder
  15040. finding
  15041. findsh
  15042. firstj
  15043. fitsj
  15044. fivej
  15045. fixesV
  15046. fixingy
  15047. fkeys]
  15048. flavor
  15049. flexibility
  15050. flexible
  15051. floating
  15052. folderR
  15053. folderso
  15054. folks
  15055. follow
  15056. following
  15057. fonte
  15058. footprintg
  15059. --set theItem to choose file -- uncomment to test in an AS editor
  15060.     tell application "Finder"
  15061.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  15062.         activate
  15063.     end tell
  15064. on error errMsg number errNum
  15065.     --enter statements to perform when no records are found such as...
  15066.     display dialog "Sorry, the item you selected could not be found."
  15067.     return
  15068. end try
  15069. e    No Changef(MacTCP development Open Transport ZapTCPq
  15070. Dev.CD May 00 TC
  15071. PD!All Packages
  15072. Tool Chest Edition
  15073. ZoneRanger 1.1
  15074.     ent/server@
  15075. clipper@
  15076. clouseau@
  15077. code@
  15078. sample
  15079. which
  15080. demonstrates
  15081. ethernet
  15082. driver
  15083. code-resources@
  15084. collecting@
  15085. color
  15086. picker
  15087. 2.1.1
  15088. contains
  15089. minor
  15090. fixes
  15091. com/mkt/maclogo@
  15092. comma@
  15093. communicate@
  15094. companion@
  15095. compiler@
  15096. composit@
  15097. computer's@
  15098. F    QuickTimeO
  15099. Dev.CD Jun 97 SSWP
  15100. Dev.CD Jun 97 SSV
  15101. 64568X
  15102. Jun 97
  15103. NRMacTCP, Communications Toolbox, CTB, Serial ports, CD Audio toolkit, Video toolkitORDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:P]Dev.CD May 00 TC
  15104.  - Tool Chest
  15105.  - Development Kits
  15106.  - HyperCard Related
  15107.  - HyperCard Toolkitsnumber errNum
  15108.     --enter statements to perform when no records are found such as...
  15109.     display dialog "Sorry, the item you selected could not be found."
  15110.     return
  15111. end try
  15112. Deletedq
  15113. Dev.CD Sept 96 RL
  15114. GD(All Packages
  15115. Reference Library Edition
  15116. develop Issue  9
  15117.     ouse Driver
  15118. Mac OS USB
  15119. /A)http://developer.apple.com/sdk/index.html
  15120. Dev.CD Apr 00 SDK1
  15121. D!All Packages
  15122. Tool Chest Edition
  15123. MacApp Developer Survey
  15124.         activate
  15125.     end tell
  15126. on error errMsg number errNum
  15127.     --enter statements to perform when no records are found such as...
  15128.     display dialog "Sorry, the item you selected could not be found."
  15129.     return
  15130. end try
  15131. New Packagemplecode/index.html
  15132. ct-009-4443
  15133. ct-009-4444
  15134. ct-009-4444
  15135. ctags
  15136. ctags
  15137. manual
  15138. ctags
  15139. manual
  15140. files
  15141. overview
  15142. custom
  15143. choose
  15144. debugging
  15145. sample
  15146. 1.0b16
  15147. ctl's
  15148. currentimage
  15149. currentimage
  15150. currentprinter
  15151. currentprinter
  15152. cursor
  15153. cursor
  15154. custom
  15155. customenabler
  15156. customization
  15157. cvtccomments
  15158. builds
  15159. ntitiesg
  15160. quarterj
  15161. queries
  15162. query
  15163. querys
  15164. questionZ
  15165. questionaire
  15166. questionaires
  15167. questionnaire
  15168. questions
  15169. queue
  15170. quick
  15171. quickdrawN
  15172. quickdraw
  15173. dimension
  15174. macintosh
  15175. graphics
  15176. pablo
  15177. All Packages
  15178. F    QuickTimeO
  15179. Dev.CD Jan 94P
  15180. Dev.CD Jan 9V
  15181. 68219X
  15182. Jan 94
  15183. b--set theItem to choose file -- uncomment to test in an AS editor
  15184.     tell application "Finder"
  15185.         open item "Dev.CD Jan 94"
  15186.         activate
  15187.     end tell
  15188. on error errMsg number errNum
  15189.     --enter statements to perform when no records are found such as...
  15190.     display dialog "Sorry, the item you selected could not be found."
  15191.     return
  15192. end try
  15193. All Packages
  15194. F    QuickTimeO
  15195. Dev.CD Jan 94P
  15196. Dev.CD Jan 9V
  15197. 68220X
  15198. Jan 94
  15199. b--set theItem to choose file -- uncomment to test in an AS editor
  15200.     tell application "Finder"
  15201.         open item "Dev.CD Jan 94"
  15202.         activate
  15203.     end tell
  15204. on error errMsg number errNum
  15205.     --enter statements to perform when no records are found such as...
  15206.     display dialog "Sorry, the item you selected could not be found."
  15207.     return
  15208. end try
  15209. All Packages
  15210. F    QuickTimeO
  15211. Dev.CD Jan 94P
  15212. Dev.CD Jan 9V
  15213. 68221X
  15214. Jan 94
  15215. burned-in
  15216. e in your application
  15217. s scripts so that they can share handlers and global variables isn
  15218. t as difficult as you might think.
  15219. Balance of Power:  Tuning PowerPC Memory Usage by Dave Evans. Avoiding inadvertent cache thrashing is important for maximum performance.
  15220. Designing Applications for the Power Macintosh by Greg Robbins and Ron Avitzur. The power of the Power Macintosh means more than just faster spreadsheets.
  15221. Graphical Truffles: A Cool QuickDraw GX Clipping Effect by Pete (
  15222. exander. A stroll through a snippet of code that demonstrates some fancy clipping.
  15223. Somewhere in QuickTime: Media Capture Using the Sequence Grabber by John Wang and Fernando Urbina. The sequence grabber component supports capture of any media type. Here
  15224. s how to use it.
  15225. JBdevelop Issue 19
  15226. develop Issue 19 code
  15227. develop Issue 19 referencesK
  15228. Vol IIIL
  15229. Jun 95OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  15230. codes
  15231. codewarrior
  15232. collation
  15233. collection
  15234. color
  15235. color
  15236. controls
  15237. window
  15238. table
  15239. color
  15240. picker
  15241. 2.1.1
  15242. color2index
  15243. colorsync
  15244. mber errNum
  15245.     --enter statements to perform when no records are found such as...
  15246.     display dialog "Sorry, the item you selected could not be found."
  15247.     return
  15248. end try
  15249. e    No ChangefiOpen Transport
  15250. AppleTalk
  15251. Printer Access Protocol
  15252. handoff endpoints
  15253. AppleTalk Transaction Protocol
  15254. Dev.CD May 00 TC
  15255. =D!All Packages
  15256. Tool Chest Edition
  15257. OT Server Sample 1.0.1
  15258.     y.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  15259. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  15260. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  15261. All Packages
  15262. System Enabler 065 (LC 575)O
  15263. Dev.CD Apr 94
  15264. Dev.CD Jan 94P
  15265. Dev.CD Apr 94
  15266. Dev.CD Jan 9V
  15267. 68531X
  15268. Apr 94
  15269. p--set theItem to choose file -- uncomment to test in an AS editor
  15270.     tell application "Finder"
  15271.         open item "Dev.CD Apr 94
  15272. Dev.CD Jan 94"
  15273.         activate
  15274.     end tell
  15275. on error errMsg number errNum
  15276.     --enter statements to perform when no records are found such as...
  15277.     display dialog "Sorry, the item you selected could not be found."
  15278.     return
  15279. end try
  15280. All Packages
  15281. System Enabler 065 (LC 575)O
  15282. Dev.CD Apr 94
  15283. Dev.CD Jan 94P
  15284. Dev.CD Apr 94
  15285. Dev.CD Jan 9V
  15286. 68532X
  15287. Apr 94
  15288. lisez-moi
  15289. lispj
  15290. listd
  15291. buttons
  15292. devices
  15293. directional
  15294. elements
  15295. x-axes
  15296. listedx
  15297. listen
  15298. listen/accept
  15299. listeners
  15300. listening
  15301. listindialog
  15302. listinga
  15303. listingsj
  15304. lists
  15305. literature
  15306. little
  15307. little-known
  15308. living
  15309. locations
  15310. locator
  15311. lock/unlock
  15312. locking
  15313. loggingY
  15314. logicz
  15315. login
  15316. 7200x
  15317. 73007200/1207200/906
  15318. 730513255
  15319. 7500x
  15320. 750203540
  15321. 7600x
  15322. 7editN
  15323. 8-bit
  15324. 8.0.1
  15325. 8.1.2
  15326. 8.3.4
  15327. 8.4.1
  15328. 8.5.1
  15329. 80486
  15330. 8100x
  15331. 8100/807500/100
  15332. 8500x
  15333. 8500/1808500/1208100
  15334. 8859-15
  15335. 8859-3
  15336. 8859-4
  15337. powerbook
  15338. primer
  15339. PbDev.CD Sep 97 RL
  15340.  - Technical Documentation
  15341.  - Toolbox Assistant
  15342.  - QuickView Databases-Standalone
  15343. 2bufrecord&play
  15344. 2bufrecordbuffercmd
  15345. 2bufrecordsndplay
  15346. 3.0.14
  15347. 3.0.15
  15348. 3.0.1d3
  15349. 3.0.2
  15350. 3.2.1
  15351. 3.2.3
  15352. 3.6.5
  15353. 32-bit
  15354. 32x32
  15355. 350000
  15356. 366-mhz
  15357. 38400/8/n/1
  15358. 3d-partyj
  15359. 3d-thej
  15360. 4-character
  15361. Updatedo)http://developer.apple.com/sdk/index.htmlq
  15362. Dev.CD Jun 00 RL Disk 1
  15363. )D!All Packages
  15364. Tool Chest Edition
  15365. UniversalHIDModuleTestI
  15366. Sample Code.imgK
  15367. Feb 00M
  15368. Dev.CD May 00 TC:Sample Code:P
  15369. Dev.CD May 00 TC
  15370.  - Sample CodeV
  15371. 68730X
  15372. May 00^
  15373. r--set theItem to choose file -- uncomment to test in an AS editor
  15374.     tell application "Finder"
  15375.         open item "Dev.CD May 00 TC:Sample Code:"
  15376.         activate
  15377.     end tell
  15378. on error errMsg number errNum
  15379.     --enter statements to perform when no records are found such as...
  15380.     display dialog "Sorry, the item you selected could not be found."
  15381.     return
  15382. end try
  15383. e    No Changeq
  15384. Dev.CD May 00 TC
  15385. *D!All Packages
  15386. Tool Chest Edition
  15387. UnmountIt 1.2
  15388. quickdraw
  15389. enables
  15390. computer
  15391. display
  15392. three-dimensio
  15393. Appearance & CMM SDK 1.0.2:PMDev.CD Apr 98 SDK1
  15394.  - Development Kits (Disc 1)
  15395.  - Appearance & CMM SDK 1.0.2able parameters are held in the resource fork. ResEdit templates and "Types.r" fragments are included to make the resource work friendly.
  15396. Hardware tools.imgK
  15397. Vol XIMbNormal Macs, System 6.0.7 or better. Works well on system 7 but there is no Apple event awareness.O?Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD May 00 TC
  15398.  - Tool Chest
  15399.  - Testing & Debugging
  15400.  - Hardware toolsdware
  15401. snippets
  15402. interapplication
  15403. communication
  15404. snippets
  15405. memory
  15406. snippets
  15407. networking
  15408. snippets
  15409. utilities
  15410. snippets
  15411. printing
  15412. snippets
  15413. processes
  15414. source
  15415. sources
  15416. spooler
  15417. stack
  15418. standardsw
  15419. starter
  15420. stream
  15421. strip
  15422. styleu
  15423. success
  15424. suite
  15425. suitesm
  15426. super
  15427. survey
  15428. r--set theItem to choose file -- uncomment to test in an AS editor
  15429.     tell application "Finder"
  15430.         open item "Dev.CD May 00 TC:Sample Code:"
  15431.         activate
  15432.     end tell
  15433. on error errMsg number errNum
  15434.     --enter statements to perform when no records are found such as...
  15435.     display dialog "Sorry, the item you selected could not be found."
  15436.     return
  15437. end try
  15438. e    No Changef@Open Transport
  15439. serial port
  15440. registry
  15441. OTGetUserPortNameFromPortRefq
  15442. Dev.CD May 00 TC
  15443. DD!All Packages
  15444. Tool Chest Edition
  15445. F    OTLLCTest
  15446.     .0 resources on system 6.0.x machines. 
  15447. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  15448. NOTE:  Developers should do all new development with Open Transport where possible.
  15449. Aug 93L
  15450. Summary: This is the electronic version of develop magazine.
  15451.  Issue 14 highlights:
  15452. Writing Localizable Applications  by Joseph Ternasky and Bryan K. (
  15453. Beaker
  15454. ) Ressler.   Some real-world tips and tricks demonstrating 
  15455. global-aware
  15456.  text-handling techniques that will help you write more localizable applications.
  15457. 3-D Rotation Using a 2-D Input Device  by Michael Chen.   A user interface technique for intuitive rotation of 3-D objects using a 2-D input device like a mouse or pen.
  15458. Video D
  15459. igitizing Under QuickTime  by Casey King and Gary Woodcock.   Whether you
  15460. re developing a video digitizer, writing an application to control one, or just curious about how it all works, this will tell you what you need to know.
  15461. Making Better QuickTime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  15462. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  15463. s color matching technology.
  15464. Graphical Truffles: Four Common
  15465. betaBase
  15466. Summary:  betaBase is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  15467. Features:
  15468.  lists all of the current System Software and Macintosh Systems
  15469.  handles more than one user at a time
  15470.  password capability
  15471.  easition
  15472. Installer SDK 1.2.3
  15473. Dev.CD May 00 TC
  15474. D!All Packages
  15475. Tool Chest Edition
  15476. MPW etc.
  15477.     uding setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.J
  15478. Debug Extensions
  15479. DrawSprocket 1.7.pdf
  15480. DrawSprocket Read Me
  15481. DrawSprocket Release Notes
  15482. DrawSprocketLib
  15483. DSp Debugging Tips
  15484. Interfaces&Libraries
  15485. Licensing Info folderL
  15486. May 00Development Kits:Mac OS:DrawSprocket SDK:V
  15487. 61584X
  15488. Updated
  15489. Dev.CD Apr 9V
  15490. 68568X
  15491. Apr 93
  15492. b--set theItem to choose file -- uncomment to test in an AS editor
  15493.     tell application "Finder"
  15494.         open item "Dev.CD Apr 93"
  15495.         activate
  15496.     end tell
  15497. on error errMsg number errNum
  15498.     --enter statements to perform when no records are found such as...
  15499.     display dialog "Sorry, the item you selected could not be found."
  15500.     return
  15501. end try
  15502. All Packages
  15503. System Enabler 111 (PB 160/180)O
  15504. Dev.CD Apr 93P
  15505. Dev.CD Apr 9V
  15506. 68569X
  15507. Apr 93
  15508. b--set theItem to choose file -- uncomment to test in an AS editor
  15509.     tell application "Finder"
  15510.         open item "Dev.CD Apr 93"
  15511.         activate
  15512.     end tell
  15513. on error errMsg number errNum
  15514.     --enter statements to perform when no records are found such as...
  15515.     display dialog "Sorry, the item you selected could not be found."
  15516.     return
  15517. end try
  15518. All Packages
  15519. System Enabler 111 (PB 160/180)O
  15520. Dev.CD Apr 93P
  15521. Dev.CD Apr 9V
  15522. 68570X
  15523. Apr 93
  15524. elease
  15525. venera
  15526. you how to create and manipulate the fundamental geometric shapes of QuickDraw GX to generate a vast range of graphics entities.  It also shows you how to work with bitmaps and pictures, specialized QuickDrax GX graphic shapes.
  15527. QuickDraw GX Objects
  15528. This book gets you started in understanding how to work with QuickDraw GX and how to create the objects that underlie all of its capabilities.  It focuses on the object architecture as a whole, and how to use the objects that make up a QuickDra
  15529. w GX shape: the shape object, the style object, the ink object, and the transform object.
  15530. QuickDraw GX Printing
  15531. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  15532. QuickDraw GX Printing Extensions and Drivers
  15533. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  15534. WP!Dev.CD Jun 97 SSW
  15535. Dev.CD Dec 96 SV
  15536. 68264X
  15537. Jun 97
  15538. w--set theItem to choose file -- uncomment to test in an AS editor
  15539.     tell application "Finder"
  15540.         open item "Dev.CD Jun 97 SSW
  15541. Dev.CD Dec 96 SE"
  15542.         activate
  15543.     end tell
  15544. on error errMsg number errNum
  15545.     --enter statements to perform when no records are found such as...
  15546.     display dialog "Sorry, the item you selected could not be found."
  15547.     return
  15548. end try
  15549. All Packages
  15550. F    QuickTimeO"Dev.CD Jun 97 SSW
  15551. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  15552. Dev.CD Dec 96 SV
  15553. 68265X
  15554. Jun 97
  15555. w--set theItem to choose file -- uncomment to test in an AS editor
  15556.     tell application "Finder"
  15557.         open item "Dev.CD Jun 97 SSW
  15558. Dev.CD Dec 96 SE"
  15559.         activate
  15560.     end tell
  15561. on error errMsg number errNum
  15562.     --enter statements to perform when no records are found such as...
  15563.     display dialog "Sorry, the item you selected could not be found."
  15564.     return
  15565. end try
  15566. All Packages
  15567. F    QuickTimeV
  15568. 68266X
  15569. ughts on what makes a well implemented preferences file, and a library to help.
  15570. Somewhere in QuickTime: Basic Movie Playback Support  by Peter Hoddie.  Some common problems to avoid, with special attention to compatibility with future releases.
  15571. Graphical Truffles:  The Debugging Version of QuickDraw GX  by Pete (
  15572. ) Alexander.  How to take advantage of the debugging version during development, along with news about a few changes.
  15573. Balance of Power: Enhancing PowerPC Native Speed  by D
  15574. Dave Evans.  Coding tips for getting the most speed out of the PowerPC processor. 
  15575. History of the Dogcow, Part 2 by Mark (
  15576. The Red
  15577. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  15578. J&develop Issue 18
  15579. develop Issue 18 codeK
  15580. Vol IIIL
  15581. Jun 95OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Jun 00 RL Disk 1
  15582.  - Technical Documentation
  15583.  - Develop
  15584.  - develop Issue 18
  15585. graphics
  15586. objects
  15587. printing
  15588. sequenceT
  15589. sequencegrabber
  15590. sequencers
  15591. sequences
  15592. sergeant
  15593. serial
  15594. seriesx
  15595. serious
  15596. serve
  15597. serverj
  15598. server's
  15599. serversS
  15600. serves
  15601. serviceU
  15602. services
  15603. set-top
  15604. setdeskcpat
  15605. setdialogdefaultitem
  15606. setenv
  15607. setgworld
  15608. setindstring
  15609. 67734X
  15610. Sept 9^
  15611. --set theItem to choose file -- uncomment to test in an AS editor
  15612.     tell application "Finder"
  15613.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  7:"
  15614.         activate
  15615.     end tell
  15616. on error errMsg number errNum
  15617.     --enter statements to perform when no records are found such as...
  15618.     display dialog "Sorry, the item you selected could not be found."
  15619.     return
  15620. end try
  15621. Deletedq
  15622. Dev.CD Sept 96 RL
  15623. FD(All Packages
  15624. Reference Library Edition
  15625. develop Issue  8
  15626. p--set theItem to choose file -- uncomment to test in an AS editor
  15627.     tell application "Finder"
  15628.         open item "Dev.CD Jul 93
  15629. Dev.CD Apr 93"
  15630.         activate
  15631.     end tell
  15632. on error errMsg number errNum
  15633.     --enter statements to perform when no records are found such as...
  15634.     display dialog "Sorry, the item you selected could not be found."
  15635.     return
  15636. end try
  15637. All Packages
  15638. F    QuickTimeO
  15639. Dev.CD Jul 93
  15640. Dev.CD Apr 93V
  15641. 67016X
  15642. language
  15643. F(Snippets - Development Tools & Languages
  15644. (** = new, * = revised)
  15645. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  15646. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  15647. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  15648. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),l Chest Edition
  15649. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J
  15650. Sample Code.imgK
  15651. Feb 00
  15652. - Common
  15653.     - Sun Compliant Java Runtime Environment 1.1
  15654.     - QuickTime 3 
  15655.     - QTJava.zip
  15656.     - QTJava media samples
  15657. - Mac OS:
  15658.     - System 8 or later
  15659.     - Macintosh Runtime for Java (MRJ) 2.1
  15660. - Windows 95, 98, or NT::
  15661.     - JRE/JDK from Sun Microsystems, Inc. recommended
  15662. QuickTime, Java, MRJ
  15663. 67761X
  15664. Nov 99^
  15665. --set theItem to choose file -- uncomment to test in an AS editor
  15666.     tell application "Finder"
  15667.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  15668. PS 1.1.3:"
  15669.         activate
  15670.     end tell
  15671. on error errMsg number errNum
  15672.     --enter statements to perform when no records are found such as...
  15673.     display dialog "Sorry, the item you selected could not be found."
  15674.     return
  15675. end try
  15676. Deletedq
  15677. Dev.CD Nov 99 TC
  15678. aD(All Packages
  15679. Reference Library Edition
  15680. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  15681. About DropDisk
  15682. DropDiskK
  15683. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  15684.  - Utilities
  15685.  - DropDisk 1.0b5V
  15686. 67762X
  15687. Dec 99^
  15688. JbApple Guide 2.1.1
  15689. Apple Guide 2.1.1 Read Me First
  15690. Authoring
  15691. Engineering
  15692. Goodies
  15693. Japanese ResourcesK
  15694. Dec 95L
  15695. Jul 97M
  15696. MacOS 7.0 or greater.O7Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Guide:lbox
  15697. imaging[
  15698. r--set theItem to choose file -- uncomment to test in an AS editor
  15699.     tell application "Finder"
  15700.         open item "Dev.CD May 00 TC:Sample Code:"
  15701.         activate
  15702.     end tell
  15703. on error errMsg number errNum
  15704.     --enter statements to perform when no records are found such as...
  15705.     display dialog "Sorry, the item you selected could not be found."
  15706.     return
  15707. end try
  15708. could not be found."
  15709.     return
  15710. end try
  15711. e    No Changeq
  15712. Dev.CD May 00 TC
  15713. D!All Packages
  15714. Tool Chest Edition
  15715. he purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  15716. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Thr Flexibility: Th
  15717. The SampleFilter PostScript Output Filter for LaserWriter 8.7 demonstrates:
  15718.   1) how to obtain data from the collection passed from the print dialog
  15719.   2) how to insert data into the output stream BEFORE a given subsection
  15720.   3) how to insert data into the output stream AFTER a given subsection
  15721.   4) how to remove data for a given subsection
  15722.   5) how to replace data for a given subsection
  15723.   6) how to detect a given page
  15724. The SectionReport filter generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  15725. Sample Code.imgK
  15726. Dec 99M
  15727. LaserWriter 8.7N
  15728. Printing, PostScript, FilterO
  15729. Dev.CD May 00 TC:Sample Code:P
  15730. Dev.CD May 00 TC
  15731.  - Sample Codeents to perform when no records are found such as...
  15732.     display dialog "Sorry, the item you selected could not be found."
  15733.     return
  15734. end try
  15735. All Packages
  15736. System Enabler 111 (PB 160/180)O
  15737. Dev.CD Apr 93V
  15738. 66114X
  15739. aslmv
  15740. apple
  15741. shared
  15742. library
  15743. manager
  15744. dynamic
  15745. libraryv
  15746. profiler
  15747. apple
  15748. systemx
  15749. assemblers
  15750. assembly
  15751. assistant
  15752. async
  15753. async
  15754. asynchronous
  15755. driver
  15756. table
  15757. flicker-free
  15758. flickers
  15759. flight-sim
  15760. flightsim
  15761. flipping
  15762. float-to-int
  15763. floating
  15764. flood
  15765. flookup
  15766. floor
  15767. floppies
  15768. floppy
  15769. flush
  15770. flushing
  15771. focus
  15772. focuses
  15773. folderR
  15774. folder
  15775. contents
  15776. follow
  15777. followed
  15778. following
  15779. follows
  15780. fonte
  15781. fonts
  15782. footprintg
  15783. s the full set of Traditional Chinese as well as Simplified Chinese, including Roman letters and numerals.
  15784. Unique Stroke Player shows correct way of writing Chinese characters.
  15785. CT-009-4436 (Inst 1)
  15786. CT-009-4437 (Inst 2)
  15787. CT-009-4438 (Inst 3)
  15788. CT-009-4439 (Inst 4)
  15789. CT-009-4440 (Inst 5)
  15790. CT-009-4441 (Inst 6)
  15791. CT-009-4442 (Inst 7)
  15792. CT-009-4443 (Inst 8)
  15793. CT-009-4444 (Inst 9)
  15794. Read Me First! SC
  15795. Read Me First! TCK
  15796. Nov 96L
  15797. May 97Mw68040 and above, any brand of tablet (connect via ADB port), System 7.1 or above with Chinese Language Kit 1.1 or aboveN<Chinese, handwriting, pen, input, keyboard, tablet, CHK, THYO;Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:P@Dev.CD Aug 97 TC
  15798.  - Language Kits
  15799.  - Chinese Handwriting Kit 1.0W
  15800. professionals
  15801. proficiency
  15802. proficient
  15803. xtedit
  15804. thread
  15805. timing
  15806. tokenQ
  15807. tokenizer
  15808. tokenizer
  15809. fcode
  15810. tokentalkQ
  15811. windows
  15812. world
  15813. 68702X
  15814. Jun 00^    RL Disk 2
  15815. --set theItem to choose file -- uncomment to test in an AS editor
  15816.     tell application "Finder"
  15817.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:java:"
  15818.         activate
  15819.     end tell
  15820. on error errMsg number errNum
  15821.     --enter statements to perform when no records are found such as...
  15822.     display dialog "Sorry, the item you selected could not be found."
  15823.     return
  15824. end try
  15825. e    No Change
  15826. QuickTime For Java
  15827. Yellow Box and Java
  15828. AppKit Reference
  15829. Enterprise Objects Framework
  15830. Foundation Reference
  15831. Java Tutorial
  15832. WebObjects and Java
  15833. Enterprise Objects Framework
  15834. Foundation Reference Java Client
  15835. Mac OS Runtime for Java
  15836. MRJ Toolkit
  15837. JManager
  15838. JDirect
  15839. JBindery
  15840. /A2http://developer.apple.com/techpubs/java/java.html
  15841. Dev.CD Jun 00 RL Disk 2
  15842. All Packages
  15843. Technical Publications: MacITSummary:
  15844. Collection of Inside Macintosh books and related programming documentation.
  15845. Mar 99
  15846. nts to 7 on an extended keyboard
  15847. s lights repeatedly until the Shift and Caps Lock keys are pressed, or until it receives a Quit Application Apple event.
  15848. ModifyMouseAccl:  ModifyMouseAccl demonstrates the use of the CursorDeviceManager to adjust the mouse acceleration setting for the standard Apple mouse.  This quick sample obtains the CDM record associated with the standard mouse, saves the acceleration settings, then replaces the settings with some custom values defined in the program. 
  15849.  There is the option to specify a tablet like setting, or one which makes the mouse extremely sensitive to movement.  Set the define NOACCLCURVE to the desired value.  A discussion of the acceleration resource is provided in the Space Aliens ADB Tech Note.
  15850. Once the new values are set, the program makes the CursorDeviceSetAcceleration call, to have the Cursor Device Manager calculate the new acceleration curves to be used by the cursor draw routine.  After waving the mouse around to see 
  15851. r--set theItem to choose file -- uncomment to test in an AS editor
  15852.     tell application "Finder"
  15853.         open item "Dev.CD May 00 TC:Sample Code:"
  15854.         activate
  15855.     end tell
  15856. on error errMsg number errNum
  15857.     --enter statements to perform when no records are found such as...
  15858.     display dialog "Sorry, the item you selected could not be found."
  15859.     return
  15860. end try
  15861. h as...
  15862.     display dialog "Sorry, the item you selected could not be found."
  15863.     return
  15864. end try
  15865. All Packages
  15866. F    PowerTalkO
  15867. Dev.CD Apr 95
  15868. Dev.CD Jan 95P
  15869. Dev.CD Apr 95
  15870. Dev.CD Jan 9V
  15871. 66813X
  15872. Apr 95
  15873. p--set theItem to choose file -- uncomment to test in an AS editor
  15874.     tell application "Finder"
  15875.         open item "Dev.CD Apr 95
  15876. Dev.CD Jan 95"
  15877.         activate
  15878.     end tell
  15879. on error errMsg number errNum
  15880.     --enter statements to perform when no records are found such as...
  15881.     display dialog "Sorry, the item you selected could not be found."
  15882.     return
  15883. end try
  15884. All Packages
  15885. vantage
  15886. variable
  15887. variables
  15888. variant
  15889. variants
  15890. variation
  15891. varietyb
  15892. various
  15893. vdig's
  15894. vdtextsample
  15895. vector
  15896. vectors
  15897. velocity
  15898. vendor
  15899. vendors
  15900. venerable
  15901. verbatim
  15902. verification
  15903. verified
  15904. verifier
  15905. verifies
  15906. verify]
  15907. verifying
  15908. verilog
  15909. versus
  15910. verticalj
  15911. vertigo
  15912. veryN
  15913. veteran
  15914. video
  15915. viewX
  15916. viewed
  15917. viewer
  15918. This demo program shows the introspection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.J
  15919. Sample Code.imgK
  15920. Feb 00
  15921. - Common
  15922.     - Sun Compliant Java Runtime Environment 1.1
  15923.     - QuickTime 3 
  15924.     - QTJava.zip
  15925.     - QTJava media samples
  15926. - Mac OS:
  15927.     - System 8 or later
  15928.     - Macintosh Runtime for Java (MRJ) 2.1
  15929. - Windows 95, 98, or NT::
  15930.     - JRE/JDK from Sun Microsystems, Inc. recommended
  15931. QuickTime, Java, MRJO
  15932. Dev.CD May 00 TC:Sample Code:P
  15933. Dev.CD May 00 TC
  15934.  - Sample CodeV
  15935. 67946X
  15936. May 00^
  15937. r--set theItem to choose file -- uncomment to test in an AS editor
  15938.     tell application "Finder"
  15939.         open item "Dev.CD May 00 TC:Sample Code:"
  15940.         activate
  15941.     end tell
  15942. on error errMsg number errNum
  15943.     --enter statements to perform when no records are found such as...
  15944.     display dialog "Sorry, the item you selected could not be found."
  15945.     return
  15946. end try
  15947. e    No Changef
  15948. QuickTime
  15949. Dev.CD May 00 TC
  15950. IMPORTANT INFORMATION ABOUT THIS SDK
  15951. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  15952. http://www.apple.com/quicktime/.
  15953. QuickTime IC is an extension to the QuickTime system extension that abstracts applications from image capture devices such as the QuickTake 200. It is a modular architecture that provides opportunities for developers, as well as Apple, to provide additional benefit 
  15954. for users. 
  15955. For example, the QuickTake 200 comes with three components: 
  15956.  Camera Access application 
  15957.  QuickTime IC system extension 
  15958.  QuickTake 200 camera component 
  15959. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  15960. 68043X
  15961. Apr 95
  15962. p--set theItem to choose file -- uncomment to test in an AS editor
  15963.     tell application "Finder"
  15964.         open item "Dev.CD Apr 95
  15965. Dev.CD Jan 95"
  15966.         activate
  15967.     end tell
  15968. on error errMsg number errNum
  15969.     --enter statements to perform when no records are found such as...
  15970.     display dialog "Sorry, the item you selected could not be found."
  15971.     return
  15972. end try
  15973. All Packages
  15974. F    PowerTalkO
  15975. Dev.CD Apr 95P
  15976. Dev.CD Apr 9V
  15977. 68044X
  15978. Apr 95
  15979. b--set theItem to choose file -- uncomment to test in an AS editor
  15980.     tell application "Finder"
  15981.         open item "Dev.CD Apr 95"
  15982.         activate
  15983.     end tell
  15984. on error errMsg number errNum
  15985.     --enter statements to perform when no records are found such as...
  15986.     display dialog "Sorry, the item you selected could not be found."
  15987.     return
  15988. end try
  15989. All Packages
  15990. F    PowerTalkO
  15991. Dev.CD Apr 95P
  15992. Dev.CD Apr 9V
  15993. 68045X
  15994. Apr 95
  15995. enable
  15996. mouse
  15997. keyboard
  15998. enable
  15999. speech
  16000. - Common
  16001.     - Sun Compliant Java Runtime Environment 1.1
  16002.     - QuickTime 3 
  16003.     - QTJava.zip
  16004.     - QTJava media samples
  16005. - Mac OS:
  16006.     - System 8 or later
  16007.     - Macintosh Runtime for Java (MRJ) 2.1
  16008. - Windows 95, 98, or NT::
  16009.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16010. QuickTime, Java, MRJ how to use the Script Manager and KCHRs to call KeyTrans.
  16011. RequiredFinderColors:  Under system 7, the finder requies certain colors for the desktop icons to be displayed in their color versions. This snip
  16012. pet shows which colors are needed in the system color table.
  16013. ROMResourceDump 1.0d1:  This little utility copies all of the resources in the Macintosh's ROM into a file called "ROM Resource Dump File".  This is useful for the insanely curious, those with a professional "need to know" (like DTS engineers), and as a trivial Resource Manager sample.
  16014. Scrap Parsing:  An example of how to parse the scrap in memory.
  16015. SetIndString:  This C function takes the same parameters as GetIndString but do
  16016. 3-032
  16017. --set theItem to choose file -- uncomment to test in an AS editor
  16018.     tell application "Finder"
  16019.         open item "Dev.CD Apr 94
  16020. Dev.CD Jan 94
  16021. Dev.CD Oct 93
  16022. Dev.CD Jul 93
  16023. Dev.CD Apr 93"
  16024.         activate
  16025.     end tell
  16026. on error errMsg number errNum
  16027.     --enter statements to perform when no records are found such as...
  16028.     display dialog "Sorry, the item you selected could not be found."
  16029.     return
  16030. end try
  16031. csmp-digest-v3-099
  16032. csmp-digest-v3-100
  16033. csmp-digest-v3-101
  16034. csmp-digest-v
  16035. 3-102
  16036. csmp-digest-v3-103
  16037. csmp-digest-v3-104
  16038. csmp-digest-v3-105
  16039. csmp-digest-v3-106
  16040. csmp-digest-v3-107
  16041. csmp-digest-v3-108
  16042. csmp-digest-v3-109
  16043. csmp-digest-v3-110
  16044. csmp-digest-v3-111
  16045. csmp-digest-v3-112
  16046. csmp-digest-v3-113
  16047. csmp-digest-v3-114
  16048. csmp-digest-v3-115
  16049. csmp-digest-v3-116
  16050. csmp-digest-v3-117
  16051. csmp-digest-v3-118
  16052. csmp-digest-v3-119
  16053. csmp-digest-v3-120
  16054. csmp-digest-v3-121
  16055. csmp-digest-v3-122
  16056. csmp-digest-v3-123
  16057. csmp-digest-v3-125
  16058. csmp-digest-v3-126
  16059. csmp-digest-v3-127
  16060. csmp-digest-v3-128
  16061. csmp-digest-v
  16062. 68701X
  16063. Jun 00^    RL Disk 2
  16064. --set theItem to choose file -- uncomment to test in an AS editor
  16065.     tell application "Finder"
  16066.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:hardware:"
  16067.         activate
  16068.     end tell
  16069. on error errMsg number errNum
  16070.     --enter statements to perform when no records are found such as...
  16071.     display dialog "Sorry, the item you selected could not be found."
  16072.     return
  16073. end try
  16074. e    No Changef
  16075. Developer Notes
  16076. Hardware
  16077. Technical Publications
  16078. iBook
  16079. Power Macintosh
  16080. PowerBooks
  16081. Servers
  16082. Device Managers and Drivers
  16083. Updates
  16084. Printers
  16085. Desktops
  16086. Portables
  16087. /A;http://developer.apple.com/techpubs/hardware/hardware.html
  16088. Dev.CD Jun 00 RL Disk 2
  16089. All Packages
  16090. Technical Publications: Java
  16091. 68702X
  16092. f--set theItem to choose file -- uncomment to test in an AS editor
  16093.     tell application "Finder"
  16094.         open item "Dev.CD Jul 96 SSW"
  16095.         activate
  16096.     end tell
  16097. on error errMsg number errNum
  16098.     --enter statements to perform when no records are found such as...
  16099.     display dialog "Sorry, the item you selected could not be found."
  16100.     return
  16101. end try
  16102. you selected could not be found."
  16103.     return
  16104. end try
  16105. capabilities of QuickDraw GX, you
  16106. ll be able to add powerful, diff
  16107. erentiating new features to your products faster than ever before.
  16108. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  16109.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  16110.  GX - Read Me First".
  16111.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  16112. and/oro
  16113. anderson
  16114. angles
  16115. animated
  16116. animation
  16117. animatorsj
  16118. anniversay
  16119. annotated
  16120. annotations
  16121. announcementj
  16122. announcingj
  16123. annoying
  16124. anonymous
  16125. anotherB
  16126. answer
  16127. answering
  16128. answering-machines
  16129. answers
  16130. anti-viral
  16131. antlr
  16132. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  16133. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  16134. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  16135. Mac Graphics Primer 2K
  16136. Vol IIIL
  16137. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  16138.  - Tool Chest
  16139.  - QuickDraw
  16140.  - Mac Graphics Primer se is the only target language in this release.
  16141. Language Analysis SDK.imgK
  16142. Jan 99M#MacOS 8.5 Japanese version or newerNvLanguage, Analysis, Language Analysis Architecture, Japanese, morpheme, Dictionary Manager, Analysis, Language ManagerOADev.CD Apr 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:sport/ppp
  16143. connections
  16144. connectivity
  16145. connectix
  16146. connectors
  16147. conrad
  16148. considerg
  16149. considerable
  16150. consideration
  16151. considerationsg
  16152. consideredg
  16153. consideringg
  16154. consistencyd
  16155. consistento
  16156. consisting
  16157. consists_
  16158. console
  16159. consolideted
  16160. constant
  16161. constantly
  16162. constants[
  16163. constitute
  16164. constrained
  16165. constrains
  16166. constraints
  16167. construct
  16168. constructing
  16169. construction
  16170. constructs
  16171. consult
  16172. consumer
  16173. consumers
  16174. contactb
  16175. nderevents
  16176. release
  16177. notes
  16178. findeverything
  16179. findeverything
  16180. findfolder
  16181. findfolder
  16182. findhammerhead
  16183. findhammerhead
  16184. findlurkers
  16185. findtag
  16186. findtag
  16187. manual
  16188. findtag
  16189. manual
  16190. Dev.CD May 00 TC
  16191.  - Sample CodeV
  16192. 67927X
  16193. May 00^
  16194. r--set theItem to choose file -- uncomment to test in an AS editor
  16195.     tell application "Finder"
  16196.         open item "Dev.CD May 00 TC:Sample Code:"
  16197.         activate
  16198.     end tell
  16199. on error errMsg number errNum
  16200.     --enter statements to perform when no records are found such as...
  16201.     display dialog "Sorry, the item you selected could not be found."
  16202.     return
  16203. end try
  16204. e    No ChangefHhigh level
  16205. toolbox
  16206. MoreFiles
  16207. MoreIsBetter
  16208. wrapper
  16209. library codeq
  16210. Dev.CD May 00 TC
  16211. D!All Packages
  16212. Tool Chest Edition
  16213. MoreNetworkSetup
  16214. uThis sample includes two source code libraries which provide simplified access to Network Setup. The first, MoreNetworkSetup, is a simple wrapper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  16215. Sample Code.img
  16216. codeN
  16217. heralds
  16218. herej
  16219. here's
  16220. hersey
  16221. hewlett-packard
  16222. hidemenubar
  16223. hiding
  16224. hierarchical
  16225. hifi-color
  16226. highg
  16227. high-end
  16228. high-leveld
  16229. high-performance
  16230. high-quality
  16231. high-visibility
  16232. higher
  16233. higher-quality
  16234. highest
  16235. highlighting
  16236. highlightsj
  16237. highly
  16238. highly-successful
  16239. hilighted
  16240. hilite
  16241. hindi
  16242. r--set theItem to choose file -- uncomment to test in an AS editor
  16243.     tell application "Finder"
  16244.         open item "Dev.CD May 00 TC:Sample Code:"
  16245.         activate
  16246.     end tell
  16247. on error errMsg number errNum
  16248.     --enter statements to perform when no records are found such as...
  16249.     display dialog "Sorry, the item you selected could not be found."
  16250.     return
  16251. end try
  16252. general-purpose
  16253. generally
  16254. generate
  16255. generated
  16256. generatesn
  16257. generating
  16258. generation
  16259. generator
  16260. generators
  16261. generic
  16262. generically
  16263. genericness
  16264. geometric
  16265. geometries
  16266. geoportj
  16267. german
  16268. germany
  16269. gestaltB
  16270. gestaltnativecputype
  16271. gestalttable
  16272. gestaltvalue
  16273. events
  16274. needs
  16275. events
  16276. get1resource
  16277. getadevtype
  16278. getdctlentry
  16279. getdraghilitecolor
  16280. getfinfo
  16281. getindstring
  16282. getinfo
  16283. CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  16284.  - Programs & MarketingV
  16285. 65541X
  16286. May 98^
  16287. This snippet shows the steps necessary to implement a scrolling, editable text field in a modal dialog.
  16288. Modeless Dialog Sample:  A sample application showing how to implement a modeless dialog  with a couple of controls. Compiles with the PowerPC Universal interfaces for both 68K and PowerPC applications, which you can get from a Developer CD or AppleLink.
  16289. MovableModal:  A small sample showing one way of implementing Movable Modal dialogs in a 7.0 or later application.
  16290. NoResDialog:  OK,
  16291.  so despite all your planning, you still think you may need to create dialogs on the fly , without having any resource templates available for the DITL. This small sample creates a dialog with an OK button witha border around it, all with in-memory data structures. Just look at the function NoResDialog(...), and you'll see.
  16292. NoSound:  This small app, placed in your Startup Items folder,  quiets the startup sound by installing a Shutdown procedure that saves the current volume setting and s
  16293. The Installer SDK provides documentation and examples to help developers and administrators take advantage of Apple installation tools.
  16294. Version 1.2.3 of the SDK includes released versions of Upgrader (1.2.3) and Installer Engine (4.5.2).  We also include the shipping version of Installer 4.0.8.
  16295. This SDK is split into two folders: Upgrader and its engines, and old Installer 4.0.8.  Upgrader in conjunction with Installer Engine or ASR will replace the old Instaler 4.0.X application as Appl
  16296. s primary installation user experience.  Most Installer scripts written for Installer 4.0.X can be used with Upgrader and Installer Engine, so switching should be easy for most of you.
  16297. Installer
  16298. Note:  Some items are pre-release versions and cannot be licensed for distribution.  They are clearly marked as such.  It is should be understood that these items may have some bugs.
  16299. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  16300. st projects, this project was implemented under time constraints. There may be better methods available to you depending on your needs and the available time.
  16301. Sample Code.imgK
  16302. Jul 96N
  16303. Live Scroll, Dynamic ScrollingO
  16304. Dev.CD May 00 TC:Sample Code:P
  16305. Dev.CD May 00 TC
  16306.  - Sample Codeactivate
  16307.     end tell
  16308. on error errMsg number errNum
  16309.     --enter statements to perform when no records are found such as...
  16310.     display dialog "Sorry, the item you selected could not be found."
  16311.     return
  16312. end try
  16313. e    No Changef%LaserWriter 8
  16314. custom hose
  16315. IrDA sampleq
  16316. Dev.CD May 00 TC
  16317. D(All Packages
  16318. Reference Library Edition
  16319. Mac Application Environment 2.0
  16320.     edback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  16321. Thanks for your feedback.
  16322. Regards,
  16323. Ricardo G
  16324. Sample Code.imgK
  16325. Nov 99M
  16326. PowerPlantNMcounter, windows, introduction, document, menu, modal dialog, printing, aboutO
  16327. Dev.CD May 00 TC:Sample Code:P
  16328. Dev.CD May 00 TC
  16329.  - Sample Code
  16330. tion with the provided port scanner. The sample code demonstrates techniques to 1. register a driver name so that the default PC Card port scanner registers a custom driver name to use instead of the auto generated name based on the device, and 2. how to keep the default scanner from registering the network card as an Ethernet device.
  16331. The sample project was created with MetroWerks CodeWarrior 4.0 with the Universal Interfaces and Libraries v3.2, and the Open Transport 2.0.1 DDK
  16332. To use th
  16333. e sample, a PowerBook 2400, 3400, or G3 series is required. The sample was tested with SSW 8.5 and OT 2.0.1 and may work with SSW 7.6.1 and OT 1.1.2.
  16334. The sample ethernet driver only supports a single PC Card. The sample could be rewritten to support multiple Ethernet PC Cards. The purpose of the sample was to demonstrate port registration for non-Ethernet network PC Cards.  The sample does not demonstrate the loading of support additional port scanners which the card may require, such as 
  16335. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  16336. SNMP, Network ManagementO=Dev.CD May 00 TC:Tool Chest:Networking:SNMP:SNMP Development:PHDev.CD May 00 TC
  16337.  - Tool Chest
  16338.  - Networking
  16339.  - SNMP
  16340.  - SNMP DevelopmentV
  16341. 68351X
  16342. May 00^
  16343. --set theItem to choose file -- uncomment to test in an AS editor
  16344.     tell application "Finder"
  16345.         open item "Dev.CD May 00 TC:Tool Chest:Networking:SNMP:SNMP Development:"
  16346.         activate
  16347.     end tell
  16348. on error errMsg number errNum
  16349.     --enter statements to perform when no records are found such as...
  16350.     display dialog "Sorry, the item you selected could not be found."
  16351.     return
  16352. end try
  16353. e    No Changef
  16354. Network Managementq
  16355. Dev.CD May 00 TC
  16356. D!All Packages
  16357. Mac OS SDK Edition
  16358. SOMobjects
  16359.  for Mac OS
  16360.     FilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  16361. ep 99
  16362. ?O5Dev.CD May 00 TC:Tool Chest:Toolbox:WindowPicker 1.1:P=Dev.CD May 00 TC
  16363.  - Tool Chest
  16364.  - Toolbox
  16365.  - WindowPicker 1.1V
  16366. 68752X
  16367. May 00^
  16368. --set theItem to choose file -- uncomment to test in an AS editor
  16369.     tell application "Finder"
  16370.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:WindowPicker 1.1:"
  16371.         activate
  16372.     end tell
  16373. on error errMsg number errNum
  16374.     --enter statements to perform when no records are found such as...
  16375.     display dialog "Sorry, the item you selected could not be found."
  16376.     return
  16377. end try
  16378. e    No Changeq
  16379. Dev.CD May 00 TC
  16380. @D!All Packages
  16381. Mac OS SDK Edition
  16382. Word Services SDK 1.0.8
  16383. accelerationO
  16384. acceleratorj
  16385. accent
  16386. accept
  16387. accepting
  16388. accepts
  16389. accesory
  16390. accessA
  16391. accessed
  16392. accesses
  16393. accessible
  16394. accessing
  16395. accessorb
  16396. acclaimed
  16397. accolades
  16398. accommodates
  16399. accompanied
  16400. accompanies
  16401. accompany
  16402. accompanying
  16403. accomplish
  16404. accomplished
  16405. accurately
  16406. print
  16407. image
  16408. scanned
  16409. accurately
  16410. print
  16411. image
  16412. viewed
  16413. monitor
  16414. acgis
  16415. achieve
  16416. achieved
  16417. acrobatZ
  16418. acrossZ
  16419. actionh
  16420. actionsh
  16421. activeo
  16422. hooper
  16423. hp-ux
  16424. htmlq
  16425. htmlrenderinglib
  16426. packages
  16427. htmlrenderinglib
  16428. human
  16429. S editor
  16430.     tell application "Finder"
  16431.         open item "Dev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:"
  16432.         activate
  16433.     end tell
  16434. on error errMsg number errNum
  16435.     --enter statements to perform when no records are found such as...
  16436.     display dialog "Sorry, the item you selected could not be found."
  16437.     return
  16438. end try
  16439. e    No Changeq
  16440. Dev.CD Jun 98 RL1
  16441. pD!All Packages
  16442. Tool Chest Edition
  16443. CD-ROM Validator 1.1IRSummary: Validator is a utility for testing for High Sierra/ISO 9660 compliance.  JBValidator 1.11
  16444. Validator documentation
  16445. Validator documentation.txtK
  16446. Vol IIIL
  16447. Vol VIIO@Dev.CD May 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:PKDev.CD May 00 TC
  16448.  - Tool Chest
  16449.  - Devices
  16450.  - CD-ROM
  16451.  - CD-ROM Validator 1.1V
  16452. 66415X
  16453. May 00^
  16454. williams
  16455. windoid
  16456. windowo
  16457. plug-in's
  16458. withinb
  16459. withoutg
  16460. won't
  16461. All Packages
  16462. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  16463. Dev.CD Jan 94
  16464. Dev.CD Oct 93
  16465. Dev.CD Aug 93P6Dev.CD Apr 94
  16466. Dev.CD Jan 94
  16467. Dev.CD Oct 93
  16468. Dev.CD Aug 9V
  16469. 68512X
  16470. Apr 94
  16471. --set theItem to choose file -- uncomment to test in an AS editor
  16472.     tell application "Finder"
  16473.         open item "Dev.CD Apr 94
  16474. Dev.CD Jan 94
  16475. Dev.CD Oct 93
  16476. Dev.CD Aug 93"
  16477.         activate
  16478.     end tell
  16479. on error errMsg number errNum
  16480.     --enter statements to perform when no records are found such as...
  16481.     display dialog "Sorry, the item you selected could not be found."
  16482.     return
  16483. end try
  16484. All Packages
  16485. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  16486. Dev.CD Jan 94
  16487. Dev.CD Oct 93
  16488. Dev.CD Jul 93
  16489. Dev.CD Apr 93PDDev.CD Apr 94
  16490. Dev.CD Jan 94
  16491. Dev.CD Oct 93
  16492. Dev.CD Jul 93
  16493. Dev.CD Apr 9V
  16494. 68513X
  16495. Apr 94
  16496. f -1.
  16497. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  16498. e    No Changeq
  16499. Dev.CD May 00 TC
  16500. D!All Packages
  16501. Tool Chest Edition
  16502. LFSR Verilog CAD Tool
  16503. Summary: Data for a linear feedback shift register is entered through a dialog and produces a Verilog HDL module of a linear feedback shift register.  A CAD tool for hardware ASIC/FPGA developers. 
  16504. Features:
  16505. Used for training and using Verilog HDL. 
  16506. Produces test code for module. 
  16507. Calculates LFSR seed value. LFSR used for counters, prescalers, FIFO address generators,  random number generators and CRC checkers. 
  16508. Issues:
  16509. Doesn't open documents properly.
  16510. J.Horiz Count
  16511. Large Count
  16512. Readme
  16513. Vert CountK
  16514. Aug 93M=System 7.0 with 512Kbyte code. 
  16515. Color preferred not necessaryN
  16516. CAD/CAM, ASIC DesignOGDev.CD May 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD May 00 TC
  16517.  - Tool Chest
  16518.  - Hardware
  16519.  - Misc. Tools
  16520.  - LFSR Verilog CAD ToolV
  16521. 67872X
  16522. May 00^
  16523. #ver, PCI driver, ndrvO
  16524. Dev.CD May 00 TC:Sample Code:P
  16525. Dev.CD May 00 TC
  16526.  - Sample CodeV
  16527. 61835X
  16528. May 00^
  16529. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  16530. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  16531. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  16532. the Mac OS file system.
  16533. Sample Code.imgK
  16534. Nov 99M0Optimization Strategies for the Mac OS Technote.N4Optimization, buffered file system, cache, cachelineO
  16535. Dev.CD May 00 TC:Sample Code:P
  16536. Dev.CD May 00 TC
  16537.  - Sample Codestored in the System's 'wctb' resource.  Note that this app is 7.0 only, since it only recognizes the 7.0 version of the resource.
  16538. ZoomWindow:  Demonstrates how to properly zoom a window. It gives attractive results with most WDEFs because it uses the window
  16539. s structure
  16540. summary
  16541. software
  16542. apple
  16543. macintosh
  16544. displayO
  16545. summary
  16546. latest
  16547. version
  16548. shimmermate
  16549. names
  16550. summary
  16551. package
  16552. contains
  16553. summary
  16554. package
  16555. contains
  16556. debugging
  16557. version
  16558. summary
  16559. package
  16560. contains
  16561. application
  16562. demonstrat
  16563. summary
  16564. package
  16565. helps
  16566. developers
  16567. implement
  16568. inline
  16569. input
  16570. summary
  16571. package
  16572. includes
  16573. draft
  16574. specifications
  16575. summary
  16576. package
  16577. apple
  16578. summary
  16579. package
  16580. provides
  16581. summary
  16582. package
  16583. provides
  16584. english
  16585. error
  16586. messages
  16587. ummary
  16588. sample
  16589. illustrates
  16590. determine
  16591. summary
  16592. sample
  16593. demonstrates
  16594. compress
  16595. decompr
  16596. summary
  16597. sample
  16598. demonstrates
  16599. write
  16600. simple
  16601. summary
  16602. sample
  16603. extracts
  16604. finder
  16605. strings
  16606. summary
  16607. support
  16608. quicktake
  16609. quicktake
  16610. 68340X
  16611. May 00^
  16612. r--set theItem to choose file -- uncomment to test in an AS editor
  16613.     tell application "Finder"
  16614.         open item "Dev.CD May 00 TC:Sample Code:"
  16615.         activate
  16616.     end tell
  16617. on error errMsg number errNum
  16618.     --enter statements to perform when no records are found such as...
  16619.     display dialog "Sorry, the item you selected could not be found."
  16620.     return
  16621. end try
  16622. e    No Changeq
  16623. Dev.CD May 00 TC
  16624. D!All Packages
  16625. Tool Chest Edition
  16626. Snippets - Networking
  16627. (** = new, * = revised)
  16628. ADSP Chat:  ADSP Chat is a sample application demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  16629. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  16630. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  16631. ATP W
  16632. packages
  16633. All Packages
  16634. QuickDraw GXO#Dev.CD Aug 96 TC
  16635. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  16636. Dev.CD Jan 96 SDKV
  16637. 68134X
  16638. Aug 96
  16639. x--set theItem to choose file -- uncomment to test in an AS editor
  16640.     tell application "Finder"
  16641.         open item "Dev.CD Aug 96 TC
  16642. Dev.CD Jan 96 SDK1"
  16643.         activate
  16644.     end tell
  16645. on error errMsg number errNum
  16646.     --enter statements to perform when no records are found such as...
  16647.     display dialog "Sorry, the item you selected could not be found."
  16648.     return
  16649. end try
  16650. All Packages
  16651. QuickDraw GXO#Dev.CD Aug 96 TC
  16652. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  16653. Dev.CD Jan 96 SDKV
  16654. 68135X
  16655. Aug 96
  16656. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  16657.     http://www.adobe.com/acrobat/register.html
  16658. To view the latest information
  16659. cfcomparisonresult
  16660. cfdata
  16661. cfdata
  16662. cfdictionary
  16663. cfdictionary
  16664. cfequal
  16665. cfhash
  16666. cfhashcode
  16667. cfindex
  16668. cfm-68k
  16669. cfoptionflags
  16670. cfpropertylist
  16671. cfpropertylist
  16672. cfrange
  16673. cfrelease
  16674. cfretain
  16675. cfset
  16676. cfset
  16677. cfstring
  16678. cfstring
  16679. cfstringencodingsext
  16680. cfstringencodingsext
  16681. cftree
  16682. cftree
  16683. cftype
  16684. cftypeid
  16685. character
  16686. character
  16687. encoding
  16688. character
  16689. characters
  16690. charset
  16691. chinese
  16692. chinese
  16693. language
  16694. traditional
  16695. simplified
  16696. choose
  16697. chooser
  16698. ciconhandle
  16699. class
  16700. classes
  16701. client
  16702. clock
  16703. clouseau
  16704. coach
  16705. coachmarks
  16706. loading
  16707. resource
  16708. codec
  16709. codes
  16710. depth
  16711. color
  16712. cursor
  16713. color
  16714. color
  16715. picker
  16716. 2.1.1
  16717. colorsync
  16718. OjDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:PuDev.CD Jan 98 SDK1
  16719.  - What's New
  16720.  - Technical Documentation
  16721.  - Interactive Media Resources
  16722.  - Killer Content WorkbookV
  16723. 67860X
  16724. Jan 98^
  16725. --set theItem to choose file -- uncomment to test in an AS editor
  16726.     tell application "Finder"
  16727.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:"
  16728.         activate
  16729.     end tell
  16730. on error errMsg number errNum
  16731.     --enter statements to perform when no records are found such as...
  16732.     display dialog "Sorry, the item you selected could not be found."
  16733.     return
  16734. end try
  16735. Deletedq
  16736. Dev.CD Jan 98 SDK1
  16737. All Packages
  16738. Korean Language KitO
  16739. Dev.CD May 97 TCP
  16740. Dev.CD May 97 TV
  16741. 67861X
  16742. May 97
  16743. rface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  16744. Jul 93V
  16745. 65348X
  16746. 1e    No Change
  16747. k at the new features and how to 
  16748. devsupport
  16749. devworld
  16750. diagnosep
  16751. diagramT
  16752. dialers
  16753. dialogY
  16754. dialogbits
  16755. dialogse
  16756. ctation
  16757. dictionaries
  16758. dictionary
  16759. didn't
  16760. dierks
  16761. differences
  16762. differento
  16763. differentiating
  16764. differentiation
  16765. differing
  16766. differs
  16767. difficult
  16768. difficulties
  16769. difficultyo
  16770. digest
  16771. digit
  16772. digital
  16773. digitizer
  16774. digitizers
  16775. All Packages
  16776. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16777. Dev.CD Jan 94
  16778. Dev.CD Oct 93
  16779. Dev.CD Jul 93
  16780. Dev.CD Apr 93PDDev.CD Apr 94
  16781. Dev.CD Jan 94
  16782. Dev.CD Oct 93
  16783. Dev.CD Jul 93
  16784. Dev.CD Apr 9V
  16785. 68460X
  16786. Apr 94
  16787. --set theItem to choose file -- uncomment to test in an AS editor
  16788.     tell application "Finder"
  16789.         open item "Dev.CD Apr 94
  16790. Dev.CD Jan 94
  16791. Dev.CD Oct 93
  16792. Dev.CD Jul 93
  16793. Dev.CD Apr 93"
  16794.         activate
  16795.     end tell
  16796. on error errMsg number errNum
  16797.     --enter statements to perform when no records are found such as...
  16798.     display dialog "Sorry, the item you selected could not be found."
  16799.     return
  16800. end try
  16801. All Packages
  16802. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16803. Dev.CD Jan 94
  16804. Dev.CD Oct 93
  16805. Dev.CD Jul 93
  16806. Dev.CD Apr 93PDDev.CD Apr 94
  16807. Dev.CD Jan 94
  16808. Dev.CD Oct 93
  16809. Dev.CD Jul 93
  16810. Dev.CD Apr 9V
  16811. 68461X
  16812. Apr 94
  16813. develop
  16814. issue
  16815. develop
  16816. issue
  16817. develop
  16818. issue
  16819. versionse
  16820. count
  16821. video
  16822. viewo
  16823. viewer
  16824. virtual
  16825. virtual
  16826. keycode
  16827. virtual
  16828. sphere
  16829. sample
  16830. virtual
  16831. tools
  16832. bit-depth
  16833. explnd
  16834. please
  16835. vu3.0.1d3B
  16836. vu3.0.1d3
  16837. vumeters
  16838. lltowalldialog
  16839. walltowalldialog
  16840. walltowalldialog
  16841. registration
  16842. animation
  16843. guide
  16844. webobjects
  16845. webobjects
  16846. database
  16847. webobjects
  16848. database
  16849. webobjects
  16850. webobjects
  16851. memory
  16852. webobjects
  16853. tools
  16854. techniques
  16855. webobjects36
  16856. webobjects36
  16857. adevs
  16858. adhere
  16859. adjust
  16860. adjustable
  16861. adjustments
  16862. admin
  16863. administrating
  16864. administration
  16865. administrator's
  16866. administrators
  16867. adobeZ
  16868. adobe's
  16869. adoptd
  16870. adopters
  16871. adopting
  16872. adoptiond
  16873. adoptsj
  16874. adorner
  16875. adorners
  16876. advance
  16877. advanced[
  16878. advantage
  16879. advantages
  16880. advent
  16881. adventures
  16882. advertisements
  16883. advertising
  16884. advice
  16885. advisable
  16886. ae/em
  16887. aecdev/aedeamon
  16888. aecoercion
  16889. aecoercioninit
  16890. aegestalt
  16891. aegizmos_
  16892. aerecordsn
  16893. aesenda
  16894. aete]
  16895. aetracker`
  16896. aeut^
  16897. aevta
  16898. affect
  16899. affected
  16900. affects
  16901. n-SCS
  16902. 67875X
  16903. May 00^
  16904. r--set theItem to choose file -- uncomment to test in an AS editor
  16905.     tell application "Finder"
  16906.         open item "Dev.CD May 00 TC:Sample Code:"
  16907.         activate
  16908.     end tell
  16909. on error errMsg number errNum
  16910.     --enter statements to perform when no records are found such as...
  16911.     display dialog "Sorry, the item you selected could not be found."
  16912.     return
  16913. end try
  16914. Movedf
  16915. Live Scroll
  16916. Dynamic Scrollingq
  16917. Dev.CD May 00 TC
  16918. D!All Packages
  16919. Tool Chest Edition
  16920. Load PCI DriverI
  16921. Summary: Load PCI Driver is a utitity for PCI driver writers. It lets you load and unload 'ndrv' without having to restart.
  16922. Allows you to load a Native PCI  driver ('ndrv') without having to restart. Very useful when debugging your native driver.J
  16923. Sample Code.imgK
  16924. Sep 97M
  16925. PowerPC PCI based MacintoshN
  16926. PCI ndrv driver loaderO
  16927. Dev.CD May 00 TC:Sample Code:P
  16928. Dev.CD May 00 TC
  16929.  - Sample CodeV
  16930. 67876X
  16931. May 00^
  16932. # ship Installer-related tools with your product.  See the docume
  16933. friends
  16934. fromZ
  16935. fsmgluelib
  16936. fsspec
  16937. fullZ
  16938. full-features
  16939. fullscreen
  16940. All Packages
  16941. System 7.5 Update 2.0O
  16942. Dev.CD Jul 96 SSWP
  16943. Dev.CD Jul 96 SSV
  16944. 68447X
  16945. Jul 96
  16946. f--set theItem to choose file -- uncomment to test in an AS editor
  16947.     tell application "Finder"
  16948.         open item "Dev.CD Jul 96 SSW"
  16949.         activate
  16950.     end tell
  16951. on error errMsg number errNum
  16952.     --enter statements to perform when no records are found such as...
  16953.     display dialog "Sorry, the item you selected could not be found."
  16954.     return
  16955. end try
  16956. All Packages
  16957. System 7.5 Update 2.0O
  16958. Dev.CD Jul 96 SSWP
  16959. Dev.CD Jul 96 SSV
  16960. 68448X
  16961. Jul 96
  16962. f--set theItem to choose file -- uncomment to test in an AS editor
  16963.     tell application "Finder"
  16964.         open item "Dev.CD Jul 96 SSW"
  16965.         activate
  16966.     end tell
  16967. on error errMsg number errNum
  16968.     --enter statements to perform when no records are found such as...
  16969.     display dialog "Sorry, the item you selected could not be found."
  16970.     return
  16971. end try
  16972. All Packages
  16973. System 7.5 Update 2.0V
  16974. 68449X
  16975.     F]se.
  16976.  Dictation of numbers and punctuation.
  16977.  Support for multiple users on a single machine.
  16978. JkCT-009-4433 (Install 1)
  16979. CT-009-4434 (Install 2)
  16980. CT-009-4435 (Install 3)
  16981. Read Me First! SC
  16982. Read Me First! TCK
  16983. Nov 96L
  16984. May 97M
  16985. Any PowerPC Macintosh with 16bit sound input
  16986. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  16987. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:P>Dev.CD Aug 97 TC
  16988.  - Language Kits
  16989.  - Chinese Dictation Kit 1.5..
  16990.     display dialog "Sorry, the item you selected could not be found."
  16991.     return
  16992. end try
  16993. All Packages
  16994. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16995. Dev.CD Jan 94
  16996. Dev.CD Oct 93
  16997. Dev.CD Jul 93
  16998. Dev.CD Apr 93PDDev.CD Apr 94
  16999. Dev.CD Jan 94
  17000. Dev.CD Oct 93
  17001. Dev.CD Jul 93
  17002. Dev.CD Apr 9V
  17003. 67225X
  17004. Apr 94
  17005. pressed
  17006. pressing
  17007. pretty
  17008. prevent
  17009. prevented
  17010. prevents
  17011. preview
  17012. t-v3-032
  17013. PHDev.CD Dec 99 RL
  17014.  - Technical Documentation
  17015.  - Peripherals DocumentationV
  17016. 68079X
  17017. Dec 99^
  17018. --set theItem to choose file -- uncomment to test in an AS editor
  17019.     tell application "Finder"
  17020.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  17021.         activate
  17022.     end tell
  17023. on error errMsg number errNum
  17024.     --enter statements to perform when no records are found such as...
  17025.     display dialog "Sorry, the item you selected could not be found."
  17026.     return
  17027. end try
  17028. Deletedq
  17029. Dev.CD Dec 99 RL
  17030. D!All Packages
  17031. Tool Chest Edition
  17032. Programmer's Key 1.4.2
  17033. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  17034. Features: Allows reset and interrupt from keyboard.
  17035. This package is 7.0 compatible.  
  17036. General tools.imgK
  17037. Vol IIIL
  17038. Mar 92nge
  17039. AltiVec, emulator, G4O
  17040. Dev.CD May 00 TC:Sample Code:P
  17041. Dev.CD May 00 TC
  17042.  - Sample CodeV
  17043. 67628X
  17044. May 00^
  17045. r--set theItem to choose file -- uncomment to test in an AS editor
  17046.     tell application "Finder"
  17047.         open item "Dev.CD May 00 TC:Sample Code:"
  17048.         activate
  17049.     end tell
  17050. on error errMsg number errNum
  17051.     --enter statements to perform when no records are found such as...
  17052.     display dialog "Sorry, the item you selected could not be found."
  17053.     return
  17054. end try
  17055. e    No Changef
  17056. AltiVec
  17057. emulator
  17058. Dev.CD May 00 TC
  17059. \D!All Packages
  17060. Tool Chest Edition
  17061. Backlight ControlI
  17062. Summary: Backlight Control is a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  17063. Backlight ControlK
  17064. Oct 92M    PowerBookOPDev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:nge
  17065. eful C++ samples (80+ files!),les (80+ files!),
  17066. 63399X
  17067. --set theItem to choose file -- uncomment to test in an AS editor
  17068.     tell application "Finder"
  17069.         open item "Dev.CD Jun 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  17070.         activate
  17071.     end tell
  17072. on error errMsg number errNum
  17073.     --enter statements to perform when no records are found such as...
  17074.     display dialog "Sorry, the item you selected could not be found."
  17075.     return
  17076. end try
  17077. CD May 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD May 00 TC
  17078.  - Tool Chest
  17079.  - Devices
  17080.  - SCSI
  17081.  - In UseV
  17082. 66594X
  17083. May 00^
  17084. --set theItem to choose file -- uncomment to test in an AS editor
  17085.     tell application "Finder"
  17086.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:"
  17087.         activate
  17088.     end tell
  17089. on error errMsg number errNum
  17090.     --enter statements to perform when no records are found such as...
  17091.     display dialog "Sorry, the item you selected could not be found."
  17092.     return
  17093. end try
  17094. e    No Changeq
  17095. Dev.CD May 00 TC
  17096. ev.CD May 00 TC
  17097. distinguishingo
  17098. distribute
  17099. distributedn
  17100. distribution
  17101. distributor
  17102. distributors
  17103. dithering
  17104. divided
  17105. dixformat
  17106. dixzero
  17107. dmgetfirstscreendevi
  17108. dmgetnextscreendevic
  17109. documentationandsamp
  17110. documented
  17111. documentproc
  17112. documentsN
  17113. docviewer
  17114. doesn'tj
  17115. doesn't
  17116. documents
  17117. properly
  17118. doesnt
  17119. 3.3.2
  17120. universal
  17121. interfaces
  17122. support
  17123. carbonlib
  17124. 1.0.2
  17125. 3.6.5
  17126. 3/5-slot
  17127. 3/92^
  17128. 32-bit
  17129. 32x32
  17130. 33619
  17131. 350000
  17132. 366-mhz
  17133. 38400/8/n/1
  17134. 3d-partyj
  17135. 3d-thej
  17136. 4-character
  17137. elease
  17138. notes
  17139. findeverything
  17140. findeverything
  17141. findhammerhead
  17142. findhammerhead
  17143. findlurkers
  17144. finland
  17145. finland
  17146. distributors/localiz
  17147. firstp
  17148. O7Dev.CD Jun 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:P<Dev.CD Jun 00 RL Disk 1
  17149.  - Utilities
  17150.  - Acrobat Reader 4.0.1STE offers several enhancements, the major one being the ability to handle text files larger than 32K.
  17151. Like TextEdit, WASTE handles multi-styled text and relies on the services offered by the Script Manager for drawing, measuring and hit-testing the text and for finding word and line breaks.  The built-in support for inline input makes WASTE fully WorldScript II-compliant (on thB
  17152. e other hand, bidirectional scripts, like Arabic, are not supported).
  17153. Replacement for TextEdit that breaks the 32k limit on text.
  17154. Issues: 3rd Party Product
  17155. Change History
  17156. Extras
  17157. Quick Intro
  17158. WASTE 1.3a6
  17159. WASTE C/C++ Headers
  17160. WASTE Demo (CFM fat)
  17161. WASTE Demo (classic 68K)
  17162. WASTE Documentation
  17163. WASTE Pascal Interfaces
  17164. WASTELibK
  17165. Dec 95L
  17166. Feb 98M
  17167. System 7.1 required.N1WASTE, TextEdit Replacement,More than 32k of textO-Dev.CD May 00 TC:Tool Chest:Text:WASTE 1.3a6:
  17168. 2400c
  17169. l show.
  17170. MPW TIPS AND TRICKS:  Automated Editing With StreamEdit by Tim Maroney.  The MPW tool StreamEdit provides you with powerful, flexible, scriptable text editing, at the price of just a little complexity.run us through the wringer once again.
  17171. THE VETERAN NEOPHYTE:  Confessions of a Veteran Technical Writer by Tim Monroe.  Enlightening trade secrets from someone who writes the documentation we all depend on.
  17172. J&develop Issue 28
  17173. develop Issue 28 codeK
  17174. Dec 96OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Jun 00 RL Disk 1
  17175.  - Technical Documentation
  17176.  - Develop
  17177.  - develop Issue 28eates QuickTime
  17178.  movies from videotape.
  17179. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  17180. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  17181. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  17182. Set Movie Information: An appli
  17183. esource.
  17184. Icon Display:  A Think C project that shows how to display the pure pixel data in icnX families.
  17185. IconDimming:  This snippet shows two different ways to achieve a dimming effect on icons. The first method uses a custom color search procedure, and in the second method the RGB components of the icon's colortable entries are all dimmed before the image is copied.
  17186. Imageer 1.0.0d3:  The current release of Imageer is a basic image manipulation application which is designed to show how
  17187.  both Color QuickDraw and QuickDraw GX can be integrated into a single application with each document window supporting either technology.
  17188. MakeIcon:  This program shows how to take any size pixmap and create any size or depth icon.
  17189. MakeITable:  This sample application shows how to manipulate a GDevice
  17190. s inverse table.
  17191. Marquee:  Demonstrates marching ants (the scrolling dashed lines used in a selection rectangle).
  17192. MyDeviceLoop:  This snippet shows how to write a device loop that works u
  17193. addresses
  17194. addressing
  17195. adequate
  17196. adjustments
  17197. admin
  17198. administration
  17199. administrators
  17200. adobeZ
  17201. adobe's
  17202. adoptd
  17203. adoptiond
  17204. adoptsj
  17205. advanced[
  17206. advantage
  17207. advantages
  17208. adventures
  17209. advice
  17210. aegizmos_
  17211. aerecordsn
  17212. aesenda
  17213. aete]
  17214. aetracker`
  17215. aeut^
  17216. aevta
  17217. affect
  17218. affected
  17219. affects
  17220. affordanceo
  17221. afloat
  17222. after
  17223. again
  17224. against
  17225. agent
  17226. aggregate
  17227. aggressivej
  17228. agreeZ
  17229. agreementZ
  17230. ahead
  17231. aiatb
  17232. aimedd
  17233. airport
  17234. alertj
  17235. alerting
  17236. alerts
  17237. alexander
  17238. OCDev.CD Apr 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Apr 00 SDK1
  17239.  - Development Kits
  17240.  - Mac OS
  17241.  - Macintosh Drag and Dropn AS editor
  17242.     tell application "Finder"
  17243.         open item "Dev.CD May 00 TC:Sample Code:"
  17244.         activate
  17245.     end tell
  17246. on error errMsg number errNum
  17247.     --enter statements to perform when no records are found such as...
  17248.     display dialog "Sorry, the item you selected could not be found."
  17249.     return
  17250. end try
  17251. e    No Changef
  17252. QuickTime
  17253. Dev.CD May 00 TC
  17254. ImportExportI
  17255. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  17256. Sample Code.imgK
  17257. Feb 00
  17258. - Common
  17259.     - Sun Compliant Java Runtime Environment 1.1
  17260.     - QuickTime 3 
  17261.     - QTJava.zip
  17262.     - QTJava media samples
  17263. - Mac OS:
  17264.     - System 8 or later
  17265.     - Macintosh Runtime for Java (MRJ) 2.1
  17266. - Windows 95, 98, or NT::
  17267.     - JRE/JDK from Sun Microsystems, Inc. recommended
  17268. Inc. recommended
  17269. All Packages
  17270. System 7 Tune-UpO
  17271. Dev.CD Apr 92
  17272. Dev.CD Mar 92P
  17273. Dev.CD Apr 92
  17274. Dev.CD Mar 9V
  17275. 68401X
  17276. Apr 92
  17277. p--set theItem to choose file -- uncomment to test in an AS editor
  17278.     tell application "Finder"
  17279.         open item "Dev.CD Apr 92
  17280. Dev.CD Mar 92"
  17281.         activate
  17282.     end tell
  17283. on error errMsg number errNum
  17284.     --enter statements to perform when no records are found such as...
  17285.     display dialog "Sorry, the item you selected could not be found."
  17286.     return
  17287. end try
  17288. All Packages
  17289. System 7 Tune-UpO
  17290. Dev.CD Apr 92P
  17291. Dev.CD Apr 9V
  17292. 68402X
  17293. Apr 92
  17294. b--set theItem to choose file -- uncomment to test in an AS editor
  17295.     tell application "Finder"
  17296.         open item "Dev.CD Apr 92"
  17297.         activate
  17298.     end tell
  17299. on error errMsg number errNum
  17300.     --enter statements to perform when no records are found such as...
  17301.     display dialog "Sorry, the item you selected could not be found."
  17302.     return
  17303. end try
  17304. D!All Packages
  17305. Tool Chest Edition
  17306. ig cursor0.d
  17307. b--set theItem to choose file -- uncomment to test in an AS editor
  17308.     tell application "Finder"
  17309.         open item "Dev.CD Apr 95"
  17310.         activate
  17311.     end tell
  17312. on error errMsg number errNum
  17313.     --enter statements to perform when no records are found such as...
  17314.     display dialog "Sorry, the item you selected could not be found."
  17315.     return
  17316. end try
  17317. y, the item you selected could not be found."
  17318.     return
  17319. end try
  17320. Deletedq
  17321. Dev.CD Nov 99 TC
  17322. All Packages
  17323. ABS Technical NotesI
  17324. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  17325. AppleSearch:
  17326. AppleShare:
  17327. AppleTalk Remote Access:
  17328. IP Gateway:
  17329. Network Server Dev. Guide:K
  17330. Jul 92L
  17331. Jun 95M
  17332. Adobe Acrobat Reader.N2ESD, AppleSearch, AppleShare, ARA, AWS, IP GatewayODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:V
  17333. 66322X
  17334. Deleted
  17335. Summary: This package provides English error messages for OS errors and result codes
  17336. Features: All result codes from IM-I through IM-VI are included. This submission adds a failure handler and code that displays a stack crawl following A6 links.J
  17337. General tools.imgK
  17338. Vol VIIIL
  17339. Mar 92M
  17340. Works with THINK C, MPW C and MPW Pascal.  Probably works with THINK Pascal, and might very well work with other development environments too.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  17341.  - Tool Chest
  17342.  - Testing & Debugging
  17343.  - General toolsV
  17344. 68295X
  17345. May 00^
  17346. --set theItem to choose file -- uncomment to test in an AS editor
  17347.     tell application "Finder"
  17348.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  17349.         activate
  17350.     end tell
  17351. on error errMsg number errNum
  17352.     --enter statements to perform when no records are found such as...
  17353.     display dialog "Sorry, the item you selected could not be found."
  17354.     return
  17355. end try
  17356. D!All Packages
  17357. Tool Chest Edition
  17358. Language Kit Updater f/MacOS8
  17359. The release of Apple's Mac OS 8 brings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  17360. Current Language Kits with Mac OS 8.0 or newer.
  17361. Dev.CD Apr 00 SDK1
  17362. All Packages
  17363. F    MacBinary
  17364. 66659X
  17365. play dialog "Sorry, the item you selected could not be found."
  17366.     return
  17367. end try
  17368. e    No Changeq
  17369. Dev.CD May 98 TC
  17370. D!All Packages
  17371. Mac OS SDK Edition
  17372. Interactive Corp Success Guide
  17373.     ration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  17374. Dev.CD May 00 TC
  17375. D!All Packages
  17376. Tool Chest Edition
  17377. Applejack Tech Note
  17378. Creating Pippin CDROMs
  17379. Pippin Authentication
  17380. Pippin Flash Access 
  17381. Pippin Launch
  17382. Pippin Standard File 
  17383. Pippin Startup Process
  17384. Pippin Video
  17385. PippinFinder
  17386. Stoppinf INIT IconsK
  17387. Aug 96M
  17388. Adobe Acrobat Reader.N+Pippin, Bandai, Atworld, Atmark, multimediaO@Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:PEDev.CD Dec 99 RL
  17389.  - Technical Documentation
  17390.  - Pippin Technical NotesV
  17391. 68016X
  17392. Dec 99^
  17393. --set theItem to choose file -- uncomment to test in an AS editor
  17394.     tell application "Finder"
  17395.         open item "Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:"
  17396.         activate
  17397.     end tell
  17398. on error errMsg number errNum
  17399.     --enter statements to perform when no records are found such as...
  17400.     display dialog "Sorry, the item you selected could not be found."
  17401.     return
  17402. end try
  17403. Deletedf'Pippin
  17404. Bandai
  17405. Atworld
  17406. Atmark
  17407. multimediaq
  17408. Dev.CD Dec 99 RL
  17409. `D!All Packages
  17410. Tool Chest Edition
  17411. F    PlayMovie
  17412.     Toolbox:Balloony:H
  17413. F    QuickTimeO
  17414. Dev.CD Jan 95
  17415. Dev.CD Oct 94P
  17416. Dev.CD Jan 95
  17417. Dev.CD Oct 9ansport
  17418. traversing
  17419. traversing
  17420. related
  17421. tables
  17422. tsmte
  17423. tuning
  17424. tutorial
  17425. types
  17426. typography
  17427. ultraslimfast
  17428. unicode
  17429. unicode
  17430. imaging
  17431. bi-directional
  17432. rotation
  17433. double-byt
  17434. unicode
  17435. utilities
  17436. universal
  17437. universal
  17438. serial
  17439. r as a first step in the development process. An MPW-hosted version of this compiler is now available.
  17440. SOMobjects runs on top of CFM, and thus is available for both 68K and native PowerPC Macintosh development. It is a foundation technology for OpenDoc.
  17441. SOMobjects
  17442.  for Mac OS version 2.0.8 contains several bug fixes over version 2.0.7.
  17443. Jan 96L
  17444. Oct 96ature
  17445. sherlock
  17446. application
  17447. --set theItem to choose file -- uncomment to test in an AS editor
  17448.     tell application "Finder"
  17449.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Publication Guides:"
  17450.         activate
  17451.     end tell
  17452. on error errMsg number errNum
  17453.     --enter statements to perform when no records are found such as...
  17454.     display dialog "Sorry, the item you selected could not be found."
  17455.     return
  17456. end try
  17457.    return
  17458. end try
  17459. All Packages
  17460. System UpdateO
  17461. Dev.CD Apr 94
  17462. Dev.CD Jan 94P
  17463. Dev.CD Apr 94
  17464. Dev.CD Jan 9V
  17465. 67459X
  17466. Apr 94
  17467. p--set theItem to choose file -- uncomment to test in an AS editor
  17468.     tell application "Finder"
  17469.         open item "Dev.CD Apr 94
  17470. Dev.CD Jan 94"
  17471.         activate
  17472.     end tell
  17473. on error errMsg number errNum
  17474.     --enter statements to perform when no records are found such as...
  17475.     display dialog "Sorry, the item you selected could not be found."
  17476.     return
  17477. end try
  17478. All Packages
  17479. System UpdateO
  17480. Dev.CD Apr 94V
  17481. 67460X
  17482. indicator
  17483. indicators
  17484. indices
  17485. indispensable
  17486. individual
  17487. industry
  17488. industry-standard
  17489. industrywatchj
  17490. inefficiency
  17491. inflict
  17492. infomation
  17493. inform
  17494. informationB
  17495. infrared
  17496. inherit
  17497. inheritance
  17498. ity Apple Data Detectors (control panel) - allows user to configure which detectors and actions should be enabled
  17499. Apple Data Detectors Scripting (scripting addition) - provides terminology to AppleScript so developers can develop new actions with the Script Editor Detector Editor (tool) - helps developer to more easily create and test new detectors
  17500. Internet Address Detectors 1.0.1 requires Mac OS 8 or laterApple Data Detectors 1.0.2 (SDK) extension and control panel require Mac OS 7.6 or 
  17501. later
  17502. Detector Editor requires Mac OS 8 or later
  17503. Apple initially shipped Internet Address Detectors 1.0.1 as the premiere set of detectors and actions using the technology Apple Data Detectors.  This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  17504.     W& region rather than just its portRect.
  17505. Sample Code.imgK
  17506. Feb 92L
  17507. May 97O
  17508. Dev.CD May 00 TC:Sample Code:P
  17509. Dev.CD May 00 TC
  17510.  - Sample Code
  17511. we'll
  17512. cacheline
  17513. cad/cam
  17514. calibrator
  17515. camera
  17516.     - QuickTime 3 
  17517.     - QTJava.zip
  17518.     - QTJava media samples
  17519. - Mac OS:
  17520.     - System 8 or later
  17521.     - Macintosh Runtime for Java (MRJ) 2.1
  17522. - Windows 95, 98, or NT::
  17523.     - JRE/JDK from Sun Microsystems, Inc. recommended
  17524. QuickTime, Java, MRJ
  17525. SignatureToApp:  A function that finds an application on any mounted (non-floppy) disk given its 4-character signature. It will also launch or activate the application if told to.
  17526. Splasher:  A very simpl
  17527. e application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  17528. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  17529. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  17530. cyrillic
  17531. cyrillic-based
  17532. cyrillique
  17533. czech
  17534. da/application
  17535. da/cdev/init/driver
  17536. cally, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  17537. Inside Macintosh: Open Transport
  17538. Sample Code.imgK
  17539. Nov 97L
  17540. Jun 98M
  17541. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  17542. Dev.CD May 00 TC:Sample Code:P
  17543. Dev.CD May 00 TC
  17544.  - Sample CodeV
  17545. 66639X
  17546. May 00^
  17547. r--set theItem to choose file -- uncomment to test in an AS editor
  17548.     tell application "Finder"
  17549.         open item "Dev.CD May 00 TC:Sample Code:"
  17550.         activate
  17551.     end tell
  17552. on error errMsg number errNum
  17553.     --enter statements to perform when no records are found such as...
  17554.     display dialog "Sorry, the item you selected could not be found."
  17555.     return
  17556. end try
  17557. e    No Change
  17558. e    No Change
  17559. Dev.CD May 00 TC:Sample Code:P
  17560. Dev.CD May 00 TC
  17561.  - Sample CodeV
  17562. 68723X
  17563. May 00^
  17564. r--set theItem to choose file -- uncomment to test in an AS editor
  17565.     tell application "Finder"
  17566.         open item "Dev.CD May 00 TC:Sample Code:"
  17567.         activate
  17568.     end tell
  17569. on error errMsg number errNum
  17570.     --enter statements to perform when no records are found such as...
  17571.     display dialog "Sorry, the item you selected could not be found."
  17572.     return
  17573. end try
  17574. e    No Changef
  17575. QuickTime
  17576. Dev.CD May 00 TC
  17577. #D!All Packages
  17578. Mac OS SDK Edition
  17579. Translation Manager
  17580. eUpdate from Mac OS Easy Open SDK to Translation Manager SDK to reflect the move from standalone product to System service. 
  17581. Contains a new example Translation Extension component which demonstrates correct packaging of 68K and PowerPC code.
  17582. Contains a copy of Mac OS Tech Note 1004 which describes proper packaging of components with 68K and PowerPC code.
  17583. e    No Change
  17584. tuning
  17585. tutorial
  17586. QuickDraw
  17587.  FX:  A demo of every CopyBits permutation you can imagine, and then some.
  17588. Record
  17589. RetrievePictInfo:  This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  17590. Restore Screen Cluts:  This snippet shows how to restore all the screen
  17591. s color tables back to what they normally are using two different methods.
  17592. Rotate Bitmap 90
  17593. :  Shows a fast way to rotate bitmaps by 90 degrees.
  17594. RotateString:  This c
  17595. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  17596. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  17597. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  17598. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  17599. SearchProcs & Color Separation:  Th
  17600. A.html
  17601. AlphaSelector.html
  17602. B.html
  17603. C.html
  17604. D.html
  17605. E.html
  17606. F.html
  17607. FunctionIndex.html
  17608. G.html
  17609. H.html
  17610. I.html
  17611. J.html
  17612. K.html
  17613. L.html
  17614. M.html
  17615. N.html
  17616. O.html
  17617. P.html
  17618. Q.html
  17619. R.html
  17620. S.html
  17621. T.html
  17622. U.html
  17623. V.html
  17624. W.html
  17625. X.html
  17626. Y.html
  17627. Z.htmlK
  17628. Mar 99L
  17629. Sep 99N%Function Index, Mac OS 8, Inside Mac.O=Dev.CD Jun 00 RL Disk 2:Technical Publications:FunctionIndex:PBDev.CD Jun 00 RL Disk 2
  17630.  - Technical Publications
  17631.  - FunctionIndexV
  17632. 68700X
  17633. Jun 00^    RL Disk 2
  17634. --set theItem to choose file -- uncomment to test in an AS editor
  17635.     tell application "Finder"
  17636.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:FunctionIndex:"
  17637.         activate
  17638.     end tell
  17639. on error errMsg number errNum
  17640.     --enter statements to perform when no records are found such as...
  17641.     display dialog "Sorry, the item you selected could not be found."
  17642.     return
  17643. end try
  17644. e    No Changef#Function Index
  17645. Mac OS 8
  17646. Inside Mac.q
  17647. Dev.CD Jun 00 RL Disk 2
  17648. All Packages
  17649. F Technical Publications: Hardware
  17650. 68701X
  17651. detection
  17652. detectorsh
  17653. develop
  17654. develop
  17655. issue
  17656. develop
  17657. issue
  17658. develop
  17659. issue
  17660. develop
  17661. issue
  17662. develop
  17663. issue
  17664. develop
  17665. issue
  17666. develop
  17667. issue
  17668. develop
  17669. issue
  17670. develop
  17671. issue
  17672. develop
  17673. issue
  17674. develop
  17675. issue
  17676. develop
  17677. issue
  17678. develop
  17679. issue
  17680. develop
  17681. issue
  17682. develop
  17683. issue
  17684. develop
  17685. issue
  17686. develop
  17687. issue
  17688. develop
  17689. issue
  17690. develop
  17691. issue
  17692. develop
  17693. issue
  17694. develop
  17695. issue
  17696. develop
  17697. issue
  17698. develop
  17699. issue
  17700. develop
  17701. issue
  17702. develop
  17703. issue
  17704. develop
  17705. issue
  17706. develop
  17707. issue
  17708. develop
  17709. issue
  17710. develop
  17711. issue
  17712. helpq
  17713. imaging[
  17714. internationals
  17715. issue
  17716. ),/AVPKTM
  17717.  "&*AA%'k
  17718. }]XPJOYcm
  17719. )*->QJCOG
  17720. {j}sn
  17721. t]W@"
  17722. $(=<#'j
  17723. zZXMHMW`k
  17724. M"Project Builder, Interface BuilderNDMacOSXServer, AppKit, Foundation, Project Builder, Interface BuilderOTDev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:P_Dev.CD Jul 99 SDK1
  17725.  - What's New
  17726.  - Reference Library
  17727.  - Technical Publications
  17728.  - MacOSXServerV
  17729. 68706X
  17730. Jul 99^
  17731. --set theItem to choose file -- uncomment to test in an AS editor
  17732.     tell application "Finder"
  17733.         open item "Dev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:"
  17734.         activate
  17735.     end tell
  17736. on error errMsg number errNum
  17737.     --enter statements to perform when no records are found such as...
  17738.     display dialog "Sorry, the item you selected could not be found."
  17739.     return
  17740. end try
  17741. e    No Changef@MacOSXServer
  17742. AppKit
  17743. Foundation
  17744. Project Builder
  17745. Interface Builderq
  17746. Dev.CD Jul 99 SDK1
  17747. All Packages
  17748. F!Technical Publications: QuickTime
  17749. 68707X
  17750. ostscript
  17751. powerbook
  17752. primer
  17753. Ee    No Changef#Open Transport
  17754. mapper
  17755. MapperRefq
  17756. Dev.CD May 00 TC
  17757. FD!All Packages
  17758. Tool Chest Edition
  17759. OTPingSampleIgThis sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.J
  17760. Sample Code.imgK
  17761. Sep 96L
  17762. Jun 98M#Any machine running Open Transport.N%open transport, ot, ping, icmp, rawipO
  17763. Dev.CD May 00 TC:Sample Code:P
  17764. Dev.CD May 00 TC
  17765.  - Sample CodeV
  17766. 67991X
  17767. May 00^
  17768. r--set theItem to choose file -- uncomment to test in an AS editor
  17769.     tell application "Finder"
  17770.         open item "Dev.CD May 00 TC:Sample Code:"
  17771.         activate
  17772.     end tell
  17773. on error errMsg number errNum
  17774.     --enter statements to perform when no records are found such as...
  17775.     display dialog "Sorry, the item you selected could not be found."
  17776.     return
  17777. end try
  17778. e    No Changef!open transport
  17779. rawipq
  17780. Dev.CD May 00 TC
  17781. GD!All Packages
  17782. Tool Chest Edition
  17783. OTSimpleDownloadHTTP
  17784. Mar 93L
  17785. Dec 99
  17786. shrink-wrapped
  17787. 68262X
  17788. Jul 93
  17789. p--set theItem to choose file -- uncomment to test in an AS editor
  17790.     tell application "Finder"
  17791.         open item "Dev.CD Jul 93
  17792. Dev.CD Apr 93"
  17793.         activate
  17794.     end tell
  17795. on error errMsg number errNum
  17796.     --enter statements to perform when no records are found such as...
  17797.     display dialog "Sorry, the item you selected could not be found."
  17798.     return
  17799. end try
  17800. All Packages
  17801. F    QuickTimeO"Dev.CD Jun 97 SSW
  17802. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  17803. Dev.CD Dec 96 SV
  17804. 68263X
  17805. Jun 97
  17806. w--set theItem to choose file -- uncomment to test in an AS editor
  17807.     tell application "Finder"
  17808.         open item "Dev.CD Jun 97 SSW
  17809. Dev.CD Dec 96 SE"
  17810.         activate
  17811.     end tell
  17812. on error errMsg number errNum
  17813.     --enter statements to perform when no records are found such as...
  17814.     display dialog "Sorry, the item you selected could not be found."
  17815.     return
  17816. end try
  17817. All Packages
  17818. F    QuickTimeO"Dev.CD Jun 97 SSW
  17819. Dev.CD Dec 96 SEV
  17820. 68264X
  17821. QuickDraw GXO
  17822. Dev.CD Apr 95P
  17823. Dev.CD Apr 9 95
  17824. b--set theItem to choose file -- uncomment to test in an AS editor
  17825.     tell application "Finder"
  17826.         open item "Dev.CD Jul 95"
  17827.         activate
  17828.     end tell
  17829. on error errMsg number errNum
  17830.     --enter statements to perform when no records are found such as...
  17831.     display dialog "Sorry, the item you selected could not be found."
  17832.     return
  17833. end try
  17834. All Packages
  17835. 601 Processor Upgrade EnablerO
  17836. Dev.CD Jul 95P
  17837. Dev.CD Jul 9V
  17838. 66316X
  17839. Jul 95
  17840. b--set theItem to choose file -- uncomment to test in an AS editor
  17841.     tell application "Finder"
  17842.         open item "Dev.CD Jul 95"
  17843.         activate
  17844.     end tell
  17845. on error errMsg number errNum
  17846.     --enter statements to perform when no records are found such as...
  17847.     display dialog "Sorry, the item you selected could not be found."
  17848.     return
  17849. end try
  17850. D!All Packages
  17851. Tool Chest Edition
  17852. 7Edit
  17853.     chniques
  17854. schneider@
  17855. strip@
  17856. r--set theItem to choose file -- uncomment to test in an AS editor
  17857.     tell application "Finder"
  17858.         open item "Dev.CD May 00 TC:Sample Code:"
  17859.         activate
  17860.     end tell
  17861. on error errMsg number errNum
  17862.     --enter statements to perform when no records are found such as...
  17863.     display dialog "Sorry, the item you selected could not be found."
  17864.     return
  17865. end try
  17866.  your Mac and allows you to change the status of each volume from unlocked, to having a software or hardware lock.  Changes made in the Control Panel are immediate and remain intact until you chang It lets you load and unload 'ndrv' without having to restart.
  17867. Allows you to load a Native PCI  driver ('ndrv') without having to restart. Very useful when debugging your native driver.J
  17868. Sample Code.imgK
  17869. Sep 97M
  17870. PowerPC PCI based MacintoshN
  17871. PCI ndrv driver loaderO
  17872. Dev.CD May 00 TC:Sample Code:P
  17873. Dev.CD May 00 TC
  17874.  - Sample CodeV
  17875. 61705X
  17876. May 00^
  17877. #turn
  17878. end try
  17879. D!All Packages
  17880. Tool Chest Edition
  17881.  P]Dev.CD May 00 TC
  17882.  - Tool Chest
  17883.  - Interapplication Communication
  17884.  - AE Tools
  17885.  - AETracker 3.0
  17886.     tell application "Finder"
  17887.         open item "Dev.CD May 00 TC:Tool Chest:Files:UnmountIt 1.2:"
  17888.         activate
  17889.     end tell
  17890. on error errMsg number errNum
  17891.     --enter statements to perform when no records are found such as...
  17892.     display dialog "Sorry, the item you selected could not be found."
  17893.     return
  17894. end try
  17895. e    No Changef2AppleShare
  17896. File Sharing
  17897. File Manager
  17898. Drag and Dropq
  17899. Dev.CD May 00 TC
  17900. +D!All Packages
  17901. Tool Chest Edition
  17902. URL Access 1.0.1 SDK
  17903. sample
  17904. library
  17905. which
  17906. provides
  17907. indispensable
  17908. work-
  17909. summary
  17910. contains
  17911. documentation
  17912. header
  17913. files
  17914. utiliti
  17915. summary
  17916. contains
  17917. documentation
  17918. header
  17919. files
  17920. tools
  17921.  number errNum
  17922.     --enter statements to perform when no records are found such as...
  17923.     display dialog "Sorry, the item you selected could not be found."
  17924.     return
  17925. end try
  17926. charge
  17927. charges
  17928. chars
  17929. cheap
  17930. check
  17931. checked
  17932. checked-in/checked-o
  17933. checkedoutfiles
  17934. checker
  17935. checkers
  17936. checkgestalt
  17937. checkinall
  17938. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  17939. aegizmos_
  17940. colorsync
  17941. profile
  17942. appear
  17943. where
  17944. location
  17945. memory
  17946. program
  17947. shows
  17948. tuneplayer
  17949. program
  17950. shows
  17951. construction
  17952. composited
  17953. program
  17954. shows
  17955. introspection
  17956. movie
  17957. program
  17958. shows
  17959. usage
  17960. graphicsimporter
  17961. program
  17962. shows
  17963. usage
  17964. graphicsimporterdra
  17965. program
  17966. shows
  17967. usage
  17968. qtimagedrawer
  17969. shows
  17970. quicktime
  17971. effects
  17972. architectur
  17973. developer
  17974. describes
  17975. macintosh
  17976. powerbook
  17977. 2400c
  17978. developer
  17979. provides
  17980. technical
  17981. information
  17982. about
  17983. development
  17984. information
  17985. archive
  17986. contains
  17987. hundreds
  17988. samples
  17989. image
  17990. contains
  17991. debug
  17992. version
  17993. 2.5.2
  17994. which
  17995.  Products; GeoPort Kit; Apple Joins Versit); Strategy M
  17996. All Packages
  17997. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  17998. Dev.CD Jan 94
  17999. Dev.CD Oct 93
  18000. Dev.CD Jul 93P6Dev.CD Apr 94
  18001. Dev.CD Jan 94
  18002. Dev.CD Oct 93
  18003. Dev.CD Jul 9V
  18004. 68595X
  18005. Apr 94
  18006. --set theItem to choose file -- uncomment to test in an AS editor
  18007.     tell application "Finder"
  18008.         open item "Dev.CD Apr 94
  18009. Dev.CD Jan 94
  18010. Dev.CD Oct 93
  18011. Dev.CD Jul 93"
  18012.         activate
  18013.     end tell
  18014. on error errMsg number errNum
  18015.     --enter statements to perform when no records are found such as...
  18016.     display dialog "Sorry, the item you selected could not be found."
  18017.     return
  18018. end try
  18019. All Packages
  18020. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  18021. Dev.CD Jan 94
  18022. Dev.CD Oct 93
  18023. Dev.CD Jul 93P6Dev.CD Apr 94
  18024. Dev.CD Jan 94
  18025. Dev.CD Oct 93
  18026. Dev.CD Jul 9V
  18027. 68596X
  18028. Apr 94
  18029. ignoring
  18030. memory
  18031. technote
  18032. telephone
  18033. telephone
  18034. manager
  18035. telephony
  18036. television
  18037. tendpointinfo
  18038. testing
  18039. encoding
  18040. encoding
  18041. converter
  18042. text-to-speech
  18043. textedit
  18044. textedit
  18045. replacement
  18046. thread
  18047. thread
  18048. manager
  18049. threading
  18050. threads
  18051. timing
  18052. techniques
  18053. tokenQ
  18054. token
  18055. ringQ
  18056. tokenize
  18057. tokenizer
  18058. tokentalk
  18059. toolbox
  18060. toolbox
  18061. assistant
  18062. toolkit
  18063. tools
  18064. traceroute
  18065. traditional
  18066. traffic
  18067. traffic
  18068. light
  18069. transaction
  18070. to Program:
  18071. Stiletto Sources:
  18072. Telephone Manager 3.0:K
  18073. Sep 93L
  18074. Jan 96O=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager: s
  18075. runtime
  18076. 1.0.1b1c2
  18077. encodings
  18078. 1.4.1
  18079. macapp
  18080. macapp
  18081. developer
  18082. survey
  18083. macapp
  18084. r13u5
  18085. macapp
  18086. r14d1
  18087. macapp
  18088. r14d5
  18089. macbinary
  18090. maccalendar
  18091. maccalendar
  18092. 1.1b1
  18093. maccheck
  18094. maccheck
  18095. 1.0.4
  18096. macintosh
  18097. macintosh
  18098. cd-rom
  18099. setup
  18100. 5.3.2
  18101. macintosh
  18102. v1.1.1
  18103. macintosh
  18104. 1.1.1
  18105. macintosh
  18106. client
  18107. interface
  18108. macintosh
  18109. powerbook
  18110. 2400c
  18111. macintosh
  18112. powerbook
  18113. qualified
  18114. macintosh
  18115. technical
  18116. macintosh
  18117. technotes
  18118. macodbc
  18119. macodbc
  18120. 2.1.2
  18121. macos8documentation
  18122. onescannerg
  18123. opp's
  18124. palette
  18125. parserV
  18126. performance
  18127. photoshop
  18128. player
  18129. plugins
  18130. postscript
  18131. powerbook
  18132. primer
  18133. sanctioned
  18134. sanity
  18135. sanskrit
  18136. satisfys
  18137. satisfying
  18138. saturate
  18139. savec
  18140. saved
  18141. saved-off
  18142. savedpapfilexx
  18143. savemenu
  18144. saver
  18145. saves
  18146. savingj
  18147. savings
  18148. savory
  18149. savvy
  18150. sawitzki
  18151. saysj
  18152. sbarcdef
  18153. scalable
  18154. scale
  18155. scales
  18156. scaling
  18157. scannedg
  18158. scannerg
  18159. scanners
  18160. scanning
  18161. scansg
  18162. scenario
  18163. scene
  18164. scheduleR
  18165. scheduled
  18166. schedulesR
  18167. schemes
  18168. r the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  18169. Dev.CD Jan 94
  18170. Dev.CD Oct 93P
  18171. Dev.CD Jan 94
  18172. Dev.CD Oct 9V
  18173. 68229X
  18174. Jan 94
  18175. p--set theItem to choose file -- uncomment to test in an AS editor
  18176.     tell application "Finder"
  18177.         open item "Dev.CD Jan 94
  18178. Dev.CD Oct 93"
  18179.         activate
  18180.     end tell
  18181. on error errMsg number errNum
  18182.     --enter statements to perform when no records are found such as...
  18183.     display dialog "Sorry, the item you selected could not be found."
  18184.     return
  18185. end try
  18186. All Packages
  18187. F    QuickTimeO
  18188. Dev.CD Jan 94
  18189. Dev.CD Oct 93P
  18190. Dev.CD Jan 94
  18191. Dev.CD Oct 9V
  18192. 68230X
  18193. Jan 94
  18194. p--set theItem to choose file -- uncomment to test in an AS editor
  18195.     tell application "Finder"
  18196.         open item "Dev.CD Jan 94
  18197. Dev.CD Oct 93"
  18198.         activate
  18199.     end tell
  18200. on error errMsg number errNum
  18201.     --enter statements to perform when no records are found such as...
  18202.     display dialog "Sorry, the item you selected could not be found."
  18203.     return
  18204. end try
  18205. All Packages
  18206. F    QuickTimeV
  18207. 68231X
  18208. %N.Memory Manager, Power Macintosh, heaps, memoryer color.
  18209. Custom PicComments/Bottlenecks:  This sample groups a bunch of pictures together and takes them apart using PicComments and a QuickDraw bottleneck procedure.  It's an example of how to store and retrieve custom PicComments, among other things.
  18210.  Example of custom PicComment usage with unique identifiers. {-> CustomPicProc, CompositePictures <-}
  18211.  Example of a custom QuickDraw bottleneck procedure which works in both GrafPorts and CGraf
  18212. Ports. {-> DisassemblePictures <-}
  18213.  Example of finding the deepest device and placing  a window on it.
  18214. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  18215. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  18216. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  18217. DrawLin
  18218. authenticator
  18219. author
  18220. authoring
  18221. authorized
  18222. authorsp
  18223. autoz
  18224. autoguest
  18225. objective-c
  18226. objectsupportlib
  18227. objectsupportlib
  18228. 1.1.4
  18229. offscreencontrolupda
  18230. onescannerg
  18231. transport
  18232. transport
  18233. transport
  18234. debug
  18235. transport/ppp
  18236. opendoc
  18237. opendoc
  18238. development
  18239. framework
  18240. release
  18241. opendoc
  18242. international
  18243. openfwbridgefixjul97
  18244. opengl
  18245. opengl
  18246. drawsprocket
  18247. opengl
  18248. install
  18249. opp's
  18250. optimization
  18251. optimization
  18252. demos
  18253. option
  18254. papserversample
  18255. pascal
  18256. performance
  18257. photoshop
  18258. player
  18259. plugins
  18260. postscript
  18261. powerbook
  18262. primer
  18263. vans.
  18264. 68344X
  18265. May 00^
  18266. r--set theItem to choose file -- uncomment to test in an AS editor
  18267.     tell application "Finder"
  18268.         open item "Dev.CD May 00 TC:Sample Code:"
  18269.         activate
  18270.     end tell
  18271. on error errMsg number errNum
  18272.     --enter statements to perform when no records are found such as...
  18273.     display dialog "Sorry, the item you selected could not be found."
  18274.     return
  18275. end try
  18276. e    No Changeq
  18277. Dev.CD May 00 TC
  18278. D!All Packages
  18279. Tool Chest Edition
  18280. Snippets - QuickDraw
  18281. (** = new, * = revised)
  18282. AlternateBufferDisplay:  Shows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  18283. Band Copying, the Sequel:  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may o
  18284. All Packages
  18285. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  18286. Dev.CD Jan 94
  18287. Dev.CD Oct 93P(Dev.CD Apr 94
  18288. Dev.CD Jan 94
  18289. Dev.CD Oct 9V
  18290. 68591X
  18291. Apr 94
  18292. ~--set theItem to choose file -- uncomment to test in an AS editor
  18293.     tell application "Finder"
  18294.         open item "Dev.CD Apr 94
  18295. Dev.CD Jan 94
  18296. Dev.CD Oct 93"
  18297.         activate
  18298.     end tell
  18299. on error errMsg number errNum
  18300.     --enter statements to perform when no records are found such as...
  18301.     display dialog "Sorry, the item you selected could not be found."
  18302.     return
  18303. end try
  18304. All Packages
  18305. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  18306. Dev.CD Jan 94
  18307. Dev.CD Oct 93
  18308. Dev.CD Jul 93P6Dev.CD Apr 94
  18309. Dev.CD Jan 94
  18310. Dev.CD Oct 93
  18311. Dev.CD Jul 9V
  18312. 68592X
  18313. Apr 94
  18314. in-depth
  18315. All Packages
  18316. F    QuickTimeO
  18317. Dev.CD Jul 93
  18318. Dev.CD Apr 93P
  18319. Dev.CD Jul 93
  18320. Dev.CD Apr 9V
  18321. 68260X
  18322. Jul 93
  18323. p--set theItem to choose file -- uncomment to test in an AS editor
  18324.     tell application "Finder"
  18325.         open item "Dev.CD Jul 93
  18326. Dev.CD Apr 93"
  18327.         activate
  18328.     end tell
  18329. on error errMsg number errNum
  18330.     --enter statements to perform when no records are found such as...
  18331.     display dialog "Sorry, the item you selected could not be found."
  18332.     return
  18333. end try
  18334. All Packages
  18335. F    QuickTimeO
  18336. Dev.CD Jul 93
  18337. Dev.CD Apr 93P
  18338. Dev.CD Jul 93
  18339. Dev.CD Apr 9V
  18340. 68261X
  18341. Jul 93
  18342. p--set theItem to choose file -- uncomment to test in an AS editor
  18343.     tell application "Finder"
  18344.         open item "Dev.CD Jul 93
  18345. Dev.CD Apr 93"
  18346.         activate
  18347.     end tell
  18348. on error errMsg number errNum
  18349.     --enter statements to perform when no records are found such as...
  18350.     display dialog "Sorry, the item you selected could not be found."
  18351.     return
  18352. end try
  18353. All Packages
  18354. 67722X
  18355. Jun 00^    RL Disk 1
  18356. --set theItem to choose file -- uncomment to test in an AS editor
  18357.     tell application "Finder"
  18358.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 22:"
  18359.         activate
  18360.     end tell
  18361. on error errMsg number errNum
  18362.     --enter statements to perform when no records are found such as...
  18363.     display dialog "Sorry, the item you selected could not be found."
  18364.     return
  18365. end try
  18366. e    No Changeq
  18367. Dev.CD Jun 00 RL Disk 1
  18368. All Packages
  18369. develop Issue 23
  18370. 67723X
  18371. user's
  18372. usersy
  18373. userstartup
  18374. userstartup
  18375. goodies
  18376. using
  18377. using
  18378. quicktime
  18379. conferencing
  18380. utilities
  18381. utility
  18382. v1.5.2
  18383. v1.5.3
  18384. validator
  18385. validator
  18386. validator
  18387. documentation
  18388. validator
  18389. documentation
  18390. variable
  18391. variables
  18392. version
  18393. version
  18394. history
  18395. version
  18396. history
  18397. May 93M.Any Macintosh with the MIDI Manager installed.O0Dev.CD May 00 TC:Tool Chest:Devices:Qwertytunes:P8Dev.CD May 00 TC
  18398.  - Tool Chest
  18399.  - Devices
  18400.  - QwertytunesV
  18401. 68291X
  18402. May 00^
  18403. --set theItem to choose file -- uncomment to test in an AS editor
  18404.     tell application "Finder"
  18405.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Qwertytunes:"
  18406.         activate
  18407.     end tell
  18408. on error errMsg number errNum
  18409.     --enter statements to perform when no records are found such as...
  18410.     display dialog "Sorry, the item you selected could not be found."
  18411.     return
  18412. end try
  18413. e    No Changeq
  18414. Dev.CD May 00 TC
  18415. sD!All Packages
  18416. Tool Chest Edition
  18417. RAMDisk 1.4d5
  18418. <Summary:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  18419. #O\Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:PjDev.CD May 00 TC
  18420.  - Tool Chest
  18421.  - Development Kits
  18422.  - HyperCard Related
  18423.  - XCMDs & XFCNs
  18424.  - Alias XFCN 1.3V
  18425. 67572X
  18426. May 00^
  18427. --set theItem to choose file -- uncomment to test in an AS editor
  18428.     tell application "Finder"
  18429.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:"
  18430.         activate
  18431.     end tell
  18432. on error errMsg number errNum
  18433.     --enter statements to perform when no records are found such as...
  18434.     display dialog "Sorry, the item you selected could not be found."
  18435.     return
  18436. end try
  18437. e    No Changef
  18438. Alias
  18439. HyperCard
  18440. System 7q
  18441. Dev.CD May 00 TC
  18442. $D!All Packages
  18443. Mac OS SDK Edition
  18444. Appearance & CMM SDK 1.0.2
  18445. sources
  18446. spooler
  18447. stack
  18448. standardsw
  18449. starter
  18450. stream
  18451. strip
  18452. styleu
  18453. success
  18454. suite
  18455. suitesm
  18456. super
  18457. survey
  18458. Apr 96L
  18459. Jun 98M
  18460. Macintosh with 68030 processor or later, Open Transport 1.1 installed, Open Transport 1.3 SDK, Metrowerks CodeWarrior Pro 1 or 2 or ETO 23N^Open Transport, code resource, XCMD, CodeWarrior, MPW, 68K, ethernet address, hardware addressO
  18461. Dev.CD May 00 TC:Sample Code:P
  18462. Dev.CD May 00 TC
  18463.  - Sample CodeV
  18464. 67984X
  18465. May 00^
  18466. r--set theItem to choose file -- uncomment to test in an AS editor
  18467.     tell application "Finder"
  18468.         open item "Dev.CD May 00 TC:Sample Code:"
  18469.         activate
  18470.     end tell
  18471. on error errMsg number errNum
  18472.     --enter statements to perform when no records are found such as...
  18473.     display dialog "Sorry, the item you selected could not be found."
  18474.     return
  18475. end try
  18476. e    No ChangefWOpen Transport
  18477. code resource
  18478. CodeWarrior
  18479. ethernet address
  18480. hardware addressq
  18481. Dev.CD May 00 TC
  18482. @D!All Packages
  18483. Tool Chest Edition
  18484. OTDumpInternetStatussh with an ADB KeyboardN!ADB, control key, key, key patch,O
  18485. Dev.CD May 00 TC:Sample Code:nge
  18486. Summary:  MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  18487. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as e
  18488. fficiently as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  18489. This version should work on any PowerMac.  It requires the DrawSprocket shared library, which can be found on the MacOS SDK and also on the Sprockets web page, http://dev.info.apple.com/games.
  18490. Issues:  There aren't any bugs that I know of.  This version runs only in 8-bit mode, although DrawSprocket should set this mo
  18491. workgroup
  18492. server
  18493. working
  18494. workstation
  18495. world
  18496. world
  18497. wrapper
  18498. writeswell
  18499. yellow
  18500. yellow
  18501. yellow
  18502. zanzibar
  18503. zaptcp
  18504. zones
  18505. standards@
  18506. stuff@
  18507. techqa@
  18508. tiff@
  18509. transitions
  18510. themes@
  18511. trim@
  18512. type@
  18513. unmountprojector@
  18514. unwrapcommenttext@
  18515. updated@
  18516. updates
  18517. html@
  18518. versions@
  18519. webobjectsandjava@
  18520. what's@
  18521. wild@
  18522. windows
  18523. system
  18524. files@
  18525. xcmds@
  18526. guide
  18527. systems@
  18528. appleglot
  18529. localization
  18530. internationalization
  18531. translation
  18532. glos@
  18533. applescript@
  18534. Dev.CD Jun 00 RL Disk 1
  18535. D!All Packages
  18536. Tool Chest Edition
  18537. Multiprocessing 2.1 SDK
  18538. This development kit has the information you will need to begin taking advantage of the multiprocessing API. The original MP API was introduced by DayStar Digital, Inc. in 1994 and shipped as a library separate from the operating system. Apple incorporated MP into the operating system starting with Mac OS 8.6 (MP version 2.0). The current version (2.1) ships in Mac OS 9.0.
  18539. This SDK includes documentation, interfaces, libraries and sample code for working with MP 2.1. New sample code (withB
  18540.  source) is included to showcase the new features introduced in MP 2.1, namely support for synchronous I/O from an MP task and access to extended MP task info.
  18541. JNDemo apps
  18542. Documentation
  18543. Guide To SDK Contents
  18544. Interfaces&Libraries
  18545. Sample CodeK
  18546. Feb 97L
  18547. Feb 00:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:V
  18548. 67945X
  18549. 1e    No Changeo
  18550. http://developer.apple.com/sdk/
  18551. CD Oct 9V
  18552. 65758X
  18553. Jan 94
  18554. --set theItem to choose file -- uncomment to test in an AS editor
  18555.     tell application "Finder"
  18556.         open item "Dev.CD Apr 94
  18557. Dev.CD Jan 94
  18558. Dev.CD Oct 93
  18559. Dev.CD Jul 93
  18560. Dev.CD Apr 93"
  18561.         activate
  18562.     end tell
  18563. on error errMsg number errNum
  18564.     --enter statements to perform when no records are found such as...
  18565.     display dialog "Sorry, the item you selected could not be found."
  18566.     return
  18567. end try
  18568. positions
  18569. possibilities
  18570. possibility
  18571. possiblep
  18572. possibly
  18573. post-install
  18574. postal
  18575. poster
  18576. posting
  18577. posts
  18578. postscript
  18579. postscripthandle
  18580. postscripthandledemo
  18581. potential
  18582. potentially
  18583. pottier
  18584. ways_
  18585. wdefcolorsample
  18586. wdefpatch
  18587. wdefs
  18588. we'll
  18589. features
  18590. includes
  18591. demonstration
  18592. documentation
  18593. completec
  18594. features
  18595. macbinary
  18596. dialog
  18597. those
  18598. defining
  18599. feauresb
  18600. februaryj
  18601. fedit
  18602. feedbacko
  18603. felonies
  18604. fernando
  18605. fernicola
  18606. fetchspecification
  18607. fetterman
  18608. files/foldersB
  18609. filetool
  18610. filter
  18611. finalj
  18612. finally
  18613. financingj
  18614. findr
  18615. finder
  18616. finding
  18617. findsh
  18618. firstj
  18619. fitsj
  18620. fivej
  18621. fixesV
  18622. fixingy
  18623. fkeys]
  18624. flavor
  18625. flexibility
  18626. flexible
  18627. floating
  18628. folderR
  18629. folderso
  18630. folks
  18631. follow
  18632. following
  18633. fonte
  18634. footprintg
  18635. panelso
  18636. paneso
  18637. panorama
  18638. panoramas
  18639. panoramic
  18640. paperj
  18641. papserversample
  18642. papworkstation
  18643. parade
  18644. paradigms
  18645. parallels
  18646. parameter
  18647. parameter-block
  18648. parameters
  18649. paraphernalia
  18650. parent
  18651. parrt
  18652. parse
  18653. parsefullpathname
  18654. parserV
  18655. parses
  18656. parsing
  18657. parsons
  18658. partj
  18659. Feb 00
  18660. - Common
  18661.     - Sun Compliant Java Runtime Environment 1.1
  18662.     - QuickTime 3 
  18663.     - QTJava.zip
  18664.     - QTJava media samples
  18665. - Mac OS:
  18666.     - System 8 or later
  18667.     - Macintosh Runtime for Java (MRJ) 2.1
  18668. - Windows 95, 98, or NT::
  18669.     - JRE/JDK from Sun Microsystems, Inc. recommended
  18670. QuickTime, Java, MRJ
  18671. soled
  18672. solid
  18673. solution
  18674. solutions
  18675. someone
  18676. somethingU
  18677. sometimes
  18678. somewhere
  18679. sophisticated
  18680. soulj
  18681. soundP
  18682. sounds
  18683. soundsprocket
  18684. sourcec
  18685. sourcemenu
  18686. sources
  18687. space
  18688. space-saving
  18689. speakj
  18690. speakers
  18691. speaking
  18692. speaksj
  18693. specialT
  18694. specialized
  18695. specifics
  18696. specifically
  18697. 67836X
  18698. Apr 00^
  18699. --set theItem to choose file -- uncomment to test in an AS editor
  18700.     tell application "Finder"
  18701.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:"
  18702.         activate
  18703.     end tell
  18704. on error errMsg number errNum
  18705.     --enter statements to perform when no records are found such as...
  18706.     display dialog "Sorry, the item you selected could not be found."
  18707.     return
  18708. end try
  18709. e    No Changef    Installerq
  18710. Dev.CD Apr 00 SDK1
  18711. D!All Packages
  18712. Mac OS SDK Edition
  18713. Instrumentation SDK 1.0.6
  18714. jThe Instrumentation SDK is primarily a performance tool. It is used to record time-based information about your software as it runs. The viewer application displays this information, which can help you figure out what your software is up to.
  18715. 1.0.6 is a minor bugfix update. It also includes the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  18716. 67837X
  18717. 1e    No Change
  18718.  article below for what's new in Apple Guide 2.1
  18719. 67561X
  18720. Apr 00^
  18721. --set theItem to choose file -- uncomment to test in an AS editor
  18722.     tell application "Finder"
  18723.         open item "Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:Ad Lib:"
  18724.         activate
  18725.     end tell
  18726. on error errMsg number errNum
  18727.     --enter statements to perform when no records are found such as...
  18728.     display dialog "Sorry, the item you selected could not be found."
  18729.     return
  18730. end try
  18731. e    No Changef
  18732. AdLib
  18733.  MacApp
  18734. /A(http://developer.apple.com/tools/macapp/
  18735. Dev.CD Apr 00 SDK1
  18736. D!All Packages
  18737. Mac OS SDK Edition
  18738. AdLib 3.0.1
  18739.     display dialog "Sorry, the item you selected could not be found."
  18740.     return
  18741. end try
  18742. b--set theItem to choose file -- uncomment to test in an AS editor
  18743.     tell application "Finder"
  18744.         open item "Dev.CD Apr 95"
  18745.         activate
  18746.     end tell
  18747. on error errMsg number errNum
  18748.     --enter statements to perform when no records are found such as...
  18749.     display dialog "Sorry, the item you selected could not be found."
  18750.     return
  18751. end try
  18752. the item you selected could not be found."
  18753.     return
  18754. end try
  18755. e    No Changef-component
  18756. compression
  18757. decompression
  18758. scomq
  18759. Dev.CD May 00 TC
  18760. D!All Packages
  18761. Tool Chest Edition
  18762. A/ROSE
  18763.  1.2.1
  18764. uSummary:  Includes the A/ROSE v1.2.1 System Extension, including the associated interface files and object modules.  Latest update for the A/ROSE software, v1.2.1, required for Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details.
  18765. Sample Code.imgK
  18766. Mar 92L
  18767. May 94nge
  18768. --set theItem to choose file -- uncomment to test in an AS editor
  18769.     tell application "Finder"
  18770.         open item "Dev.CD Apr 94
  18771. Dev.CD Jan 94
  18772. Dev.CD Oct 93
  18773. Dev.CD Jul 93
  18774. Dev.CD Apr 93"
  18775.         activate
  18776.     end tell
  18777. on error errMsg number errNum
  18778.     --enter statements to perform when no records are found such as...
  18779.     display dialog "Sorry, the item you selected could not be found."
  18780.     return
  18781. end try
  18782. millions
  18783. mimics
  18784. minilauncher
  18785. minimal
  18786. minimising
  18787. minimizep
  18788. minimum
  18789. minor
  18790. t 2.0J
  18791. CLK 2.0 GMc1K
  18792. Feb 95L
  18793. May 98N+Chinese Language Kit Traditional SimplifiedO9Dev.CD May 00 TC:Language Kits:Chinese Language Kits 2.0:P>Dev.CD May 00 TC
  18794.  - Language Kits
  18795.  - Chinese Language Kits 2.0V
  18796. 65189X
  18797. May 00^
  18798. #pr 94
  18799. traceroute
  18800. traditional
  18801. traffic
  18802. transaction
  18803. translationy
  18804. translation
  18805. macintosh
  18806. translator
  18807. translator
  18808. transport
  18809. traversing
  18810. traversing
  18811. related
  18812. tables
  18813. referential
  18814. integrity
  18815. rules
  18816. valida
  18817. tsmte
  18818. tsmte
  18819. textedit
  18820. inline
  18821. input
  18822. japanese
  18823. internationalizatio
  18824. tuning
  18825. tutorial
  18826. types
  18827. typography
  18828. storage
  18829. class
  18830. driver
  18831. systems
  18832. workstation
  18833. solaris
  18834. hp-ux
  18835. update
  18836. updater
  18837. updates
  18838. usageu
  18839. usedistanthdwrmem
  18840. uselocalhdwrmem
  18841. utilities
  18842. utility
  18843. utility
  18844. space
  18845. variable
  18846. variables
  18847. vector
  18848. unifiedj
  18849. uniform
  18850. uninitiated
  18851. unique
  18852. universal
  18853. universalprocptr
  18854. universityR
  18855. unknown
  18856. unleash
  18857. unless
  18858. unlike
  18859. unlimited
  18860. unload
  18861. unloaded
  18862. unloading
  18863. unlocked
  18864. unlocking
  18865. unmangling
  18866. unmodified
  18867. unmount
  18868. unmount/mount
  18869. unmounted
  18870. unmounted/mounted
  18871. unmounting
  18872. unmountit
  18873. unmountprojector
  18874. unmountvol
  18875. unusual
  18876. unversal
  18877. unwrapcommenttext
  18878. up-to-dateZ
  18879. upcoming
  18880. updateQ
  18881. upper
  18882. upside
  18883. urbina
  18884. access
  18885. collection
  18886. functions
  18887. allowing
  18888. access
  18889. urquhart
  18890. usage
  18891. Wv.CD Oct 93
  18892. Dev.CD Aug 93"
  18893.         activate
  18894.     end tell
  18895. on error errMsg number errNum
  18896.     --enter statements to perform when no records are found such as...
  18897.     display dialog "Sorry, the item you selected could not be found."
  18898.     return
  18899. end try
  18900. D!All Packages
  18901. Tool Chest Edition
  18902. KeyboardControllerI
  18903. This demo program shows how to customise user control of the playback of a movie that is a member of a Compositor using the Keyboard.J
  18904. Sample Code.imgK
  18905. Feb 00
  18906. C:Sample Code:V
  18907. 66623X
  18908. 1e    No Change
  18909. y 00 TC
  18910.  - Tool Chest
  18911.  - Networking
  18912.  - MacTCP
  18913.  - MacTCP Token Ring MTU ToolV
  18914. 65442X
  18915. 1TU ToolV
  18916. 65442X
  18917. 1e    No Change
  18918. stateU
  18919. statements
  18920. states
  18921. statistic
  18922. statistics
  18923. status
  18924. staying
  18925. stays
  18926. stdfilesaver
  18927. stdfilterhacking
  18928. stdout
  18929. stdpix
  18930. steal
  18931. stept
  18932. -by-step
  18933. steps
  18934. steve
  18935. stevens
  18936. stickers
  18937. sticky
  18938. still
  18939. stitching
  18940. stopc
  18941. stopped
  18942. stopping
  18943. stopxpp
  18944. storage
  18945. store
  18946. stored
  18947. storing
  18948. storyj
  18949. stragegyj
  18950. strassmann
  18951. strategicj
  18952. strategies
  18953. strategyj
  18954. stream
  18955. streamedit
  18956. streaming
  18957. streamlined
  18958. america
  18959. amongb
  18960. amongst
  18961. amount
  18962. amounts
  18963. Wonstrates marching ants (the scrolling dashed lines used in a selection rectangle).
  18964. MyDeviceLoop:  This snippet shows how to write a device loop that works u
  18965. e    No Changef"DrawSprocket
  18966. GSpGetVersion
  18967. Toolboxq
  18968. Dev.CD May 00 TC
  18969. D!All Packages
  18970. Tool Chest Edition
  18971. SimpleApp 1.0.2
  18972. Summary: SimpleApp is a general utility for handling TEXT, PICT and movie editing. Its purpose is to demonstrate the human interface features with QuickTime
  18973.  and hold the basic functions of text editing and PICT viewing. There are no new features to v1.0.2, just some bug fixes.
  18974. Features:
  18975. Viewing, editing and saving text files.
  18976. Viewing picture files.
  18977. Viewing, editing and saving movie files.
  18978. Clipboard window supports TEXT,PICT and MooV.
  18979. Preference settings.
  18980. J'Sample PICT
  18981. SimpleApp
  18982. SimpleApp Read MeK
  18983. Aug 93MYAny Macintosh, running System 7.0 on up.  QuickTime
  18984.  1.0  or 1.5 needed but not required.O6Dev.CD May 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:P>Dev.CD May 00 TC
  18985.  - Tool Chest
  18986.  - QuickTime
  18987.  - SimpleApp 1.0.2V
  18988. 68327X
  18989. May 00^
  18990. encodingsw
  18991. license
  18992. readme
  18993. samplecode
  18994. r14d5
  18995. This sample is a very simple web (HTTP) server that demonstrates how to exploit the single-link multi-homing feature of OT 1.3.J
  18996. Sample Code.imgK
  18997. Jun 98M
  18998. Open Transport 1.1.1 or higherNSOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihomingO
  18999. Dev.CD May 00 TC:Sample Code:P
  19000. Dev.CD May 00 TC
  19001.  - Sample CodeV
  19002. 67993X
  19003. May 00^
  19004. r--set theItem to choose file -- uncomment to test in an AS editor
  19005.     tell application "Finder"
  19006.         open item "Dev.CD May 00 TC:Sample Code:"
  19007.         activate
  19008.     end tell
  19009. on error errMsg number errNum
  19010.     --enter statements to perform when no records are found such as...
  19011.     display dialog "Sorry, the item you selected could not be found."
  19012.     return
  19013. end try
  19014. e    No ChangefKOpen Transport
  19015. endpoint
  19016. server
  19017. listen
  19018. single-link
  19019. multihomingq
  19020. Dev.CD May 00 TC
  19021. ID!All Packages
  19022. Tool Chest Edition
  19023. OTStreamLogViewer
  19024.     efore 2.1.  This editor is not part of the official ResEdit release, and has not been rigo
  19025. can be difficult, since there
  19026. s a lot going on beneath the surface. These techniques for detecting problems in MacApp programs can help.
  19027. Chiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  19028. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  19029. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  19030. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  19031. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  19032. t need to be complex, as the simple tools presented here wil
  19033.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  19034.  16 megabytes of  DRAM (memory)
  19035.  Video source (for instance, a video camera or VCR)
  19036.  Audio source (for instance, a  PlainTalk microphone or VCR)
  19037.  Network connection (for instance, Ethernet or ISDN)
  19038.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  19039. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media Conference
  19040. increasing
  19041. incredibly
  19042. increment
  19043. incrementalb
  19044. independant
  19045. independently
  19046. indexb
  19047. index2color
  19048. indexed
  19049. enter statements to perform when no records are found such as...
  19050.     display dialog "Sorry, the item you selected could not be found."
  19051.     return
  19052. end try
  19053. All Packages
  19054. QuickDraw GXO
  19055. Dev.CD Jan 96 SDK1V
  19056. 63182X
  19057. theory
  19058. user-centric
  19059. user-controllable
  19060. user-controlled
  19061. user-defined
  19062. ceived
  19063. usersh
  19064. userstartup
  19065. uses[
  19066. usingA
  19067. Summary:  AppleGlot 2.4b6 is a text translation tool used by the Apple Localizers to localize Apple Software.  AppleGlot extracts the text out of a resource file and dumps it into a text file for translation. Once translated, AppleGlot then replaces the original text by its translation into the resource file. In addition to the regular translation, AppleGlot handles updates from one version to another, and copies over resizeable items.
  19068. Features:
  19069.  supports 'RMAP' resources to remap to a dB
  19070. ifferent template
  19071.  can treat the datafork as a resource
  19072.  environement relative batch file
  19073.  P0nn retry logic
  19074.  file specific templates in a _FileInfo folder
  19075.  auto association by name
  19076.  bug fixes : size fields, speed zone (see 'What's New')
  19077. AppleGlot 2.4b6.imgK
  19078. Dec 95L
  19079. Mar 96M
  19080. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO3Dev.CD May 00 TC:Tool Chest:Localization:AppleGlot:P;Dev.CD May 00 TC
  19081.  - Tool Chest
  19082.  - Localization
  19083.  - AppleGlot{
  19084. !-,1BWSOWM
  19085. p^la[sv~vuv
  19086. w_XC$
  19087. !&*?>$$]
  19088. kNLDADLT^
  19089. -3;ay
  19090. -4;^\gaf`
  19091. $>B;++
  19092. )18Ugvy
  19093. )/3VR
  19094. mSEVq
  19095. 68704X
  19096. Jun 00^    RL Disk 2
  19097. --set theItem to choose file -- uncomment to test in an AS editor
  19098.     tell application "Finder"
  19099.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:macos8:"
  19100.         activate
  19101.     end tell
  19102. on error errMsg number errNum
  19103.     --enter statements to perform when no records are found such as...
  19104.     display dialog "Sorry, the item you selected could not be found."
  19105.     return
  19106. end try
  19107. e    No Change
  19108. encoding
  19109. Unicode
  19110. script
  19111. language
  19112. conversion
  19113. games
  19114. input device
  19115. sprocket
  19116. joystick
  19117. gamepad
  19118. gaming
  19119. blanking
  19120. screen
  19121. display
  19122. buffering
  19123. games
  19124. sprocket
  19125. gaming
  19126. networking
  19127. games
  19128. multiprocessing
  19129. preemptive task
  19130. multitasking
  19131. threads
  19132. threading
  19133. Icon Services
  19134. Icon Utilities
  19135. 'icns'
  19136. icon family
  19137. icon resources
  19138. IconRef
  19139. icon plotting
  19140. Navigation Services
  19141. Standard File
  19142. file management
  19143. file 
  19144. navigation
  19145. opening files
  19146. saving files
  19147. Network Services Location
  19148. file preview
  19149. Apple Help
  19150. Apple Guide
  19151. user assist
  19152. Tool Chest Edition
  19153. File Synchronization 1.1
  19154. schneider
  19155. school
  19156. science
  19157. scoop
  19158. score
  19159. scoring
  19160. scott
  19161. scrambling
  19162. scrap
  19163. screenB
  19164. screen's
  19165. screen-based
  19166. screencompare
  19167. screendump
  19168. screens
  19169. screenshots
  19170. scripth
  19171. scriptability
  19172. scriptableN
  19173. scripted
  19174. scripter
  19175. scripters
  19176. scriptfile
  19177. scriptingh
  19178. scripts
  19179. scriptswitcher8
  19180. secure
  19181. securely
  19182. security
  19183. All Packages
  19184. System Enabler 003 (LC III)OEDev.CD Apr 94
  19185. Dev.CD Jan 94
  19186. Dev.CD Oct 93
  19187. Dev.CD Jul 93
  19188. Dev.CD Apr 93PDDev.CD Apr 94
  19189. Dev.CD Jan 94
  19190. Dev.CD Oct 93
  19191. Dev.CD Jul 93
  19192. Dev.CD Apr 9V
  19193. 68488X
  19194. Apr 94
  19195. --set theItem to choose file -- uncomment to test in an AS editor
  19196.     tell application "Finder"
  19197.         open item "Dev.CD Apr 94
  19198. Dev.CD Jan 94
  19199. Dev.CD Oct 93
  19200. Dev.CD Jul 93
  19201. Dev.CD Apr 93"
  19202.         activate
  19203.     end tell
  19204. on error errMsg number errNum
  19205.     --enter statements to perform when no records are found such as...
  19206.     display dialog "Sorry, the item you selected could not be found."
  19207.     return
  19208. end try
  19209. All Packages
  19210. System Enabler 003 (LC III)OEDev.CD Apr 94
  19211. Dev.CD Jan 94
  19212. Dev.CD Oct 93
  19213. Dev.CD Jul 93
  19214. Dev.CD Apr 93PDDev.CD Apr 94
  19215. Dev.CD Jan 94
  19216. Dev.CD Oct 93
  19217. Dev.CD Jul 93
  19218. Dev.CD Apr 9V
  19219. 68489X
  19220. Apr 94
  19221. s sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  19222. e    No Change
  19223. ATA Demo 1.3
  19224. +ATADemo is a CodeWarrior C sample that will call the ATA Manager and scan the ATA bus and list the various device configuration data.  This sample has been updated to properly work with the .AppleCD driver installed.
  19225. This sample has been updated to properly work with the .AppleCD driver installed.
  19226. Sample Code.imgK
  19227. Jan 98L
  19228. May 99M
  19229. ATA Manager, Mac OS 8.5N
  19230. ATA, ATAPI, CD RomO
  19231. Dev.CD May 00 TC:Sample Code:P
  19232. Dev.CD May 00 TC
  19233.  - Sample CodeV
  19234. 67621X
  19235. May 00^
  19236. r--set theItem to choose file -- uncomment to test in an AS editor
  19237.     tell application "Finder"
  19238.         open item "Dev.CD May 00 TC:Sample Code:"
  19239.         activate
  19240.     end tell
  19241. on error errMsg number errNum
  19242.     --enter statements to perform when no records are found such as...
  19243.     display dialog "Sorry, the item you selected could not be found."
  19244.     return
  19245. end try
  19246. e    No Changef
  19247. ATAPI
  19248. CD Romq
  19249. Dev.CD May 00 TC
  19250. UD!All Packages
  19251. Tool Chest Edition
  19252. ATAErrorDetector
  19253. indexed
  19254. e Open Scripting Architecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then I recommend that you read these articles.
  19255. Here is a list of the OSA features MenuScripter demonstrates:
  19256.  Attaching scripts to objects.
  19257.  Installing a predispatch Apple event handler to allow an objects script first go at handling any events targetted at the object.
  19258.  Directly compiling and executing scripts.
  19259.  Decompiling existing scripts for editing.
  19260.  Gettin
  19261. g and setting properties in scripts.
  19262.  Retrieving information on errors that occur in a script.
  19263.  Loading and storing scripts.
  19264. MenuScripter compiles under :
  19265.   Metrowerks CodeWarrior 7 and 8, 68K and PPC
  19266.   Symantec C++ 8.0.1
  19267.   Symantec 7.0.4
  19268.   ETO, MPW Pro #19 'Latest MPW'- Symantec C++ for MPW, MrC
  19269. Here is a list of the changes to MenuScripter 3.1 to produce MenuScripter 4.0:
  19270.  Updated script terminology consistent with 7Edit 3.1.
  19271.  Improvements to user interface.
  19272.  A results window
  19273. 67897X
  19274. Apr 00^
  19275. --set theItem to choose file -- uncomment to test in an AS editor
  19276.     tell application "Finder"
  19277.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  19278.         activate
  19279.     end tell
  19280. on error errMsg number errNum
  19281.     --enter statements to perform when no records are found such as...
  19282.     display dialog "Sorry, the item you selected could not be found."
  19283.     return
  19284. end try
  19285. e    No Changeq
  19286. Dev.CD Apr 00 SDK1
  19287. D!All Packages
  19288. Mac OS SDK Edition
  19289. Macintosh Easy Open 1.1.1
  19290.     ral public, and pre-release versions for use in testing and development.  Only the final release of MRJ 2.2 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases, see Apple
  19291. s Java Developer web site at http://developer.apple.com/java/.
  19292. The MRJ Redistribution SDK includes the file 
  19293. MRJ Redistribution.smi
  19294.  that you will bundle with your own product.  Installing and running MRJ will require additional mem
  19295. ication for System 7.5 will give an application the appearance of the default grayscale theme for Copland, it carries with it the risk of incompatability that any custom interface definitions will have when switching themes under Copland.
  19296. This version of Apple Grayscale Appearance for System 7.5 contains an updated appearance for the disabled state of all windows, dialog boxes, and controls. In response to feedback from developers and users regarding the difficulty of distinguishing activ
  19297. e windows from inactive windows, we have changed the appearance of all inactive windows and disabled controls. This updated appearance gives users better feedback about inactive windows and dialog boxes. It also provides more affordance in the active windows and enabled controls. 
  19298. This version of the document also contains the appearance for tab panels (tabs and content panes) which appear in dialog boxes. It shows tabs in small and large sizes. 
  19299. Use of the Grayscale Appearance design in
  19300. Dev.CD Jun 97 SSV
  19301. 68112X
  19302. Jun 97
  19303. f--set theItem to choose file -- uncomment to test in an AS editor
  19304.     tell application "Finder"
  19305.         open item "Dev.CD Jun 97 SSW"
  19306.         activate
  19307.     end tell
  19308. on error errMsg number errNum
  19309.     --enter statements to perform when no records are found such as...
  19310.     display dialog "Sorry, the item you selected could not be found."
  19311.     return
  19312. end try
  19313. D!All Packages
  19314. Mac OS SDK Edition
  19315. QuickDraw 3D for Windows 1.5.2
  19316. QuickDraw
  19317.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  19318. QuickDraw 3D v1.5.2K
  19319. Sep 97N
  19320. QuickDraw 3D, Windows, Metafile
  19321. ?D!All Packages
  19322. Tool Chest Edition
  19323. OTCodeResource
  19324. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  19325. Sample Code.imgar background color but no other drawing is affected.
  19326. Don't have the Appearance Manager running.
  19327. Sample Code.imgK
  19328. Aug 97N$color, controls, draw, window, tableoks with 16-bit sound-in running System 7.5 or later.N"PlainTalk, Speech Recognition, ASROFDev.CD Apr 00 SDK1:Development Kits:Mac OS:Speech Recognition Manager:PNDev.CD Apr 00 SDK1
  19329.  - Development Kits
  19330.  - Mac OS
  19331.  - Speech Recognition Manager
  19332. technologyh
  19333. technote
  19334. technotes
  19335. tecsetbasicoptions
  19336. teknosys
  19337. telephone
  19338. telephones
  19339. telephony
  19340. tells
  19341. templatey
  19342. templatesz
  19343. temporalw
  19344. temporarily
  19345. temporary
  19346. disassembler
  19347. viewer
  19348. edito
  19349. resolution
  19350. resource
  19351. resourcesY
  19352. return
  19353. return
  19354. investment
  19355. business
  19356. processes
  19357. interactive
  19358. media
  19359. rgbforecolor
  19360. ringQ
  19361. riser
  19362. robustness
  19363. router
  19364. routing
  19365. runtime
  19366. sample
  19367. sample
  19368. traffic
  19369. light
  19370. saving
  19371. scanner
  19372. scomP
  19373. screen
  19374. script\
  19375. scriptable\
  19376. install
  19377. install
  19378. locales
  19379. locales
  19380. localization
  19381. localization
  19382. japan
  19383. localization
  19384. tools
  19385. locator
  19386. looksmart
  19387. looksmart
  19388. lookup
  19389. lookupmenu
  19390. lurkers
  19391. lurkers
  19392. lurkers
  19393. lurkers
  19394. lurkers
  19395. readme
  19396. lurkers
  19397. readme
  19398. 4.0.1
  19399. install
  19400. graphics
  19401. primer
  19402. interfaces
  19403. guidelines
  19404. development
  19405. toolkit
  19406. runtime
  19407. architectures
  19408. encodingsw
  19409. license
  19410. readme
  19411. samplecode
  19412. logy required for DVD production.
  19413. Apr 99ployj
  19414. emptied
  19415. empty
  19416. emulation
  19417. emulator
  19418. enableq
  19419. e    No Changef
  19420. Finder Windows
  19421. Hackq
  19422. Dev.CD May 00 TC
  19423. D!All Packages
  19424. Tool Chest Edition
  19425. Switch StackIXDemonstrates how to switch to a private stack correctly.
  19426. Issues: Only compiles for 68K.J
  19427. Sample Code.imgK
  19428. Apr 98N
  19429. private, stack, switch, snifferO
  19430. Dev.CD May 00 TC:Sample Code:P
  19431. Dev.CD May 00 TC
  19432.  - Sample CodeV
  19433. 68373X
  19434. May 00^
  19435. r--set theItem to choose file -- uncomment to test in an AS editor
  19436.     tell application "Finder"
  19437.         open item "Dev.CD May 00 TC:Sample Code:"
  19438.         activate
  19439.     end tell
  19440. on error errMsg number errNum
  19441.     --enter statements to perform when no records are found such as...
  19442.     display dialog "Sorry, the item you selected could not be found."
  19443.     return
  19444. end try
  19445. e    No Changef
  19446. private
  19447. stack
  19448. switch
  19449. snifferq
  19450. Dev.CD May 00 TC
  19451. D!All Packages
  19452. Tool Chest Edition
  19453. F    SyncCatch
  19454. All Packages
  19455. QuickDraw GXO
  19456. Dev.CD Jun 97 SSWP
  19457. Dev.CD Jun 97 SSV
  19458. 65716X
  19459. Jun 97
  19460.  few of which are explored in this article. 
  19461. 64-Bit Integer Math on 680x0 Machines  by Dale Semchishen.  There
  19462. s a 64-bit library built into the Toolbox on the Power Macintosh, and there
  19463. s also one built into QuickDraw GX. Finally, here
  19464. s a library that will work on any Macintosh, using built-in routines if available.
  19465. GRAPHICAL TRUFFLES:  Dynamic Display Dilemmas  by Kent Miller and Cameron Esfahani.  How your application can live copacetically with the Display Manager.
  19466. MPW TIPS AND TRI
  19467. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  19468. s powerful, scriptable text editing capabilities. 
  19469. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  19470. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  19471. re not giving up.
  19472. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  19473. 68329X
  19474. May 00^
  19475. r--set theItem to choose file -- uncomment to test in an AS editor
  19476.     tell application "Finder"
  19477.         open item "Dev.CD May 00 TC:Sample Code:"
  19478.         activate
  19479.     end tell
  19480. on error errMsg number errNum
  19481.     --enter statements to perform when no records are found such as...
  19482.     display dialog "Sorry, the item you selected could not be found."
  19483.     return
  19484. end try
  19485. e    No ChangefAJava Tutorial
  19486. Introduction to Java Programming
  19487. Learning Java
  19488. Javaq
  19489. Dev.CD May 00 TC
  19490. D!All Packages
  19491. Tool Chest Edition
  19492. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  19493. Slot Look info.txt
  19494. Slotlook
  19495. Slotlook.c
  19496. Slotlook.c.o
  19497. Slotlook.make
  19498. Slotlook.rK
  19499. Oct 92OADev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PLDev.CD May 00 TC
  19500.  - Tool Chest
  19501.  - Devices
  19502.  - NuBus/Slot Manager
  19503.  - Slot LookV
  19504. 68330X
  19505. May 00^
  19506. Sep 99N$Inside Mac, Inside Macintosh, Mac OSO3Dev.CD Jun 00 RL Disk 2:Technical Publications:mac:P8Dev.CD Jun 00 RL Disk 2
  19507.  - Technical Publications
  19508.  - macV
  19509. 68703X
  19510. Jun 00^    RL Disk 2
  19511. --set theItem to choose file -- uncomment to test in an AS editor
  19512.     tell application "Finder"
  19513.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:mac:"
  19514.         activate
  19515.     end tell
  19516. on error errMsg number errNum
  19517.     --enter statements to perform when no records are found such as...
  19518.     display dialog "Sorry, the item you selected could not be found."
  19519.     return
  19520. end try
  19521. card-with-bridge-chi
  19522. cardbus
  19523. cardsQ
  19524. cards&drivers
  19525. carej
  19526. careful
  19527. carefully
  19528. carole
  19529. istics
  19530. characters
  19531. check
  19532. checkingY
  19533. chesley
  19534. chinese
  19535. choices
  19536. choosex
  19537. thinks
  19538. third
  19539. third-partyo
  19540. thisB
  19541. Wion "Finder"
  19542.         open item "Dev.CD Apr 94
  19543. Dev.CD Jan 94"
  19544.         activate
  19545.     end tell
  19546. on error errMsg number errNum
  19547.     --enter statements to perform when no records are found such as...
  19548.     display dialog "Sorry, the item you selected could not be found."
  19549.     return
  19550. end try
  19551. erage
  19552. what's[
  19553. what's
  19554. updated
  19555. whatever
  19556. whenW
  19557. whichW
  19558. Sep 92L
  19559. Sep 93MMSystem 6 or above. System 7 or above if Apple Event and Apple Script is used.N.data conversion, Apple Event server, scriptingO<Dev.CD May 00 TC:Tool Chest:Toolbox:Clipboard Magician 0.76:PDDev.CD May 00 TC
  19560.  - Tool Chest
  19561.  - Toolbox
  19562.  - Clipboard Magician 0.76V
  19563. 67668X
  19564. May 00^
  19565. --set theItem to choose file -- uncomment to test in an AS editor
  19566.     tell application "Finder"
  19567.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:Clipboard Magician 0.76:"
  19568.         activate
  19569.     end tell
  19570. on error errMsg number errNum
  19571.     --enter statements to perform when no records are found such as...
  19572.     display dialog "Sorry, the item you selected could not be found."
  19573.     return
  19574. end try
  19575. e    No Changef,data conversion
  19576. Apple Event server
  19577. scriptingq
  19578. Dev.CD May 00 TC
  19579. D!All Packages
  19580. Tool Chest Edition
  19581. CODE Editor for ResEdit 2.1
  19582.     ry, the item you selected could not be found."
  19583.     return
  19584. end try
  19585. All Packages
  19586. System 7.5 Update 1.0O
  19587. Dev.CD Jul 95V
  19588. 67183X
  19589. mappings
  19590. markc
  19591. market
  19592. marketing
  19593. marketing
  19594. stuff
  19595. markpascal
  19596. masher
  19597. mdefproc
  19598. mdefproc
  19599. documentation
  19600. corners
  19601. corporate
  19602. corporation
  19603. correct
  19604. corrects
  19605. correlate
  19606. correspondence
  19607. corresponding
  19608. corresponds
  19609. corrosponding
  19610. corruption
  19611. cosmetic
  19612. costly
  19613. costsj
  19614. couldX
  19615. couldn't
  19616. horizon
  19617. horizontal
  19618. horizontally
  19619. hostT
  19620. host-target
  19621. hosted
  19622.  function didn't include space for a return code.  I was using a prerelease of the System 7.5.3 tech note.  It shouldn't have caused any problems, but I'm being anal.)
  19623. PackMan C:  This snippet shows how to implement a simpleChooser Package in C, based on Scott 
  19624.  Zimmerman's PACKman pascal sample
  19625. PBxxx Serial Demo:  Shows how to use the serial ports correctly. 
  19626.  Connect your macs up with a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  19627. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  19628. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  19629. async
  19630. device
  19631. asynchronous
  19632. asynchronous
  19633. atapi
  19634. atmark
  19635. atsui
  19636. attributes
  19637. atworld
  19638. audio
  19639. authentication
  19640. automated
  19641. automated
  19642. testing
  19643. automation
  19644. aware
  19645. balloon
  19646. balloons
  19647. bandwidthA
  19648. services
  19649. based
  19650. batch
  19651. batch
  19652. processing
  19653. cursor
  19654. blitters
  19655. block
  19656. bridge
  19657. broadcast
  19658. browse
  19659. browse
  19660. internet
  19661. services
  19662. browser
  19663. buffered
  19664. buffered
  19665. system
  19666. reports
  19667. built-in
  19668. bundle
  19669. bundle
  19670. services
  19671. burned-in
  19672. burned-in
  19673. address
  19674. business
  19675. business
  19676. processes
  19677. button
  19678. buttons
  19679. opentransport
  19680. standard
  19681. library
  19682. cacheA
  19683. cache
  19684. ratesA
  19685. folder
  19686. contains
  19687. archives
  19688. format
  19689. apple
  19690. package
  19691. contains
  19692. appleshare
  19693. 3.6.5
  19694. first
  19695. package
  19696. contains
  19697. processor
  19698. emulator
  19699. extensions
  19700. sample
  19701. demonstrates
  19702. ottransferproviderow
  19703. sample
  19704. demonstrates
  19705. easiest
  19706. transpo@
  19707. sample
  19708. includes
  19709. source
  19710. libraries
  19711. which
  19712. provide@
  19713. sample
  19714. designed
  19715. proper
  19716. thooks@
  19717. those
  19718. though@
  19719. thoughts@
  19720. three-dimensional@
  19721. tiac@
  19722. tiresome@
  19723. support
  19724. sales
  19725. products
  19726. apple
  19727. conjunction
  19728. written@
  19729. wrong@
  19730. you'll@
  19731. zoomdocproc@
  19732. 03-information
  19733. registrati
  19734. 1.4.2@
  19735. about@
  19736. about
  19737. appleshare
  19738. client
  19739. aegizmos
  19740. 1.4.2@
  19741. apple
  19742. directions
  19743. 03/96@
  19744. apple
  19745. event
  19746. xcmds
  19747. 1.0b3@
  19748. apple
  19749. standardsw
  19750. computingZ
  19751. concentrate
  19752. concentric
  19753. concepts
  19754. conceptual
  19755. concern
  19756. concerns
  19757. concerted
  19758. concordia
  19759. concrete
  19760. concurrent
  19761. concurrently
  19762. condition
  19763. conditional
  19764. conditions
  19765. condone
  19766. conference
  19767. conferences
  19768. conferencingj
  19769. confessionsj
  19770. confidentj
  19771. confidential
  19772. config
  19773. configurable
  19774. configurationx
  19775. configuration
  19776. dialog
  19777. configurationsx
  19778. ition
  19779. Telephone Manager 3.0
  19780. application's[
  19781. application/system
  19782. code into their own program.
  19783. Issues: This program only runs 
  19784. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  19785. Changes from Disk Copy 6.3.2
  19786.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  19787. Changes from Disk Copy 6.3.1
  19788.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  19789.  Added support for making floppies from certain USB floppy drives.
  19790.  Various i
  19791. nterface improvements.
  19792. Changes from Disk Copy 6.3
  19793.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  19794. Changes from Disk Copy 6.2
  19795.  Added Navigation Services support.
  19796.  Added ability to duplicate a floppy.
  19797.  Added support for creating self-mounting images.
  19798.  Various improvements to AppleScript support.
  19799.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  19800.  Imaging a fo
  19801. 67868X
  19802. May 00^
  19803. --set theItem to choose file -- uncomment to test in an AS editor
  19804.     tell application "Finder"
  19805.         open item "Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8 API:"
  19806.         activate
  19807.     end tell
  19808. on error errMsg number errNum
  19809.     --enter statements to perform when no records are found such as...
  19810.     display dialog "Sorry, the item you selected could not be found."
  19811.     return
  19812. end try
  19813. e    No Changeq
  19814. Dev.CD May 00 TC
  19815. D!All Packages
  19816. Tool Chest Edition
  19817. LaserWriter 8.5.1GM
  19818. The LaserWriter 8.5.1 release contains many nwe utilities and features for both the user and the developer (see below for a list)
  19819. The LaserWriter 8.5.1 release contains:
  19820. Desktop Printer Utility 1.0- allows creation of TCP/IP/LPR, virtual, and hold desktop printers
  19821. Redesigned Custom Page Size Support
  19822. PostScript Level 3 support
  19823. Expanded ColorSync 2.1.x support
  19824. Collation
  19825. Print To PDF
  19826. LaserWriter 8.5.1 GM.seaK
  19827. Jun 95L
  19828. Jan 98N"LaserWriter 8 driver printer 8.5.1W
  19829. MxFor optimal use, Japanese system software 7.1 or Japanese Language Kit are required. Application runs on SSW 6.0 and up.NBTSMTE, TSM, TextEdit, inline input, Japanese, internationalizationO
  19830. Dev.CD May 00 TC:Sample Code:P
  19831. Dev.CD May 00 TC
  19832.  - Sample CodeV
  19833. 67831X
  19834. May 00^
  19835. r--set theItem to choose file -- uncomment to test in an AS editor
  19836.     tell application "Finder"
  19837.         open item "Dev.CD May 00 TC:Sample Code:"
  19838.         activate
  19839.     end tell
  19840. on error errMsg number errNum
  19841.     --enter statements to perform when no records are found such as...
  19842.     display dialog "Sorry, the item you selected could not be found."
  19843.     return
  19844. end try
  19845. Movedf=TSMTE
  19846. TextEdit
  19847. inline input
  19848. Japanese
  19849. internationalizationq
  19850. Dev.CD May 00 TC
  19851. D!All Packages
  19852. Tool Chest Edition
  19853. InputSprocket SDKI
  19854. This is the SDK for InputSprocket 1.7 which provides support for using joysticks, keyboards, mice,  and other input devices when playing games on your Macintosh computer.e    No Change
  19855. leEvents
  19856. coachmarks
  19857. coach 
  19858. sequences
  19859. Help Browser
  19860. Help Center
  19861. user help
  19862. user guide
  19863. help pages
  19864. ATSUI
  19865. Unicode
  19866. imaging
  19867. fonts
  19868. characters
  19869. glyphs
  19870. layout
  19871. network
  19872. location
  19873. Network Services Location Manager
  19874. clock
  19875. Date & Time
  19876. fonts
  19877. Font Manager
  19878. Font Management
  19879. Multilingual Text Editor
  19880. TextEdit
  19881. MultiLingual Text Editing
  19882. Unicode
  19883. 32K limit
  19884. 32K barrier
  19885. fonts
  19886. FontSync
  19887. Font Sync
  19888. mismatch
  19889. match
  19890. matching
  19891. File Manager
  19892. HFS Plus
  19893. Unicode
  19894. named fC
  19895. filename
  19896. file system
  19897. ATSUI
  19898. Apple Type Services for Unicode Imaging
  19899. Apple Advanced Typography
  19900. typography
  19901. fonts
  19902. Unicode
  19903. rendering
  19904. Carbon
  19905. CarbonLib
  19906. porting
  19907. Mac OS 9
  19908.     end tell
  19909. on error errMsg number errNum
  19910.     --enter statements to perform when no records are found such as...
  19911.     display dialog "Sorry, the item you selected could not be found."
  19912.     return
  19913. end try
  19914. e    No Changeq
  19915. Dev.CD May 00 TC
  19916. PD!All Packages
  19917. Tool Chest Edition
  19918. DIMM Config&Interleave v1.1
  19919. ~--set theItem to choose file -- uncomment to test in an AS editor
  19920.     tell application "Finder"
  19921.         open item "Dev.CD Oct 93
  19922. Dev.CD Jul 93
  19923. Dev.CD Apr 93"
  19924.         activate
  19925.     end tell
  19926. on error errMsg number errNum
  19927.     --enter statements to perform when no records are found such as...
  19928.     display dialog "Sorry, the item you selected could not be found."
  19929.     return
  19930. end try
  19931. All Packages
  19932. F    QuickTimeO
  19933. Dev.CD Oct 93
  19934. Dev.CD Jul 93P
  19935. Dev.CD Oct 93
  19936. Dev.CD Jul 9V
  19937. 68240X
  19938. Oct 93
  19939. p--set theItem to choose file -- uncomment to test in an AS editor
  19940.     tell application "Finder"
  19941.         open item "Dev.CD Oct 93
  19942. Dev.CD Jul 93"
  19943.         activate
  19944.     end tell
  19945. on error errMsg number errNum
  19946.     --enter statements to perform when no records are found such as...
  19947.     display dialog "Sorry, the item you selected could not be found."
  19948.     return
  19949. end try
  19950. All Packages
  19951. F    QuickTimeO
  19952. Dev.CD Oct 93
  19953. Dev.CD Jul 93P
  19954. Dev.CD Oct 93
  19955. Dev.CD Jul 9V
  19956. 68241X
  19957. Oct 93
  19958. packages
  19959. demonstrates
  19960. programmatically
  19961. background
  19962. demonstrates
  19963. switch
  19964. private
  19965. stack
  19966. correctly
  19967. demonstrating\
  19968. demonstrationc
  19969. peoplesoft/apple
  19970. peoplesoft/apple
  19971. white
  19972. paper
  19973. peoplesurveyor
  19974. peoplesurveyor
  19975. 2.1.2
  19976. performa
  19977. performa
  19978. 7.1p2
  19979. performa
  19980. 7.1p5
  19981. performa
  19982. 7.1p6
  19983. performance
  19984. performance
  19985. tools
  19986. pgpuam
  19987. photoshop
  19988. picker
  19989. pippin
  19990. pippin
  19991. technical
  19992. notes
  19993. player
  19994. playmovie
  19995. playtune
  19996. plug-ins
  19997. plugins
  19998. popupfuncs
  19999. popupfuncs
  20000. 2.6.1
  20001. porting
  20002. porting
  20003. objective-c
  20004. posers
  20005. postscript
  20006. postscript
  20007. output
  20008. filters
  20009. postscript
  20010. utilities
  20011. installer
  20012. chinese
  20013. language
  20014. installer-related
  20015. --set theItem to choose file -- uncomment to test in an AS editor
  20016.     tell application "Finder"
  20017.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:"
  20018.         activate
  20019.     end tell
  20020. on error errMsg number errNum
  20021.     --enter statements to perform when no records are found such as...
  20022.     display dialog "Sorry, the item you selected could not be found."
  20023.     return
  20024. end try
  20025. Deletedq
  20026. Dev.CD Dec 99 RL
  20027. JD!All Packages
  20028. Mac OS SDK Edition
  20029. DeveloperDocumentation: Carbon
  20030. EThis document provides preliminary information about the Carbon printing interface to help you convert your existing Mac OS 8 applications to Carbon. It offers code samples, detailed comparisons between the original Printing Manager and the new Carbon Printing Manager, and a complete  Carbon Printing Manager API reference.
  20031. CarbonPrintingMgrK
  20032. Jan 00K1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:V
  20033. 66505X
  20034. 1e    No Change
  20035.  SDK:
  20036. opens
  20037. openselection
  20038. openstep
  20039. openstep
  20040. documentation
  20041. applies
  20042. rhapsody
  20043. means
  20044. opentransport
  20045. openwindow
  20046. rators
  20047. opf-opendoc
  20048. opportunityh
  20049. optimal
  20050. optimizations
  20051. optimize
  20052. optimized
  20053. optimizer
  20054. optimizingj
  20055. optimum
  20056. option
  20057. optional
  20058. options
  20059. safely
  20060. safety
  20061. sakesj
  20062. sales
  20063. sameZ
  20064. sampleP
  20065. Summary: This is the electronic version of develop magazine.
  20066.  Issue 6 highlights:
  20067. Threads on the Macintosh  by Michael Gough.   Multiple concurrent 
  20068. threads of execution on the Macintosh? You bet! This article presents a complete threads package, talks about its implementation, and shows you how to use it.
  20069. QuickDraw's CopyBits Procedure: Better Than Ever in System 7.0  by Konstantin Othmer.   In System 7.0, the internal workings of this versatile routine have changed (for the better, o
  20070. f course!). Learn all about the differences, and check out some simple but useful image processing techniques.
  20071. MacTCP Cookbook: Constructing Network-Aware Applications   
  20072. by Steve Falkenburg.   Networking for the rest of us. Here's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  20073. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  20074.  Alexander.   A potential color printing problem, and s
  20075. projectdrag
  20076. applets
  20077. projectdrag
  20078. manual
  20079. projectfolders
  20080. projectmenu
  20081. projects
  20082. projectxplugin68k
  20083. projectxplugin68knfp
  20084. projectxpluginppc
  20085. projlistmenu
  20086. promptoid
  20087. promptoid
  20088. protocol
  20089. protos
  20090. prototyping
  20091. prototyping
  20092. toolkit
  20093. ptags
  20094. ptags
  20095. manual
  20096. ptags
  20097. manual
  20098. pubscatalog
  20099. pubscatalog
  20100. pubsorderform
  20101. pubsorderform
  20102. survival
  20103. qcopy
  20104. qcopy
  20105. environment
  20106. utilities
  20107. graphics
  20108. objects
  20109. printing
  20110. blockmove
  20111. blockreader
  20112. rings
  20113. brink
  20114. broadcast
  20115. broadcast-ready
  20116. brochure
  20117. bruce
  20118. bruyndonckx
  20119. bryan
  20120. buffering
  20121. buginfo
  20122. ent/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  20123. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  20124. s) or by contacting an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  20125. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  20126. Network Server Dev. GuideK
  20127. Jun 96N.AIX, Network Server, Symbiotic, client, serverNo Change
  20128. palette
  20129. All Packages
  20130. System Enabler 201 (PB Duo)O7Dev.CD Apr 94
  20131. Dev.CD Jan 94
  20132. Dev.CD Oct 93
  20133. Dev.CD Jul 93P6Dev.CD Apr 94
  20134. Dev.CD Jan 94
  20135. Dev.CD Oct 93
  20136. Dev.CD Jul 9V
  20137. 68643X
  20138. Apr 94
  20139. --set theItem to choose file -- uncomment to test in an AS editor
  20140.     tell application "Finder"
  20141.         open item "Dev.CD Apr 94
  20142. Dev.CD Jan 94
  20143. Dev.CD Oct 93
  20144. Dev.CD Jul 93"
  20145.         activate
  20146.     end tell
  20147. on error errMsg number errNum
  20148.     --enter statements to perform when no records are found such as...
  20149.     display dialog "Sorry, the item you selected could not be found."
  20150.     return
  20151. end try
  20152. All Packages
  20153. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  20154. Dev.CD Jan 94
  20155. Dev.CD Oct 93
  20156. Dev.CD Jul 93
  20157. Dev.CD Apr 93PDDev.CD Apr 94
  20158. Dev.CD Jan 94
  20159. Dev.CD Oct 93
  20160. Dev.CD Jul 93
  20161. Dev.CD Apr 9V
  20162. 68644X
  20163. Apr 94
  20164. enable
  20165. mouse
  20166. keyboard
  20167. enable
  20168. speech
  20169. Sample Code.imgK
  20170. Feb 92L
  20171. May 96O
  20172. Dev.CD May 00 TC:Sample Code:nge
  20173. material[
  20174. materialsu
  20175. mathematical
  20176. mathlib
  20177. matrix
  20178. matter
  20179. matters
  20180. matthew
  20181. mature
  20182. maurer
  20183. maurice
  20184. maximally
  20185. maximize
  20186. maximum
  20187. maybe
  20188. mbytes
  20189. mcbride
  20190. mdefproc
  20191. mdefs
  20192. means
  20193. meant
  20194. measurable
  20195. measure
  20196. measurement
  20197. measuring
  20198. mechanics
  20199. modified[
  20200. r--set theItem to choose file -- uncomment to test in an AS editor
  20201.     tell application "Finder"
  20202.         open item "Dev.CD May 00 TC:Sample Code:"
  20203.         activate
  20204.     end tell
  20205. on error errMsg number errNum
  20206.     --enter statements to perform when no records are found such as...
  20207.     display dialog "Sorry, the item you selected could not be found."
  20208.     return
  20209. end try
  20210. s-swedish
  20211. t the HTML files which underlie search engine web pages and if they
  20212. re proficient with tools such as BBEdit, a flexible text editor available from Bare Bones Software and ResEdit, a free utility from Apple. 
  20213. The plug-ins in this package are just a representative sample of what can be accomplished using this powerful search technology.
  20214. Information on how you can take develop plug-ins is available at our web site at http://www.apple.com/sherlock/plugindev.html
  20215. AmazonBooks.src
  20216. AmazonMusic.src
  20217. Apple.src
  20218. AppleSWUpdates-English.src
  20219. AppleSWUpdates-WW.src
  20220. BarnesAndNoble.src
  20221. CNN.src
  20222. DirectHit.src
  20223. HotBot.src
  20224. LookSmart.src
  20225. MacGuide.src
  20226. XTNow.src
  20227. Yahoo.srcK
  20228. Jan 99L
  20229. Feb 99N
  20230. engine, Internet, SherlockO/Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:P4Dev.CD Feb 99 TC
  20231.  - What's New?
  20232.  - Sherlock Plug-ins
  20233. 1.1.3
  20234. 1.1.4
  20235. 1.1b1
  20236. 1.1b8
  20237. 1.2.1Q
  20238. 1.2.3
  20239. 1.3.4
  20240. 1.3b5
  20241. 1.4.1
  20242. 1.4.2_
  20243. 1.4.9
  20244. Summary:  The Apple ScriptX Interactive Multimedia Platform
  20245. With the delivery of Version 1.5, the ScriptX Multimedia Platform is taking the first steps towards establishing a premier platform for the development and delivery of the next generation of multimedia applications and tools.
  20246. The platform consists of three elements:  The ScriptX Media Player, the ScriptX Language and Class Library, and the ScriptX application development and authoring tools.
  20247. The ScriptX Language Kit Version 1.5
  20248.  contains over 250 "core classes" for multimedia development.  They include facilities for Title Management for creating and managing ScriptX applications, Composition Facilities, Graphics, Timed Behavior facilities for handling time-based streams and sequences, Interaction facilities for creating user interface elements, Data Management facilities, and Language Support Facilities.
  20249. See the document "About ScriptX" for details.
  20250. Apr 96L
  20251. Jul 96.1b3U
  20252. parser
  20253. 5.0.7V
  20254. adbreinitW
  20255. --set theItem to choose file -- uncomment to test in an AS editor
  20256.     tell application "Finder"
  20257.         open item "Dev.CD Apr 94
  20258. Dev.CD Jan 94
  20259. Dev.CD Oct 93
  20260. Dev.CD Aug 93"
  20261.         activate
  20262.     end tell
  20263. on error errMsg number errNum
  20264.     --enter statements to perform when no records are found such as...
  20265.     display dialog "Sorry, the item you selected could not be found."
  20266.     return
  20267. end try
  20268. This update to Toolbox assistant includes the following QuickView databases:
  20269. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  20270. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  20271. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  20272. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  20273. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  20274. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  20275. premastering
  20276. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  20277. the medium.
  20278. Working with DVD requires an in-depth understanding of the fo
  20279. ^rmat, production process, and tools required to bring titles to market. By
  20280. understanding DVD and all that it entails, professional media develop-ers
  20281. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  20282. Apr 99ound."
  20283.     return
  20284. end try
  20285. All Packages
  20286. PowerTalk (PPC)O
  20287. Dev.CD Oct 94P
  20288. Dev.CD Oct 9V
  20289. 66825X
  20290. Oct 94
  20291. apple
  20292. events
  20293. appleevents]
  20294. aegizmos_
  20295. after
  20296. newgworld
  20297. usedistanthdwrmem
  20298. uselocalhdwrmem
  20299. airport
  20300. network
  20301. server
  20302. symbiotic
  20303. client
  20304. server
  20305. aliasc
  20306. alias
  20307. hypercard
  20308. system
  20309. allocators
  20310. altivec
  20311. altivec
  20312. emulator
  20313. analog
  20314. analysis
  20315. animation
  20316. antlr
  20317. antlr
  20318. pccts
  20319. parser
  20320. generator
  20321. compiler
  20322. tools
  20323. appearanced
  20324. appearance
  20325. gworld
  20326. off-screen
  20327. appearance
  20328. keyboard
  20329. function
  20330. keyse
  20331. appearance
  20332. managerd
  20333. append
  20334. appkit
  20335. apple\
  20336. apple
  20337. events
  20338. spell
  20339. grammar
  20340. writeswell
  20341. spellswell
  20342. working
  20343. stream will be released.  This will prevent most of the Mac crashes associated wit
  20344. 67731X
  20345. Sept 9^
  20346. --set theItem to choose file -- uncomment to test in an AS editor
  20347.     tell application "Finder"
  20348.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  4:"
  20349.         activate
  20350.     end tell
  20351. on error errMsg number errNum
  20352.     --enter statements to perform when no records are found such as...
  20353.     display dialog "Sorry, the item you selected could not be found."
  20354.     return
  20355. end try
  20356. Deletedq
  20357. Dev.CD Sept 96 RL
  20358. CD(All Packages
  20359. Reference Library Edition
  20360. develop Issue  5
  20361. protocol
  20362. after
  20363. after
  20364. airport
  20365. alias
  20366. allocators
  20367. altivec
  20368. analog
  20369. analysis
  20370. webobjects
  20371. animation
  20372. antlr
  20373. appearanced
  20374. appearance
  20375. managerd
  20376. appearance
  20377. append
  20378. appkit
  20379. appkit
  20380. reference
  20381. authorsp
  20382. autoz
  20383. autoguest
  20384. Summary:    This ResEdit editor lets you prepare localized number format descriptions that you can use in conjunction with the number formatting routines provided by the Macintosh Text Utilities. Using localized number format descriptions doesn't give you all the flexibility provided by the approach in "International Number Formatting" in Develop 16, but if you know that your application will only have to work with system software localized for the same language, it's usually adequate. And
  20385. R this ResEdit editor is certainly the nicest way to create the localized resources.
  20386. Features:
  20387.  creates new FMAT resources from a format string.
  20388.  lets you pick characters for format string from a palette.
  20389.  works with any script system.
  20390.  displays sample numbers to give you immediate feedback.
  20391. Issues:  Provided by Michael Hecht, SAS.
  20392. FMAT Editor.imgK
  20393. Jan 94M
  20394. ResEditN(number formatting, ResEdit, localizationO5Dev.CD May 00 TC:Tool Chest:Localization:FMAT Editor:
  20395. May 00^
  20396. sample
  20397. demonstrates
  20398. easiest
  20399. transpo
  20400. sample
  20401. demonstrates
  20402. mapper
  20403. sample
  20404. demonstrates
  20405. no-copy
  20406. receives
  20407. under
  20408. ly Disassembler Viewer Editor RSSC HEXAOmDev.CD May 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:P{Dev.CD May 00 TC
  20409.  - Tool Chest
  20410.  - Developer Utilities
  20411.  - ResEdit 2.1.3
  20412.  - ResEdit Extensions
  20413.  - CODE Editor for ResEdit 2.1
  20414. All Packages
  20415. System 7.5 Update 1.0O
  20416. Dev.CD Jan 96 SSWP
  20417. Dev.CD Jan 96 SSV
  20418. 65939X
  20419. Jan 96
  20420. f--set theItem to choose file -- uncomment to test in an AS editor
  20421.     tell application "Finder"
  20422.         open item "Dev.CD Jan 96 SSW"
  20423.         activate
  20424.     end tell
  20425. on error errMsg number errNum
  20426.     --enter statements to perform when no records are found such as...
  20427.     display dialog "Sorry, the item you selected could not be found."
  20428.     return
  20429. end try
  20430. All Packages
  20431. System 7.5 Update 1.0V
  20432. 65940X
  20433. modifier
  20434. modifiers
  20435. modify
  20436. modifying
  20437. modifymouseaccl
  20438. modular
  20439. modulet
  20440. modulesQ
  20441. mofify
  20442. moment
  20443. momentumj
  20444. moneys
  20445. monitorT
  20446. monitoringA
  20447. monitors
  20448. monolithic
  20449. monroe
  20450. month
  20451. monthlyj
  20452. months
  20453. moofwars
  20454. more]
  20455. 67878X
  20456. May 00^
  20457. --set theItem to choose file -- uncomment to test in an AS editor
  20458.     tell application "Finder"
  20459.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  20460.         activate
  20461.     end tell
  20462. on error errMsg number errNum
  20463.     --enter statements to perform when no records are found such as...
  20464.     display dialog "Sorry, the item you selected could not be found."
  20465.     return
  20466. end try
  20467. e    No Changeq
  20468. Dev.CD May 00 TC
  20469. D!All Packages
  20470. Tool Chest Edition
  20471. W tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  20472. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool s while the tool 
  20473. register creator and file type IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.
  20474.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  20475. quires Hypercard 2.1.
  20476. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  20477.  Dev Info Change Form
  20478. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  20479. viiiw
  20480. web browserN6WebObjects, WebObjects 4, Mac OS X Server, Web Objectsple
  20481. location
  20482. manager
  20483. allows
  20484. users
  20485. switch
  20486. groups
  20487. settt
  20488. apple
  20489. system
  20490. profiler
  20491. gather
  20492. information
  20493. about
  20494. apple
  20495. wants
  20496. communicate
  20497. benefits
  20498. native
  20499. apple
  20500. workgroup
  20501. server
  20502. 9650/350
  20503. developer
  20504. apple'sb
  20505. apple's
  20506. developer
  20507. publications
  20508. apple-relatedu
  20509. apple-sanctioned
  20510. apple-specific
  20511. apple-sponsored
  20512. applecd
  20513. appleevent`
  20514. appleevent-based
  20515. n interface.  Fully commented.
  20516. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  20517. Issues:  No C version available yet.
  20518. JLPascal Sample
  20519. Read Me - Sample
  20520. Sample documents:
  20521. Source:
  20522. THINK Pascal files:K
  20523. Dec 93:Sample Code:Pascal Sample 3.0B10:V
  20524. 65532X
  20525. Deleted
  20526. 67669X
  20527. May 00^
  20528. --set theItem to choose file -- uncomment to test in an AS editor
  20529.     tell application "Finder"
  20530.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:"
  20531.         activate
  20532.     end tell
  20533. on error errMsg number errNum
  20534.     --enter statements to perform when no records are found such as...
  20535.     display dialog "Sorry, the item you selected could not be found."
  20536.     return
  20537. end try
  20538. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  20539. Dev.CD May 00 TC
  20540. D!All Packages
  20541. Tool Chest Edition
  20542. Color Locator DA
  20543. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  20544. Color Locator DAK
  20545. Vol VL
  20546. Vol VIInge
  20547. e    No Changeq
  20548. Dev.CD May 00 TC
  20549. D!All Packages
  20550. Tool Chest Edition
  20551. MPIntertaskTimeI?This is an application to measure the intertask signaling time.J7MPIntertaskTime
  20552. MPIntertaskTime.c
  20553. MPIntertaskTime.
  20554. Pro2K
  20555. May 00M
  20556. Mac OS 8.6 or later, MP 2.0N
  20557. MultiTasking, MultiProcessingOCDev.CD May 00 TC:What's New?:Sample Code:Processes:MPIntertaskTime:PNDev.CD May 00 TC
  20558.  - What's New?
  20559.  - Sample Code
  20560.  - Processes
  20561.  - MPIntertaskTimeV
  20562. 67934X
  20563. May 00^
  20564. --set theItem to choose file -- uncomment to test in an AS editor
  20565.     tell application "Finder"
  20566.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Processes:MPIntertaskTime:"
  20567.         activate
  20568.     end tell
  20569. on error errMsg number errNum
  20570.     --enter statements to perform when no records are found such as...
  20571.     display dialog "Sorry, the item you selected could not be found."
  20572.     return
  20573. end try
  20574. e    No Changef
  20575. MultiTasking
  20576. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  20577. Dev.CD May 00 TC
  20578. All Packages
  20579. visual
  20580. visual-only
  20581. visualization
  20582. visuallyo
  20583. vital
  20584. vocabulary
  20585. voice
  20586. voltages
  20587. volume
  20588. volumemount
  20589. volumes[
  20590. vrefnum
  20591. vucollect
  20592. vumark
  20593. vumeter
  20594. w/mathlib
  20595. w/sound
  20596. w/sysp
  20597. waiting
  20598. waitnextevent
  20599. waits
  20600. wake100
  20601. wakes
  20602. walk-through
  20603. walks
  20604. walkthrough
  20605. wantg
  20606. wanted
  20607. wanting
  20608. wants
  20609. workflows
  20610. workgroupS
  20611. workingj
  20612. workings
  20613. workss
  20614. works
  20615. under
  20616. appearance
  20617. workshop
  20618. workstation
  20619. workstations
  20620. worldR
  20621. world's
  20622. worlds
  20623. worldscript
  20624. worldwide
  20625. worldwrite
  20626. worry
  20627. would
  20628.  sony driver calls to get the format list of a super drive disk, to find if the disk supports MFM 720 disk. If so, it reformats the disk to be that type. !! Warning: The data on the disk in drive 1  will get blown away and there are no warnings.!!
  20629. ledApp:  This is a faceless background task for System 7. It cou
  20630. All Packages
  20631. System 7 Tune-UpO
  20632. Dev.CD Sept 92
  20633. Dev.CD Aug 92P
  20634. Dev.CD Sept 92
  20635. Dev.CD Aug 9V
  20636. 68386X
  20637. Sept 9
  20638. q--set theItem to choose file -- uncomment to test in an AS editor
  20639.     tell application "Finder"
  20640.         open item "Dev.CD Sept 92
  20641. Dev.CD Aug 92"
  20642.         activate
  20643.     end tell
  20644. on error errMsg number errNum
  20645.     --enter statements to perform when no records are found such as...
  20646.     display dialog "Sorry, the item you selected could not be found."
  20647.     return
  20648. end try
  20649. All Packages
  20650. System 7 Tune-UpO
  20651. Dev.CD Sept 92
  20652. Dev.CD Aug 92P
  20653. Dev.CD Sept 92
  20654. Dev.CD Aug 9V
  20655. 68387X
  20656. Sept 9
  20657. q--set theItem to choose file -- uncomment to test in an AS editor
  20658.     tell application "Finder"
  20659.         open item "Dev.CD Sept 92
  20660. Dev.CD Aug 92"
  20661.         activate
  20662.     end tell
  20663. on error errMsg number errNum
  20664.     --enter statements to perform when no records are found such as...
  20665.     display dialog "Sorry, the item you selected could not be found."
  20666.     return
  20667. end try
  20668. 67748X
  20669. May 00^
  20670. --set theItem to choose file -- uncomment to test in an AS editor
  20671.     tell application "Finder"
  20672.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:"
  20673.         activate
  20674.     end tell
  20675. on error errMsg number errNum
  20676.     --enter statements to perform when no records are found such as...
  20677.     display dialog "Sorry, the item you selected could not be found."
  20678.     return
  20679. end try
  20680. e    No Changef
  20681. Disk I/O
  20682. Performanceq
  20683. Dev.CD May 00 TC
  20684. TD!All Packages
  20685. Tool Chest Edition
  20686. DiskFiller
  20687.     hoose file -- uncomment to test in an AS editor
  20688.     tell application "Finder"
  20689.         open item "Dev.CD Jan 96 SDK1
  20690. Dev.CD Jul 95"
  20691.         activate
  20692.     end tell
  20693. on error errMsg number errNum
  20694.     --enter statements to perform when no records are found such as...
  20695.     display dialog "Sorry, the item you selected could not be found."
  20696.     return
  20697. end try
  20698. All Packages
  20699. QuickDraw GXO
  20700. Dev.CD Jan 96 SDK1P
  20701. Dev.CD Jan 96 SDKV
  20702. 66886X
  20703. somobjects
  20704. somobjects
  20705. sound
  20706. sound
  20707. manager
  20708. sound
  20709. premixer
  20710. effect
  20711. soundapp
  20712. soundboard
  20713. soundmemrecord
  20714. soundrecord
  20715. soundsprockettest
  20716. source
  20717. sourcebug
  20718. sourceobj
  20719. sources
  20720. spain
  20721. spain
  20722. distribution
  20723. guide
  20724. 1.0.1
  20725. speech
  20726. speech
  20727. recognition
  20728. manager
  20729. speech
  20730. synthesis
  20731. manager
  20732. sphere
  20733. spooler
  20734. sprocketinvaders
  20735. stack
  20736. standard
  20737. standard
  20738. samples
  20739. standardfileicons
  20740. standardsw
  20741. starter
  20742. saver
  20743. 2.1.1
  20744. stopxpp
  20745. stopxpp
  20746. stream
  20747. streamnop
  20748. strip
  20749. styleu
  20750. success
  20751. suite
  20752. suitesm
  20753. super
  20754. survey
  20755. particular@
  20756. passed@
  20757. password@
  20758. perspectives@
  20759. translation
  20760. summary
  20761. color
  20762. locator
  20763. enables
  20764. anything
  20765. before
  20766. befound
  20767. begin
  20768. beginning
  20769. behalf
  20770. behave
  20771. behavior
  20772. behaviors
  20773. behaviour
  20774. beinga
  20775. beings
  20776. believe
  20777. belly
  20778. belong
  20779. belongs
  20780. belowp
  20781. bending
  20782. beneath
  20783. benefitp
  20784. benefitsj
  20785. benign
  20786. berdahl
  20787. berkeley
  20788. berkowitz
  20789. notation
  20790. k many flexible phrase patterns, e.g., 
  20791. H.  The total number of different phrases users can say for the default system exceeds 350,000.
  20792.  A phrase adding feature allows you to customize CDK's vocabulary.  Add names of f
  20793. riends and family, specialized technical terms, etc.
  20794.  Adapts to your word patterns to improve the long-term performance.
  20795.  The Lexicon Optimizer utility scans your text files to find what words you  use and adds them automatically to the system.
  20796.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  20797.  Voice commands for frequently used functions.
  20798.  Most misrecognized characters can be corrected easily and quickly with a click of the mou
  20799. 67952X
  20800. Aug 99^
  20801. --set theItem to choose file -- uncomment to test in an AS editor
  20802.     tell application "Finder"
  20803.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:"
  20804.         activate
  20805.     end tell
  20806. on error errMsg number errNum
  20807.     --enter statements to perform when no records are found such as...
  20808.     display dialog "Sorry, the item you selected could not be found."
  20809.     return
  20810. end try
  20811. e    No Changef0open
  20812. choose
  20813. folder
  20814. navigation servicesq
  20815. Dev.CD Aug 99 TC
  20816.  D!All Packages
  20817. Tool Chest Edition
  20818. NetSprocketTestI7This sample shows a bsic implementation of NetSprocket.J
  20819. Sample Code.imgK
  20820. Feb 00MZSystem 8.1+, PowerPC, NetSprocket, and either Universal Interfaces 3.3 or NetSprocket SDK
  20821. NDNetSprocket, NSp, networking, multi-player, LAN, internet, AppleTalkO
  20822. Dev.CD May 00 TC:Sample Code:P
  20823. Dev.CD May 00 TC
  20824.  - Sample CodeV
  20825. 67953X
  20826. May 00^
  20827. # item you selected could not be found."
  20828.     return
  20829. end try
  20830. 68738X
  20831. May 00^
  20832. --set theItem to choose file -- uncomment to test in an AS editor
  20833.     tell application "Finder"
  20834.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  20835.         activate
  20836.     end tell
  20837. on error errMsg number errNum
  20838.     --enter statements to perform when no records are found such as...
  20839.     display dialog "Sorry, the item you selected could not be found."
  20840.     return
  20841. end try
  20842. e    No Changef@VU
  20843. Virtual User
  20844. VirtualUser
  20845. Testing
  20846. Automation
  20847. Automated TestingoPftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Virtual_User_Tools/q
  20848. Dev.CD May 00 TC
  20849. 2D!All Packages
  20850. Tool Chest Edition
  20851. Virtual User tools
  20852. grayscaleo
  20853. groupdrawing
  20854. guidep
  20855. 67790X
  20856. May 00^
  20857. --set theItem to choose file -- uncomment to test in an AS editor
  20858.     tell application "Finder"
  20859.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:"
  20860.         activate
  20861.     end tell
  20862. on error errMsg number errNum
  20863.     --enter statements to perform when no records are found such as...
  20864.     display dialog "Sorry, the item you selected could not be found."
  20865.     return
  20866. end try
  20867. e    No Changef
  20868. Gestalt Selector Codes
  20869. Gestalt Manager
  20870. Machine Identification
  20871. System Identification
  20872. System Software Release
  20873. Version
  20874. Capabilities
  20875. System Featuresq
  20876. Dev.CD May 00 TC
  20877. GetEnetAddrDirect.ppc
  20878. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  20879. Includes source code, and CodeWarrior Pro v3.0 IDE project file.IDE project file.
  20880. exportable
  20881. exported
  20882. exposed
  20883. exposing
  20884. exposure
  20885. expressj
  20886. expressionsh
  20887. expressive
  20888. expressly
  20889. extend
  20890. extended
  20891. extending
  20892. extends
  20893. extenion
  20894. extensibleh
  20895. extensionQ
  20896. extensions
  20897. extensived
  20898. extensively
  20899. external`
  20900. externals
  20901. extra
  20902. extract
  20903. extractbykind
  20904. extracted
  20905. extractor
  20906. extractors
  20907. extractsy
  20908. extremelyg
  20909. fable
  20910. faced
  20911. faceless
  20912. facilitates
  20913. facilitating
  20914. facilities
  20915. All Packages
  20916. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  20917. Dev.CD Jan 94
  20918. Dev.CD Oct 93
  20919. Dev.CD Jul 93
  20920. Dev.CD Apr 93PDDev.CD Apr 94
  20921. Dev.CD Jan 94
  20922. Dev.CD Oct 93
  20923. Dev.CD Jul 93
  20924. Dev.CD Apr 9V
  20925. 68657X
  20926. Apr 94
  20927. --set theItem to choose file -- uncomment to test in an AS editor
  20928.     tell application "Finder"
  20929.         open item "Dev.CD Apr 94
  20930. Dev.CD Jan 94
  20931. Dev.CD Oct 93
  20932. Dev.CD Jul 93
  20933. Dev.CD Apr 93"
  20934.         activate
  20935.     end tell
  20936. on error errMsg number errNum
  20937.     --enter statements to perform when no records are found such as...
  20938.     display dialog "Sorry, the item you selected could not be found."
  20939.     return
  20940. end try
  20941. All Packages
  20942. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  20943. Dev.CD Jan 94
  20944. Dev.CD Oct 93
  20945. Dev.CD Jul 93
  20946. Dev.CD Apr 93PDDev.CD Apr 94
  20947. Dev.CD Jan 94
  20948. Dev.CD Oct 93
  20949. Dev.CD Jul 93
  20950. Dev.CD Apr 9V
  20951. 68658X
  20952. Apr 94
  20953. doesn'tj
  20954. doesn't
  20955. documents
  20956. properly
  20957. doesnt
  20958. problems
  20959. procdoggie
  20960. procdoggie
  20961. blown
  20962. application
  20963. demonstrates
  20964. procedure
  20965. procedures
  20966. proceed
  20967. processZ
  20968. processesp
  20969. produce
  20970. producer/consumer
  20971. produces
  20972. produces
  20973. module
  20974. productf
  20975. production
  20976. productivity
  20977. productsR
  20978. professional
  20979. professionals
  20980. e    No Changeq
  20981. Dev.CD May 00 TC
  20982. D!All Packages
  20983. Tool Chest Edition
  20984. Clipboard Magician 0.76
  20985. Summary:  This is a DA/application that allows you to examine the content of the clipboard and applies various operation to the data. It can also acts as an Apple Event server that the user can use from other applications or AppleScript.
  20986. Features:
  20987. Examine data in clipboard.
  20988. Manipulate data in clipboard.
  20989. Applying various code resource to data, code resource supported includs its own CNVT resource, XCMD, AppleScript's scpt, FKEY and any other type of code resource that can be supported bB
  20990. y adding a glue CNVT code resource.
  20991. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  20992. 67668X
  20993. 1e    No Change
  20994. taller
  20995. imagev
  20996. symfilesv
  20997. asset
  20998. assistant
  20999. atags
  21000. atags
  21001. manual
  21002. atags
  21003. manual
  21004. atalk
  21005. atalk
  21006. toolkit
  21007. atalkzones
  21008. atalkzones
  21009. O9Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD May 00 TC
  21010.  - Tool Chest
  21011.  - Testing & Debugging
  21012.  - NetworksV
  21013. 67949X
  21014. May 00^
  21015. --set theItem to choose file -- uncomment to test in an AS editor
  21016.     tell application "Finder"
  21017.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:"
  21018.         activate
  21019.     end tell
  21020. on error errMsg number errNum
  21021.     --enter statements to perform when no records are found such as...
  21022.     display dialog "Sorry, the item you selected could not be found."
  21023.     return
  21024. end try
  21025. e    No Changeq
  21026. Dev.CD May 00 TC
  21027. D!All Packages
  21028. Mac OS SDK Edition
  21029. Nav Svcs 1.0 SDK
  21030. Le    No ChangefSHardware Developer Documentation
  21031. developer notes
  21032. devnotes
  21033. Power Mac
  21034. Power Macintosho.http://developer.apple.com/techpubs/index.htmlq
  21035. Dev.CD Apr 00 SDK1
  21036. MD!All Packages
  21037. Mac OS SDK Edition
  21038. F&DeveloperDocumentation: Mac OS 8 and 9
  21039. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  21040. Features:
  21041. ======================
  21042. What's New and Updated
  21043. ======================
  21044. Carbon Menu Manager API [NEW]
  21045. -----------------------
  21046. This preliminary document describes the changes to the Menu Manager introduced in CarbonLib1.0 with Mac OS 9.0. Topics discussed include chdialog "Sorry, the item you selected could not be found."
  21047.     return
  21048. end try
  21049. All Packages
  21050. QuickDraw GXO
  21051. Dev.CD Aug 93P
  21052. Dev.CD Aug 9V
  21053. 66935X
  21054. Aug 93
  21055. CD Jul 9V
  21056. 65078X
  21057. Jul 95
  21058. Appearance ManagerOHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:PMDev.CD Apr 98 SDK1
  21059.  - Development Kits (Disc 1)
  21060.  - Appearance & CMM SDK 1.0.2O?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Apr 00 SDK1
  21061.  - Development Kits
  21062.  - Mac OS
  21063.  - Translation ManagerV
  21064. 67490X
  21065. Apr 00^
  21066. --set theItem to choose file -- uncomment to test in an AS editor
  21067.     tell application "Finder"
  21068.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Translation Manager:"
  21069.         activate
  21070.     end tell
  21071. on error errMsg number errNum
  21072.     --enter statements to perform when no records are found such as...
  21073.     display dialog "Sorry, the item you selected could not be found."
  21074.     return
  21075. end try
  21076. e    No Changef)easy open
  21077. translation manager
  21078. translationq
  21079. Dev.CD Apr 00 SDK1
  21080. $D!All Packages
  21081. Tool Chest Edition
  21082. TV-Man
  21083. color
  21084. classic
  21085. x--set theItem to choose file -- uncomment to test in an AS editor
  21086.     tell application "Finder"
  21087.         open item "Dev.CD Aug 96 TC
  21088. Dev.CD Jan 96 SDK1"
  21089.         activate
  21090.     end tell
  21091. on error errMsg number errNum
  21092.     --enter statements to perform when no records are found such as...
  21093.     display dialog "Sorry, the item you selected could not be found."
  21094.     return
  21095. end try
  21096. 3300 KB application RAM for 680x0-based Macintosh or Power Macintosh with Virtual Memory turned on; 5227 KB for Power Macintosh with Virtual Memory turned off
  21097. -  8 MB hard disk space, plus 4.4 MB additional temporary disk space  available during installation 
  21098. -  For viewing PDF files inside a Web browser, Netscape Navigator 3.0
  21099. O7Dev.CD Jun 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:not update the source. These techniques are essential tools that every WebObjects programmer should understand.
  21100. 66278X
  21101. 1e    No Change
  21102. 1.3b5
  21103. 1.4.1
  21104. 1.4.2_
  21105. 1.4.9
  21106. import@
  21107. improve@
  21108. improves@
  21109. improving@
  21110. in-depth@
  21111. in-house@
  21112. including@
  21113. indexes@
  21114. indicator@
  21115. informational@
  21116. init@
  21117. initialize@
  21118. input@
  21119. installations@
  21120. installermaker@
  21121. insure@
  21122. intended@
  21123. interested@
  21124. interoperates@
  21125. intra@
  21126. introduce@
  21127. introduced@
  21128. introduction@
  21129. investments@
  21130. involves@
  21131. involving@
  21132. irda@
  21133. ischeckedout@
  21134. issue
  21135. highlights@
  21136. issue
  21137. highlights@
  21138. issues@
  21139. difficult
  21140. application
  21141. support
  21142. features@
  21143. it's@
  21144. joins@
  21145. kevin@
  21146. know@
  21147. knows@
  21148. larkspur@
  21149. launchwithdoc2@
  21150. learning@
  21151. legal@
  21152. letting@
  21153. licenced@
  21154. lisez-moi@
  21155. llama@
  21156. long-awaited@
  21157. look@
  21158. material@
  21159. mechanism@
  21160. mentors@
  21161. minow@
  21162. mixed-partition@
  21163. ormation back and forth.
  21164. So, we created the Scrap Color clipboard format and supporting code library.  We will be integrating this functionality into our programs, and we hope that others will do so as well.  With the supporting code library written, it is a snap to integrate and call.  Plus, we are placing the format and code library in the public domain.  It's free to use as you like with no copyrights or licensing fees.  You don't even have to mention it in your about box.
  21165. We hope tha
  21166. t this format can become a standard to communicate color information between applications by using the clipboard.  That will only happen if people start to use it in their applications, both commercial and shareware.  So, please take a look at the rest of this document and the code library.  We hope that you can use it!
  21167. Released June, 1996 by Mark Womack and Patrick Bores. Code Library written by Mark Womack. See the file ' Scrap Color Documentation' for details.
  21168. Issues:  This is NOT AN 
  21169. The File Synchronization Control Panel allows you to set up and manage multiple copies of files in different folders.  For example, if you maintain files on a mobile computer and copy those files to a desktop computer, this control panel may be useful to you.
  21170. Will automatically copy more recent files based on modification date, can display what would copy without actually copying it, and can run automatically or under user control.
  21171. Issues: Tool for Developer use. Not for distribution.
  21172. JJ68K
  21173. File Sync 1.1 Developer Read Me
  21174. File Synchronization Guide
  21175. PowerPCK
  21176. Dec 97M"Designed for any MacOS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOIDev.CD May 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:PQDev.CD May 00 TC
  21177.  - Tool Chest
  21178.  - Developer Utilities
  21179.  - File Synchronization 1.1
  21180. Mar 95O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  21181.  - Programs & Marketingo
  21182. won't
  21183. hackers
  21184. hacks
  21185. hairlines
  21186. hairy
  21187. half-way
  21188. hammerhead-based
  21189. hand-coded
  21190. hand-tweak
  21191. handbookf
  21192. handed
  21193. handleN
  21194. handle's
  21195. handle-based
  21196. handler
  21197. handlersn
  21198. handlesy
  21199. handling
  21200. handoff
  21201. hands
  21202. hardwared
  21203. harlan
  21204. harness
  21205. harper
  21206. harry
  21207. ricardo
  21208. richard
  21209. richery
  21210. rightZ
  21211. rightsj
  21212. rigorously
  21213. rinaldi1
  21214. ripple
  21215. risc-based
  21216. rischspater
  21217. riser
  21218. risko
  21219. risks
  21220. rmapz
  21221. robbins
  21222. roberts
  21223. robix
  21224. robust
  21225. robustness
  21226. rocketj
  21227. roger
  21228. roland
  21229. rolew
  21230. rolled
  21231. rollin
  21232. change
  21233. deleted@
  21234. change@
  21235. package@
  21236. apple@
  21237. appletalk
  21238. transaction
  21239. protocol@
  21240. async
  21241. device@
  21242. cacheline@
  21243. capabilities@
  21244. cfcomparisonresult@
  21245. codewarrior@
  21246. colorsync
  21247. photoshop
  21248. plug-ins@
  21249. contextual@
  21250. decompress@
  21251. display
  21252. display
  21253. mode@
  21254. dynamic
  21255. library@
  21256. MacApp R13u5 
  21257. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  21258. Install MacApp R13u5
  21259.  cards
  21260.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  21261.  TokenTalk version 2.5.7
  21262.  Token Ring Control Panel version 1.0.1
  21263.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  21264.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  21265.  A/ROSE 1.2.1, for use in some token ring configurations
  21266. See the document "NSI 1.5.1 - Read Me First" for details.
  21267. Aug 92L
  21268. Jul 95
  21269. manager's
  21270. manager-related
  21271. managers
  21272. managing
  21273. managmentf
  21274. manalyzer
  21275. mananger
  21276. manger
  21277. manipulate
  21278. manipulating
  21279. image
  21280. contains
  21281. golden
  21282. master
  21283. pre-release
  21284. versi
  21285. document
  21286. lists
  21287. selectors
  21288. known
  21289. creator
  21290. document
  21291. provides
  21292. preliminary
  21293. information
  21294. about
  21295. example
  21296. simpletext
  21297. 1.4d16
  21298. sample
  21299. extension
  21300. patches
  21301. firmware
  21302. certain
  21303. macintosh
  21304. folder
  21305. includes
  21306. folder
  21307. contains
  21308. example
  21309. illustrating
  21310. folder
  21311. contains
  21312. apple
  21313. source
  21314. erentiating new features to your products faster than ever before.
  21315. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  21316.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  21317.  GX - Read Me First".
  21318.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  21319. D!All Packages
  21320. Tool Chest Edition
  21321. MiniLauncher 1.3b5
  21322. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  21323. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.df
  21324. PowerBook_1400_Addendum.pdf
  21325. PowerBook_2400c.pdf
  21326. PowerBook_3400.pdf
  21327. PowerBook_5300.pdf
  21328. PowerBook_Duo_2300c.pdf
  21329. PowerBook_Processor_Upg.pdfK
  21330. Sep 97M
  21331. Acrobat Reader.N
  21332. PowerBook 1400O|Dev.CD Jun 00 RL Disk 1:Technical Documentation:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:P
  21333. Dev.CD Jun 00 RL Disk 1
  21334.  - Technical Documentation
  21335.  - Technical Publications
  21336.  - hardware
  21337.  - Developer_Notes
  21338.  - Macintosh_CPUs-PPC_PortableV
  21339. 66539X
  21340. Jun 00^    RL Disk 1
  21341. e    No Change
  21342. ntrols/Events
  21343. ASIP User Authentication Module
  21344. Tools
  21345.  Obsolete/ Pre-ASIP 6.0K
  21346. Apr 98L
  21347. Jan 00
  21348. high-quality
  21349. 'OHDev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:PSDev.CD May 00 TC
  21350.  - Tool Chest
  21351.  - Devices
  21352.  - NuBus/Slot Manager
  21353.  - Declaration ROMsV
  21354. 67704X
  21355. May 00^
  21356. --set theItem to choose file -- uncomment to test in an AS editor
  21357.     tell application "Finder"
  21358.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:"
  21359.         activate
  21360.     end tell
  21361. on error errMsg number errNum
  21362.     --enter statements to perform when no records are found such as...
  21363.     display dialog "Sorry, the item you selected could not be found."
  21364.     return
  21365. end try
  21366. e    No Changeq
  21367. Dev.CD May 00 TC
  21368. (D!All Packages
  21369. Tool Chest Edition
  21370. DefProcs
  21371.     cludes some very useful routines.
  21372. LaunchWithSize:  Will launch an application using a memory partition it sets rather than the one in the application's SIZE resource.  Patches Get1Resource to watch for the SIZE resource and then changes it so that LaunchApplication creates a different size memory partition 
  21373. N;Telephone Manager, Telephony, ISDN, Analog, PBX, Phone, IVRO=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:PEDev.CD Jul 99 SDK1
  21374.  - Development Kits
  21375.  - Mac OS
  21376.  - Telephone Manager
  21377. 67843X
  21378. May 00^
  21379. --set theItem to choose file -- uncomment to test in an AS editor
  21380.     tell application "Finder"
  21381.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  21382.         activate
  21383.     end tell
  21384. on error errMsg number errNum
  21385.     --enter statements to perform when no records are found such as...
  21386.     display dialog "Sorry, the item you selected could not be found."
  21387.     return
  21388. end try
  21389. e    No Changef+Tool
  21390. Virtual User
  21391. External Tool
  21392. Dev.CD May 00 TC
  21393. D!All Packages
  21394. Tool Chest Edition
  21395. IW-Half-DitherI
  21396. Summary:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.J
  21397. Sample Code.imgK
  21398. Oct 96M3QuickDraw GX and an ImageWriter with a color ribbonN;QuickDraw GX raster ImageWriter Halftone Dither Sample CodeO
  21399. Dev.CD May 00 TC:Sample Code:P
  21400. Dev.CD May 00 TC
  21401.  - Sample CodeV
  21402. 67844X
  21403. May 00^
  21404. # a document.
  21405. developing
  21406. drivers
  21407. sometimes
  21408. resedit
  21409. whenever
  21410. whereX
  21411. whereas
  21412. whereverp
  21413. whetherp
  21414. whichW
  21415. WDev.CD Apr 94
  21416. Dev.CD Jan 94"
  21417.         activate
  21418.     end tell
  21419. on error errMsg number errNum
  21420.     --enter statements to perform when no records are found such as...
  21421.     display dialog "Sorry, the item you selected could not be found."
  21422.     return
  21423. end try
  21424. All Packages
  21425. QuickDraw GXO
  21426. Dev.CD Jul 95P
  21427. Dev.CD Jul 9V
  21428. 68141X
  21429. Jul 95
  21430. b--set theItem to choose file -- uncomment to test in an AS editor
  21431.     tell application "Finder"
  21432.         open item "Dev.CD Jul 95"
  21433.         activate
  21434.     end tell
  21435. on error errMsg number errNum
  21436.     --enter statements to perform when no records are found such as...
  21437.     display dialog "Sorry, the item you selected could not be found."
  21438.     return
  21439. end try
  21440. All Packages
  21441. QuickDraw GXO
  21442. Dev.CD Jul 95P
  21443. Dev.CD Jul 9V
  21444. 68142X
  21445. Jul 95
  21446. b--set theItem to choose file -- uncomment to test in an AS editor
  21447.     tell application "Finder"
  21448.         open item "Dev.CD Jul 95"
  21449.         activate
  21450.     end tell
  21451. on error errMsg number errNum
  21452.     --enter statements to perform when no records are found such as...
  21453.     display dialog "Sorry, the item you selected could not be found."
  21454.     return
  21455. end try
  21456. All Packages
  21457. QuickDraw GXO
  21458. Dev.CD Jul 95P
  21459. Dev.CD Jul 9V
  21460. 68143X
  21461. Jul 95
  21462. 67886X
  21463. Nov 99^
  21464. --set theItem to choose file -- uncomment to test in an AS editor
  21465.     tell application "Finder"
  21466.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  21467.         activate
  21468.     end tell
  21469. on error errMsg number errNum
  21470.     --enter statements to perform when no records are found such as...
  21471.     display dialog "Sorry, the item you selected could not be found."
  21472.     return
  21473. end try
  21474. Deletedq
  21475. Dev.CD Nov 99 TC
  21476. D!All Packages
  21477. Tool Chest Edition
  21478. Mac OS Text Encodings
  21479.     ems, Inc. recommended
  21480. QuickTime, Java, MRJO
  21481. Dev.CD May 00 TC:Sample Code:P
  21482. Dev.CD May 00 TC
  21483.  - Sample CodeV
  21484. 66621X
  21485. May 00^
  21486. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  21487. J@MacTCP+ Tool
  21488. README for MacTCP+ Tool
  21489. README for MacTCP+ Tool.txtK
  21490. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  21491. 65443X
  21492. 1e    No Change
  21493. --set theItem to choose file -- uncomment to test in an AS editor
  21494.     tell application "Finder"
  21495.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:"
  21496.         activate
  21497.     end tell
  21498. on error errMsg number errNum
  21499.     --enter statements to perform when no records are found such as...
  21500.     display dialog "Sorry, the item you selected could not be found."
  21501.     return
  21502. end try
  21503. s are found such as...
  21504.     display dialog "Sorry, the item you selected could not be found."
  21505.     return
  21506. end try
  21507. Movedf\AppsToGo
  21508. AppWannabe
  21509. Wannabe
  21510. DTS.Draw
  21511. DTS.Lib
  21512. DTS.StyleChat
  21513. Kibitz
  21514. pbClock
  21515. AppsToGo Referenceq
  21516. Dev.CD May 00 TC
  21517. All Packages
  21518. Arabic Language KitO
  21519. Dev.CD May 96 TCP
  21520. Dev.CD May 96 TV
  21521. 65144X
  21522. May 96
  21523. r--set theItem to choose file -- uncomment to test in an AS editor
  21524.     tell application "Finder"
  21525.         open item "Dev.CD May 00 TC:Sample Code:"
  21526.         activate
  21527.     end tell
  21528. on error errMsg number errNum
  21529.     --enter statements to perform when no records are found such as...
  21530.     display dialog "Sorry, the item you selected could not be found."
  21531.     return
  21532. end try
  21533. - Enable mouse and keyboard
  21534. - Disable mouse and keyboard
  21535. - Reinitialize ADB bus
  21536. - Allocate/Deallocate test
  21537. - TestBIArbitraryAllocate test
  21538. - TestAccelration
  21539. - Enable speech
  21540. - Disable speech
  21541. Sample Code.imgK
  21542. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  21543. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  21544. Dev.CD May 00 TC:Sample Code:P
  21545. Dev.CD May 00 TC
  21546.  - Sample Codend resources within itself. This tool can also be used to signal events like "build completed."
  21547. This package is System 7.0 compatible.e    No Change
  21548. ude enhancement requests, complaints, accolades, or anything else you want to convey. You may not receive a response; however, all feedback is read and evaluated.
  21549.  Apple has created a mailing list server, called MRJ-Dev, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  21550.  Do not call Apple
  21551. s 800 number(s) regarding this software since our operators are not trained to support deveJ
  21552. loper products. 
  21553.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  21554. MRJ 2.2 Debug.smiK
  21555. Aug 97L
  21556. May 00N(MRJ, Java, MRJ SDK, MRJ 2.2, MRJ SDK 2.2OEDev.CD May 00 TC:What's New?:Development Kits:Mac OS:MRJ 2.2 Debug f:PPDev.CD May 00 TC
  21557.  - What's New?
  21558.  - Development Kits
  21559.  - Mac OS
  21560.  - MRJ 2.2 Debug f
  21561. 67939X
  21562. Apr 00^
  21563. --set theItem to choose file -- uncomment to test in an AS editor
  21564.     tell application "Finder"
  21565.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:"
  21566.         activate
  21567.     end tell
  21568. on error errMsg number errNum
  21569.     --enter statements to perform when no records are found such as...
  21570.     display dialog "Sorry, the item you selected could not be found."
  21571.     return
  21572. end try
  21573. e    No Changef)MRJ
  21574. MRJ 2.1
  21575. MRJ 2.1.2
  21576. MRJ 2.1.3
  21577. MRJ 2.1.4q
  21578. Dev.CD Apr 00 SDK1
  21579. D!All Packages
  21580. Tool Chest Edition
  21581. MRJ 2.2 Debug 
  21582.      making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  21583. Changes from Disk Copy 6.2
  21584.  Added Navigation Services support.
  21585.  Added ability to duplicate a floppy.
  21586.  Added support for creating self-mounting images.
  21587.  Various improvements to AppleScript support.
  21588.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  21589.  Imaging a fo
  21590. crash or user break occurs.
  21591. This version of MRJLib has been compiled without optimizations; therefore, performance will be slower than in the official (optimized) version of MRJ 2.2.
  21592. To use the debug version of MRJ 2.2, you must have already installed the corresponding pre-release version of MRJ 2.2. The components in this debugging package will replace only a few of the components that are installed with MRJ 2.2. This package does not come with its own installer; therefore, you will hav
  21593. e to drag install the debug pieces into your 
  21594. MRJ Libraries
  21595.  folder. 
  21596. The critical thing to remember is that MRJLib and MRJ Symantec JITC are both Code Fragment Manager (CFM) import libraries, so they must be moved out of the CFM search path to be disabled. CFM import library search paths are detailed in Chapter 3 of Inside Macintosh: PowerPC System Software. This book is available at http://developer.apple.com/techpubs/mac/PPCSoftware/PPCSoftware-2.html
  21597. Before swapping MRJ versions in t
  21598. viewingZ
  21599. views
  21600. vincent
  21601. visuallyo
  21602. vocabulary
  21603. voice
  21604. volume
  21605. volumes[
  21606. w/sysp
  21607. walk-through
  21608. walkthrough
  21609. wantg
  21610. warming
  21611. warning
  21612. warrior
  21613. ways_
  21614. we're
  21615. webobjects
  21616. website
  21617. weeklyi
  21618. weiss
  21619. wellj
  21620. wereo
  21621. what_
  21622. aegizmos_
  21623. appear
  21624. where
  21625. location
  21626. memory
  21627. All Packages
  21628. F    QuickTimeO
  21629. Dev.CD Jan 96 SSWP
  21630. Dev.CD Jan 96 SSV
  21631. 68200X
  21632. Jan 96
  21633. f--set theItem to choose file -- uncomment to test in an AS editor
  21634.     tell application "Finder"
  21635.         open item "Dev.CD Jan 96 SSW"
  21636.         activate
  21637.     end tell
  21638. on error errMsg number errNum
  21639.     --enter statements to perform when no records are found such as...
  21640.     display dialog "Sorry, the item you selected could not be found."
  21641.     return
  21642. end try
  21643. All Packages
  21644. F    QuickTimeO
  21645. Dev.CD Jan 96 SSWP
  21646. Dev.CD Jan 96 SSV
  21647. 68201X
  21648. Jan 96
  21649. f--set theItem to choose file -- uncomment to test in an AS editor
  21650.     tell application "Finder"
  21651.         open item "Dev.CD Jan 96 SSW"
  21652.         activate
  21653.     end tell
  21654. on error errMsg number errNum
  21655.     --enter statements to perform when no records are found such as...
  21656.     display dialog "Sorry, the item you selected could not be found."
  21657.     return
  21658. end try
  21659. All Packages
  21660. F    QuickTimeO
  21661. Dev.CD Jan 96 SSWP
  21662. Dev.CD Jan 96 SSV
  21663. 68202X
  21664. controls
  21665. 3.0.15
  21666. folder
  21667. developer
  21668. documentation
  21669. developer
  21670. forms
  21671. developer's
  21672. developerdocumentati
  21673. developerdocumentati
  21674. carbon
  21675. developerdocumentati
  21676. corefoundation
  21677. developerdocumentati
  21678. hardware
  21679. developerdocumentati
  21680. developernotes
  21681. developersw
  21682. development
  21683. devices
  21684. diagnostic
  21685. diagnostic
  21686. sound
  21687. sampler
  21688. dictation
  21689. digests
  21690. digital
  21691. config&interleave
  21692. essentials
  21693. eventm
  21694. format
  21695. formatter
  21696. forms
  21697. french
  21698. germany
  21699. glossariess
  21700. grayscaleo
  21701. guidep
  21702. handbookf
  21703. handwriting
  21704. hardware
  21705. helpq
  21706. imaging[
  21707. internationals
  21708. issue
  21709. 68282X
  21710. Apr 98^
  21711. --set theItem to choose file -- uncomment to test in an AS editor
  21712.     tell application "Finder"
  21713.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:"
  21714.         activate
  21715.     end tell
  21716. on error errMsg number errNum
  21717.     --enter statements to perform when no records are found such as...
  21718.     display dialog "Sorry, the item you selected could not be found."
  21719.     return
  21720. end try
  21721. DeletedfJQuickTime
  21722. QuickTime Conferencing
  21723. video conferencing
  21724. Apple Media Conferenceq
  21725. Dev.CD Apr 98 SDK2
  21726. jD!All Packages
  21727. Mac OS SDK Edition
  21728. QuickTime
  21729.  IC SDK 1.01
  21730. 68310X
  21731. Apr 00^
  21732. --set theItem to choose file -- uncomment to test in an AS editor
  21733.     tell application "Finder"
  21734.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Security SDK:"
  21735.         activate
  21736.     end tell
  21737. on error errMsg number errNum
  21738.     --enter statements to perform when no records are found such as...
  21739.     display dialog "Sorry, the item you selected could not be found."
  21740.     return
  21741. end try
  21742. e    No Changef-Keychain
  21743. URL Access
  21744. Cryptography
  21745. File Signingq
  21746. Dev.CD Apr 00 SDK1
  21747. Sedit 1.0b3I
  21748. Summary: Sedit is a SCSI device editor  and general purpose SCSI utility.  It talks to any device on the SCSI bus.  It can function as a block editor; much like Fedit.  It also allows you to send SCSI commands directly out to any SCSI device.  J$Sedit
  21749. Sedit Documentation
  21750. Template.rK
  21751. Vol IIIL
  21752. Vol VIIO5Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:P@Dev.CD May 00 TC
  21753.  - Tool Chest
  21754.  - Devices
  21755.  - SCSI
  21756.  - Sedit 1.0b3V
  21757. 68311X
  21758. May 00
  21759. 68311X
  21760. May 00e    No Change
  21761. summary
  21762. control
  21763. strip
  21764. control
  21765. panel
  21766. provides
  21767. summary
  21768. cyrillic
  21769. language
  21770. combination
  21771. system
  21772. summary
  21773. developer's
  21774. reference
  21775. guide
  21776. apple
  21777. networ
  21778. summary
  21779. program
  21780. demonstrates
  21781. lookup
  21782. calls
  21783. under
  21784. summary
  21785. editor
  21786. resedit
  21787. contains
  21788. summary
  21789. system
  21790. manager
  21791. provides
  21792. systematic
  21793. summary
  21794. gxifier
  21795. automatically
  21796. tables
  21797. existing
  21798. summary
  21799. hebrew
  21800. language
  21801. combination
  21802. system
  21803. summary
  21804. hypercard
  21805. player
  21806. software
  21807. enables
  21808. summary
  21809. japanese
  21810. language
  21811. combination
  21812. system
  21813. summary
  21814. macintosh
  21815. technical
  21816. designed
  21817. provide
  21818. summary
  21819. mactcp
  21820. token
  21821. extension
  21822. supports
  21823. summary
  21824. suite
  21825. provides
  21826. framework
  21827. tools
  21828. summary
  21829. navigable
  21830. movie
  21831. toolkit
  21832. hypercard
  21833. stack
  21834. summary
  21835. purpose
  21836. menuscripter
  21837. sample
  21838. is snippet shows how to create and install your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  21839. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  21840. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  21841. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  21842. e port so that when TextEdit erases it just copies your bits rather than erasing.
  21843. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  21844. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  21845. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  21846. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  21847. 67733X
  21848. Sept 9^
  21849. --set theItem to choose file -- uncomment to test in an AS editor
  21850.     tell application "Finder"
  21851.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  6:"
  21852.         activate
  21853.     end tell
  21854. on error errMsg number errNum
  21855.     --enter statements to perform when no records are found such as...
  21856.     display dialog "Sorry, the item you selected could not be found."
  21857.     return
  21858. end try
  21859. Deletedq
  21860. Dev.CD Sept 96 RL
  21861. ED(All Packages
  21862. Reference Library Edition
  21863. develop Issue  7
  21864. events\
  21865. expansion
  21866. extension
  21867. external
  21868. external
  21869. system
  21870. external
  21871. extractor
  21872. faceless
  21873. faceless
  21874. background-only
  21875. family
  21876. fcode
  21877. features
  21878. fetch
  21879. field
  21880. management
  21881. manager
  21882. preview
  21883. sharing
  21884. signing
  21885. system
  21886. system
  21887. manager
  21888. All Packages
  21889. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  21890. Dev.CD Jan 94
  21891. Dev.CD Oct 93
  21892. Dev.CD Jul 93P6Dev.CD Apr 94
  21893. Dev.CD Jan 94
  21894. Dev.CD Oct 93
  21895. Dev.CD Jul 9V
  21896. 68597X
  21897. Apr 94
  21898. --set theItem to choose file -- uncomment to test in an AS editor
  21899.     tell application "Finder"
  21900.         open item "Dev.CD Apr 94
  21901. Dev.CD Jan 94
  21902. Dev.CD Oct 93
  21903. Dev.CD Jul 93"
  21904.         activate
  21905.     end tell
  21906. on error errMsg number errNum
  21907.     --enter statements to perform when no records are found such as...
  21908.     display dialog "Sorry, the item you selected could not be found."
  21909.     return
  21910. end try
  21911. All Packages
  21912. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  21913. Dev.CD Jan 94
  21914. Dev.CD Oct 93
  21915. Dev.CD Jul 93P6Dev.CD Apr 94
  21916. Dev.CD Jan 94
  21917. Dev.CD Oct 93
  21918. Dev.CD Jul 9V
  21919. 68598X
  21920. Apr 94
  21921. program
  21922. shows
  21923. select
  21924. quickt
  21925. program
  21926. shows
  21927. select
  21928. create
  21929. movie
  21930. program
  21931. shows
  21932. select
  21933. group
  21934. quicktime
  21935. drawin
  21936. program
  21937. shows
  21938. subclass
  21939. quicktime
  21940. program
  21941. shows
  21942. qtjava
  21943. program
  21944. shows
  21945. quicktime's
  21946. visual
  21947. effect
  21948. program
  21949. shows
  21950. tuneplayer
  21951. program
  21952. shows
  21953. construction
  21954. composited
  21955. program
  21956. shows
  21957. introspection
  21958. movie
  21959. program
  21960. shows
  21961. usage
  21962. graphicsimporter
  21963. program
  21964. shows
  21965. usage
  21966. qtimagedrawer
  21967. developer
  21968. describes
  21969. macintosh
  21970. powerbook
  21971. 2400c
  21972. developer
  21973. provides
  21974. technical
  21975. information
  21976. about
  21977. development
  21978. information
  21979. image
  21980. contains
  21981. debug
  21982. version
  21983. 2.5.2
  21984. which
  21985. install
  21986. netsprocket
  21987. netsprocket
  21988. staller
  21989. audio
  21990. features
  21991. newformat
  21992. norway
  21993. norway
  21994. distributors/localiz
  21995. apple
  21996. product
  21997. noteW
  21998. notesv
  21999. nubus
  22000. nubus
  22001. board
  22002. registration
  22003. object
  22004. objectcode
  22005. objects
  22006. objectsupportlib
  22007. obsolete
  22008. obsolete
  22009. pre-asip
  22010. openi
  22011. browser
  22012. begini
  22013. opencheckedout
  22014. openmultfiles
  22015. opp's
  22016. orientedR
  22017. oserr
  22018. debug
  22019. 1.0b1]
  22020. output
  22021. overview
  22022. overview
  22023. appletalk
  22024. overview
  22025. appletalk
  22026. parserV
  22027. pasmatit
  22028. password
  22029. password
  22030. interface
  22031. 5300ramcard
  22032. 1e    No Change
  22033. revisedu
  22034. software
  22035. system
  22036. system
  22037. software
  22038. edition
  22039. 'e    No Changef4AGP
  22040. NewGWorld
  22041. useDistantHdwrMem
  22042. useLocalHdwrMemq
  22043. Dev.CD May 00 TC
  22044. (D!All Packages
  22045. Tool Chest Edition
  22046. New OF TokenizerIPNew FCode tokenizer for PCI board FCode driver development.
  22047. Standalone version.J
  22048. Sample Code.imgK
  22049. Mar 98MnPCI Macintosh only. The tokenizer is standalone, but the included makecreate script requires MPW 3.3 or later.N
  22050. tokenizer, fcodeO
  22051. Dev.CD May 00 TC:Sample Code:P
  22052. Dev.CD May 00 TC
  22053.  - Sample CodeV
  22054. 67961X
  22055. May 00^
  22056. r--set theItem to choose file -- uncomment to test in an AS editor
  22057.     tell application "Finder"
  22058.         open item "Dev.CD May 00 TC:Sample Code:"
  22059.         activate
  22060.     end tell
  22061. on error errMsg number errNum
  22062.     --enter statements to perform when no records are found such as...
  22063.     display dialog "Sorry, the item you selected could not be found."
  22064.     return
  22065. end try
  22066. e    No Changef
  22067. tokenizer
  22068. fcodeq
  22069. Dev.CD May 00 TC
  22070. )D!All Packages
  22071. Tool Chest Edition
  22072. NoCopyReceivesruyndonckx.  This article shows how to implement 
  22073. makefile
  22074. makefilealias
  22075. makefilehelp
  22076. makefiles
  22077. makemake
  22078. makemake
  22079. manual
  22080. makeout
  22081. makethefolder
  22082. making
  22083. making
  22084. malph
  22085. malph
  22086. management
  22087. managerd
  22088. manalyzer
  22089. manalyzer
  22090. manalyzer
  22091. manalyzer
  22092. relase
  22093. notes
  22094. manalyzer
  22095. relase
  22096. notes
  22097. manualb
  22098. markpascal
  22099. masher
  22100. mdefproc
  22101. mdefproc
  22102. quadraV
  22103. quadrasV
  22104. quadratic
  22105. quake
  22106. qualcomm's
  22107. qualifiedh
  22108. qualifier
  22109. quality
  22110. quandary
  22111. quantitiesg
  22112. quarterj
  22113. qued/m
  22114. queries
  22115. query
  22116. querys
  22117. questionZ
  22118. questionaire
  22119. questionaires
  22120. questionnaire
  22121. questions
  22122. queue
  22123. quick
  22124. quickdrawN
  22125. Dev.CD Dec 99 RL
  22126. eD!All Packages
  22127. Tool Chest Edition
  22128. bugInfo macro
  22129. Apr 94
  22130. block
  22131. theresa
  22132. tensor
  22133. information
  22134. systems
  22135. byte-load-file
  22136. bytes
  22137. bigeasy2
  22138. bigeasy2
  22139. bigeasydialogs
  22140. bigeasydialogs
  22141. bigeasydialogs
  22142. bigeasygrafish
  22143. bigeasygrafish
  22144. bigeasygrafish
  22145. bootvol
  22146. browseri
  22147.     C"kage is System 7.0 compatible.
  22148. JWdcmd aliases
  22149. Discipline 2.0.2
  22150. MacsBug 6.6
  22151. Macsbug Ref & Debugging Guide
  22152. Robix & sourcesK
  22153. Vol IXL
  22154. Jan 93OBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:PJDev.CD May 00 TC
  22155.  - Tool Chest
  22156.  - Testing & Debugging
  22157.  - Debuggers & dcmds
  22158. summary
  22159. callhyper
  22160. external
  22161. dimension
  22162. which
  22163. summary
  22164. cdent
  22165. format
  22166. source
  22167. summary
  22168. cfm-68k
  22169. runtime
  22170. architecture
  22171. 68k-based
  22172. summary
  22173. chromakey
  22174. movie
  22175. simple
  22176. application
  22177. which
  22178. l Chest
  22179.  - Development Kits
  22180.  - HyperCard Related
  22181.  - HyperCard Instance Variables
  22182.  Alexander.   A potential color printing problem, and s
  22183. --set theItem to choose file -- uncomment to test in an AS editor
  22184.     tell application "Finder"
  22185.         open item "Dev.CD Apr 94
  22186. Dev.CD Jan 94
  22187. Dev.CD Oct 93
  22188. Dev.CD Jul 93"
  22189.         activate
  22190.     end tell
  22191. on error errMsg number errNum
  22192.     --enter statements to perform when no records are found such as...
  22193.     display dialog "Sorry, the item you selected could not be found."
  22194.     return
  22195. end try
  22196. hardwared
  22197. harlan
  22198. harness
  22199. harper
  22200. harry
  22201.  found."
  22202.     return
  22203. end try
  22204. D!All Packages
  22205. Tool Chest Edition
  22206. CPUGestaltion
  22207. F    SourceBug
  22208. Jo.http://developer.apple.com/techpubs/index.htmlq
  22209. Dev.CD Apr 00 SDK1
  22210. KD!All Packages
  22211. Mac OS SDK Edition
  22212. F&DeveloperDocumentation: Corefoundation
  22213. Core Foundation Documentation:
  22214. Core Foundation is a library of low-level services which help you to build cross-platform, easily localized applications. Core Foundation provides abstractions for common data types, facilitates internationalization with Unicode string storage, and offers a suite of utilities such as plug-in support,  XML property lists, URL resource access, and preferences. Core Foundation is included as part of CarbonLib on Mac OS 8 and 9. For Mac OS X, Core Foundation wil
  22215. window
  22216. classes
  22217. window
  22218. layers
  22219. window
  22220. manager
  22221. windows
  22222. wombat
  22223. workgroup
  22224. working
  22225. workstation
  22226. world
  22227. world
  22228. wrapper
  22229. writeswell
  22230. yellow
  22231. yellow
  22232. yellow
  22233. zanzibar
  22234. May 00^
  22235. r--set theItem to choose file -- uncomment to test in an AS editor
  22236.     tell application "Finder"
  22237.         open item "Dev.CD May 00 TC:Sample Code:"
  22238.         activate
  22239.     end tell
  22240. on error errMsg number errNum
  22241.     --enter statements to perform when no records are found such as...
  22242.     display dialog "Sorry, the item you selected could not be found."
  22243.     return
  22244. end try
  22245. e    No Changef
  22246. QuickTime
  22247. Dev.CD May 00 TC
  22248. ZD!All Packages
  22249. Tool Chest Edition
  22250. DrawSprocket SDKI
  22251. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.J
  22252. Debug Extensions
  22253. DrawSprocket 1.7.pdf
  22254. DrawSprocket Read Me
  22255. DrawSprocket Release Notes
  22256. DrawSprocketLib
  22257. DSp Debugging Tips
  22258. Interfaces&Libraries
  22259. Licensing Info folderL
  22260. May 00:What's New?:Development Kits:Mac OS:DrawSprocket SDK:V
  22261. 67755X
  22262. 1e    No Change
  22263. 67955X
  22264. Dec 99^
  22265. --set theItem to choose file -- uncomment to test in an AS editor
  22266.     tell application "Finder"
  22267.         open item "Dev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:"
  22268.         activate
  22269.     end tell
  22270. on error errMsg number errNum
  22271.     --enter statements to perform when no records are found such as...
  22272.     display dialog "Sorry, the item you selected could not be found."
  22273.     return
  22274. end try
  22275. Deletedf*AIX
  22276. Network Server
  22277. Symbiotic
  22278. client
  22279. serverq
  22280. Dev.CD Dec 99 RL
  22281. #D!All Packages
  22282. Mac OS SDK Edition
  22283. Network Services Location (NSL)
  22284.     th new and old.
  22285. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  22286. s a library that makes it easy to do.
  22287. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  22288.  including a complete  framework for writing small applications.
  22289. DumpSRec:  This MPW tool converts an arbitrary Macintosh data file or resource into Motorola S-Record format, mostly to assist in downloading code and data to EPROM programmers or non-Macintosh target platforms.
  22290. Eenie:  Eenie - example MacApp program showing how to use the Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  22291. LockFile:  Demonstrates settin
  22292. g the file lock bit in an action atom for the installer.  This action atom code resource must be called through a post installation action atom.  In the selector field, pass in the name of the target 'infs'  resource id.
  22293. Long doubles w/MathLib: This sample shows how to call MathLib functions that take or return parameters of type long double from Metrowerks PPC code.
  22294. Low Level Debugger macros:  Debugger macros for MacApp 3.0.
  22295. MacApp C++ Load/dump:  Two MPW scripts that show a couple way
  22296. e    No Changeq
  22297. Dev.CD May 00 TC
  22298. D!All Packages
  22299. Tool Chest Edition
  22300. Snippets - Sound
  22301. (** = new, * = revised)
  22302. 2BufRecord&Play:  This application uses double buffering for both recording and playback.
  22303. 2BufRecordBufferCmd:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using bufferCmd.
  22304. 2BufRecordSndPlay:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using SndPlay.
  22305. BufCallback:  This code demonstrates the use of a call back routine with the soundxtevent
  22306. waits
  22307. wake100
  22308. wakes
  22309. walk-through
  22310. walks
  22311. walkthrough
  22312. wantg
  22313. wanted
  22314. wanting
  22315. wants
  22316. registrym
  22317. reinstaller
  22318. relase
  22319. related
  22320. related
  22321. paper
  22322. releasev
  22323. release
  22324. extensions
  22325. release
  22326. installer
  22327. release
  22328. notesv
  22329. release
  22330. notes
  22331. 8/31/93
  22332. relstring
  22333. remoteS
  22334. remote
  22335. control
  22336. remote
  22337. control
  22338. remote
  22339. control
  22340. removefile
  22341. removefile
  22342. removefolder
  22343. removefolder
  22344. renderinglib
  22345. rep-iso
  22346. rep-iso/ccitt
  22347. rep-mm
  22348. replaceattributes
  22349. replaceattributes
  22350. replacecharset
  22351. replacecharset
  22352. report
  22353. reporting
  22354. request
  22355. requests
  22356. resedit]
  22357. resedit
  22358. editor
  22359. 1.0b4]
  22360. resedit
  22361. editor]
  22362. resolvealias
  22363. resolvealias
  22364. resource^
  22365. Dev.CD Jul 99 SDK1
  22366. All Packages
  22367. F!Technical Publications: QuickTime
  22368. 67473X
  22369. authorized
  22370. authorsp
  22371. autoz
  22372. autoguest
  22373. This Extension patches Open Firmware (OF) on certain Macintoshes to fix an OF bug.
  22374. On the family of machines named Tanzania, Zanzibar, Motorola StarMax, and PowerMac 4400, plugging in certain PCI cards containing PCI-PCI bridges will cause a hang upon power on before gray screen.
  22375. This Extension works by checking if it is running on one of the above machines, and if so, it unconditionally patches OF by replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  22376. RAM) with an image contained in the Extension.
  22377. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  22378. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  22379. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  22380. In the Device Tree probing process, OF builds a
  22381. All Packages
  22382. System 7 Tune-UpO
  22383. Dev.CD Apr 92
  22384. Dev.CD Mar 92P
  22385. Dev.CD Apr 92
  22386. Dev.CD Mar 9V
  22387. 68394X
  22388. Apr 92
  22389. p--set theItem to choose file -- uncomment to test in an AS editor
  22390.     tell application "Finder"
  22391.         open item "Dev.CD Apr 92
  22392. Dev.CD Mar 92"
  22393.         activate
  22394.     end tell
  22395. on error errMsg number errNum
  22396.     --enter statements to perform when no records are found such as...
  22397.     display dialog "Sorry, the item you selected could not be found."
  22398.     return
  22399. end try
  22400. All Packages
  22401. System 7 Tune-UpO
  22402. Dev.CD Apr 92P
  22403. Dev.CD Apr 9V
  22404. 68395X
  22405. Apr 92
  22406. b--set theItem to choose file -- uncomment to test in an AS editor
  22407.     tell application "Finder"
  22408.         open item "Dev.CD Apr 92"
  22409.         activate
  22410.     end tell
  22411. on error errMsg number errNum
  22412.     --enter statements to perform when no records are found such as...
  22413.     display dialog "Sorry, the item you selected could not be found."
  22414.     return
  22415. end try
  22416. All Packages
  22417. System 7 Tune-UpV
  22418. 68396X
  22419. Summary: These are updated tools from the QuickTime team for making QuickTime Movies.  Also, included are a number of third party Digitizer Components.
  22420. Features:
  22421. ComboWalker: Allows you to operate on a folder of files as well as individual files.  
  22422. Digitizers: QuickTime compatible digitizer components for various third party digitizer boards.
  22423. DrawTextCodec Example: Shows how to write a simple codec.
  22424. Dumpster: An application for viewing the contents of a movie description.
  22425. Get Info Ini
  22426. t: GetInfo is an init that gives you some extra information about files that depend on other files.  
  22427. GrabGuy: An application that creates QuickTime
  22428.  movies from videotape.
  22429. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  22430. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  22431. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  22432. Set Movie Information: An appli
  22433. --set theItem to choose file -- uncomment to test in an AS editor
  22434.     tell application "Finder"
  22435.         open item "Dev.CD May 00 TC:Tool Chest:Localization:ShowDialogBoxes:"
  22436.         activate
  22437.     end tell
  22438. on error errMsg number errNum
  22439.     --enter statements to perform when no records are found such as...
  22440.     display dialog "Sorry, the item you selected could not be found."
  22441.     return
  22442. end try
  22443. folks
  22444. follow
  22445. followed
  22446. following
  22447. follows
  22448. fonte
  22449. fonts
  22450. footprintg
  22451.     C/cuments
  22452. - shortcuts
  22453. - history
  22454. - previews
  22455. - etc.
  22456. J@Documentation
  22457. Examples
  22458. Libraries
  22459. Navigation Services 1.1 Read MeK
  22460. May 98
  22461. 6Requirements: Software: 7.5.5 and above
  22462. Hardware: 68K or PowerPC
  22463. 68k only-- you need
  22464. - CFM-68K Runtime Enabler
  22465. -NuDragLib.slb
  22466. - NuQuickTimeLib.slb
  22467. -NuTranslationLib.slb
  22468. -NuThreadsLib.slb
  22469. -ObjectSupportLib
  22470. For 68k and PPC, you need:
  22471. -OT 1.3 or greater
  22472. -QuickTime 2.5 or greater
  22473. -Appearance 1.0.1 or greater.
  22474. OCDev.CD Apr 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Apr 00 SDK1
  22475.  - Development Kits
  22476.  - Mac OS
  22477.  - Navigation Services SDKor
  22478.     tell application "Finder"
  22479.         open item "Dev.CD Jul 93
  22480. Dev.CD Apr 93"
  22481.         activate
  22482.     end tell
  22483. on error errMsg number errNum
  22484.     --enter statements to perform when no records are found such as...
  22485.     display dialog "Sorry, the item you selected could not be found."
  22486.     return
  22487. end try
  22488. All Packages
  22489. F    QuickTimeO
  22490. Dev.CD Jul 93
  22491. Dev.CD Apr 93V
  22492. 65782X
  22493. Jan 98M
  22494. Adobe Acrobat Reader 3.0N'WebObjects, OPENSTEP, Memory ManagementO-Dev.CD Feb 00 TC:Interactive Media Resources:P/Dev.CD Feb 00 TC
  22495.  - Interactive Media Resources
  22496. newsletteri
  22497. newswatcher
  22498. newtonj
  22499. newton-related
  22500. nextg
  22501. nicer
  22502. nicest
  22503. nichols
  22504. nifty
  22505. night
  22506. ninej
  22507. nirvanaj
  22508. nisus
  22509. nogrowdocproc
  22510. non-appleo
  22511. non-functional
  22512. non-native
  22513. non-portable
  22514. non-volatile-ram
  22515. norbert
  22516. normal
  22517. normally
  22518. normanj
  22519. norwegian
  22520. 2-1.1.3
  22521. 2-335
  22522. 2-341
  22523. 2-364
  22524. 2-byte
  22525. 2-way
  22526. 2.0.1t
  22527. 2.0.2p
  22528. 2.0.4
  22529. 2.0.6
  22530. 2.0.7
  22531. 2.0.8
  22532. 2.0a1
  22533. 2.0v2
  22534. 3.2.1
  22535. 3/92^
  22536. 32-bit
  22537. 350000
  22538. 366-mhz
  22539. 3d-partyj
  22540. 3d-thej
  22541. 4/16Q
  22542. 40-60
  22543. program
  22544. control
  22545. access
  22546. 5200x
  22547. quickdraw
  22548. graphics
  22549. library
  22550. define
  22551. quickdraw
  22552. dimension
  22553. macintosh
  22554. graphics
  22555. pablo
  22556. JYDemo app
  22557. Documentation
  22558. Headers
  22559. Libraries
  22560. Read Me -- AEGizmos
  22561. Sources
  22562. What's New in 1.4.2?K
  22563. Aug 94L
  22564. Oct 99N#AppleScript, Apple events, AEGizmosOSDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:P^Dev.CD May 00 TC
  22565.  - Tool Chest
  22566.  - Interapplication Communication
  22567.  - AE Tools
  22568.  - AEGizmos 1.4.2V
  22569. 67568X
  22570. May 00^
  22571. --set theItem to choose file -- uncomment to test in an AS editor
  22572.     tell application "Finder"
  22573.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  22574.         activate
  22575.     end tell
  22576. on error errMsg number errNum
  22577.     --enter statements to perform when no records are found such as...
  22578.     display dialog "Sorry, the item you selected could not be found."
  22579.     return
  22580. end try
  22581. e    No Changef!AppleScript
  22582. Apple events
  22583. AEGizmosq
  22584. Dev.CD May 00 TC
  22585.  D!All Packages
  22586. Tool Chest Edition
  22587. AETracker 3.0
  22588. end try
  22589. e    No Changef
  22590. Drive Setup
  22591.  utilitiesq
  22592. Dev.CD Jun 00 RL Disk 1
  22593. ersion 1.1. See the MacSNMP folder for an up-to-date version of the SNMP development kits.
  22594. For the latest version of AppleTalk, see the Network Software Installer folder. 
  22595. The version 1.1.1 of the SNMP AppleTalk Agent for System 7.5 can be found in the MacSNMP folder.
  22596. JdAppleTalk - Read Me First
  22597. AppleTalk Administration:
  22598. AppleTalk Connection:
  22599. Network Software InstallerK
  22600. Jan 96O7Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:P<Dev.CD Apr 98 SDK1
  22601.  - Development Kits (Disc 1)
  22602.  - AppleTalkds are found such as...
  22603.     display dialog "Sorry, the item you selected could not be found."
  22604.     return
  22605. end try
  22606. All Packages
  22607. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  22608. Dev.CD Jan 94
  22609. Dev.CD Oct 93
  22610. Dev.CD Jul 93
  22611. Dev.CD Apr 93PDDev.CD Apr 94
  22612. Dev.CD Jan 94
  22613. Dev.CD Oct 93
  22614. Dev.CD Jul 93
  22615. Dev.CD Apr 9V
  22616. 67388X
  22617. Apr 94
  22618. folderso
  22619. folks
  22620. follow
  22621. following
  22622. fonte
  22623. footprintg
  22624. ear inactive when the window was in fact, active.
  22625.  The TAB key now cycles your through the volumes in the volume popup.
  22626.  There is no extension code anymore and as such the 'Show Startup' check box has been removed.
  22627.  And finally, the code size has become even smaller.  This is in part due to design changes and the use of Matthew Axsom's neat cdev class that allowed me to build LockVol with CodeWarrior.
  22628. Issues:  LockVol is freeware.  Permission is granted by the author for personal or elExectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  22629. General tools.imgK
  22630. Jul 92L
  22631. Jun 95M
  22632. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:ing
  22633. control
  22634. proportional scroll bar
  22635. appearancell bar
  22636. appearance
  22637. PF    QuickTimeO
  22638. Dev.CD Jul 93P
  22639. Dev.CD Jul 9t
  22640. delete
  22641. depth
  22642. design
  22643. designing
  22644. printer
  22645. default
  22646. setdefaultdtp
  22647. quickdraw
  22648. desktop
  22649. desktop
  22650. manager
  22651. desktops
  22652. detector
  22653. detectorsh
  22654. developeri
  22655. developer
  22656. documentation
  22657. developer
  22658. notes
  22659. developers
  22660. development
  22661. device
  22662. device
  22663. driver
  22664. device
  22665. manager
  22666. device
  22667. managers
  22668. drivers
  22669. devnotes
  22670. dialog
  22671. dialogs
  22672. dictation
  22673. dictionary
  22674. dictionary
  22675. manager
  22676. digital
  22677. digital
  22678. camera
  22679. disabled
  22680. disassembler
  22681. disassembly
  22682. display
  22683. display
  22684. folder
  22685. entation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  22686. Nov 96V
  22687. 65444X
  22688. 1e    No Change
  22689. --set theItem to choose file -- uncomment to test in an AS editor
  22690.     tell application "Finder"
  22691.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:"
  22692.         activate
  22693.     end tell
  22694. on error errMsg number errNum
  22695.     --enter statements to perform when no records are found such as...
  22696.     display dialog "Sorry, the item you selected could not be found."
  22697.     return
  22698. end try
  22699. e    No Changef$MRJ
  22700. MRJ SDK
  22701. MRJ 2.2
  22702. MRJ SDK 2.2o
  22703. http://developer.apple.com/sdkq
  22704. Dev.CD May 00 TC
  22705. D!All Packages
  22706. Tool Chest Edition
  22707. MRJ 2.2 Redistribution SDK
  22708.     onitor
  22709. HTML rendering
  22710. web browser
  22711. HTML tags
  22712. Apple Help
  22713. World Wide Web
  22714. Help Center
  22715. HTML link
  22716. Unicode Utilities
  22717. Unicode
  22718. locales
  22719. collation
  22720. characters
  22721. Window Manager
  22722. windows
  22723. structure region
  22724. content region
  22725. window class
  22726. window classes
  22727. window layers
  22728. window attributes
  22729. scrolling
  22730. Menu Manager
  22731. menus
  22732. Carbon
  22733. Apple menu
  22734. menu items
  22735. /developer.apple.com/techpubs/index.html
  22736. copiesy
  22737. coplandj
  22738. copland-savvy
  22739. coprocessorQ
  22740. copyj
  22741. copy-and-paste
  22742. copy/paste
  22743. copybitmask
  22744. copybits
  22745. copybitsspeedpalette
  22746. copydeepmask
  22747. copying
  22748. copymask
  22749. copyright
  22750. copyrighted
  22751. copyrights
  22752. copywrite
  22753. core\
  22754. foundation
  22755. documentation
  22756. corners
  22757. corporate
  22758. corporation
  22759. correct
  22760. corrects
  22761. correlate
  22762. correspondence
  22763. corresponding
  22764. corresponds
  22765. corrosponding
  22766. corruption
  22767. cosmetic
  22768. costly
  22769. costsj
  22770. couldX
  22771. couldn't
  22772. "P8Dev.CD Apr 00 SDK1
  22773.  - Development Kits
  22774.  - Mac OS
  22775.  - AIAT-- uncomment to test in an AS editor
  22776.     tell application "Finder"
  22777.         open item "Dev.CD May 00 TC:Sample Code:"
  22778.         activate
  22779.     end tell
  22780. on error errMsg number errNum
  22781.     --enter statements to perform when no records are found such as...
  22782.     display dialog "Sorry, the item you selected could not be found."
  22783.     return
  22784. end try
  22785. e    No Changef=Unicode
  22786. Imaging
  22787. Bi-directional
  22788. Rotation
  22789. Double-byteq
  22790. Dev.CD May 00 TC
  22791. (D!All Packages
  22792. Tool Chest Edition
  22793. Universal Interfaces 3.3.1IVInterfaces and Libraries for Mac OS 9, CarbonLib 1.0.2, and QuickTime 4.1 development.J
  22794. UniversalInterfaces3.3.1.imgK
  22795. Feb 94L
  22796. May 00OODev.CD May 00 TC:What's New?:Development Kits:Mac OS:Universal Interfaces3.3.1:PZDev.CD May 00 TC
  22797.  - What's New?
  22798.  - Development Kits
  22799.  - Mac OS
  22800.  - Universal Interfaces3.3.1V
  22801. 67495X
  22802. May 00^
  22803. supercard
  22804. supersedes
  22805. superview
  22806. suport
  22807. supplement
  22808. supplementing
  22809. supplied
  22810. supply
  22811. supportN
  22812. appleshare
  22813. protocol
  22814. appleshare
  22815. server
  22816. appleshare
  22817. client
  22818. registry
  22819. appletalkQ
  22820. stylechat
  22821. appwannabe
  22822. arabic
  22823. architecture
  22824. arrangement
  22825. aslmv
  22826. apple
  22827. shared
  22828. library
  22829. manager
  22830. dynamic
  22831. libraryv
  22832. profiler
  22833. apple
  22834. systemx
  22835. assemblers
  22836. assembly
  22837. assistant
  22838. async
  22839. async
  22840. asynchronous
  22841. driver
  22842. table
  22843. 24gcO
  22844. 3.0.1Y
  22845. 3.0b10
  22846. 3.2.4
  22847. 3.3.2
  22848. 3.7.1
  22849. 3/92^
  22850. 5.0.7V
  22851. 5.3.2
  22852. 5thcolumn
  22853. 6.0.3
  22854. 6.0.4
  22855. 6.0.5
  22856. 6.1b9
  22857. processor
  22858. upgrade
  22859. enablerC
  22860. 7.0.1O
  22861. 7.1p2
  22862. 7.1p5
  22863. 7.1p6
  22864. 7edit
  22865. 7.0.1O
  22866. 8.5.1gm
  22867. a-lawP
  22868. a-law
  22869. sdec/scomP
  22870. a/roseQ
  22871. a/rose
  22872. 1.2.1Q
  22873. aboutR
  22874. about
  22875. developer
  22876. universityR
  22877. technical
  22878. notesS
  22879. access
  22880. acrobatZ
  22881. analyzer
  22882. 1.0d6T
  22883. 1.0.1b3U
  22884. parser
  22885. 5.0.7V
  22886. adbreinitW
  22887. deltaj
  22888. demanding
  22889. demands
  22890. demonstates
  22891. demonstation
  22892. demonstrate\
  22893. demonstrated
  22894. demonstratesN
  22895. programmatically
  22896. background
  22897. demonstrates
  22898. switch
  22899. private
  22900. stack
  22901. correctly
  22902. demonstrating\
  22903. demonstrationc
  22904. almost
  22905. along
  22906. alpha
  22907. alphabatize
  22908. alphabetic
  22909. alreadyZ
  22910. alsoN
  22911. extension
  22912. which
  22913. enables
  22914. developers
  22915. adopt
  22916. high-leved
  22917. analysis
  22918. analyzeb
  22919. IMPORTANT INFORMATION ABOUT THIS SDK
  22920. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  22921. http://www.apple.com/quicktime/.
  22922. Summary:  QuickTime Conferencing is a system software extension. It comes with Apple Media Conference, an application program you use to set up video conferences, collaborate with others, exchange live video and sound, and share information over a network. Apple Med
  22923. ia Conference takes advantage of the networking capability already built into your computer so you can connect with other video conferencing systems over a local or wide area network, such as an AppleTalk local area network or the TCP/IP Internet.
  22924. The instructions in the "QuickTime Conf. - Read Me First" explain how to install and use QuickTime Conferencing and Apple Media Conference. To print out these instructions, open the File menu and choose Print; then click the Print button in the 
  22925. sample
  22926. sample
  22927. savemenu
  22928. saytext
  22929. saytext
  22930. sbarcdef
  22931. sbarcdef
  22932. function pointers for your own purposes.
  22933.   -How to get access to the Temporary Items Folder and use it to keep temporary files. 
  22934. Sample Code.imgK
  22935. Jan 96O
  22936. Dev.CD May 00 TC:Sample Code:P
  22937. Dev.CD May 00 TC
  22938.  - Sample Coden error errMsg number errNum
  22939.     --enter statements to perform when no records are found such as...
  22940.     display dialog "Sorry, the item you selected could not be found."
  22941.     return
  22942. end try
  22943. e    No Changeq
  22944. Dev.CD Apr 00 SDK1
  22945. RD!All Packages
  22946. Tool Chest Edition
  22947. ple which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  22948. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunck card in conjunc
  22949. r--set theItem to choose file -- uncomment to test in an AS editor
  22950.     tell application "Finder"
  22951.         open item "Dev.CD May 00 TC:Sample Code:"
  22952.         activate
  22953.     end tell
  22954. on error errMsg number errNum
  22955.     --enter statements to perform when no records are found such as...
  22956.     display dialog "Sorry, the item you selected could not be found."
  22957.     return
  22958. end try
  22959.  in Spain, as well as all the names of relevant companies, distributors, magazines, etc.
  22960. This Guide is divided int
  22961. o six parts: Spain, the information technology sector, Apple Computer Espa
  22962. a, Distribution Channels, events and Directory. The first five parts are of descriptive nature, whereas the latter indicates all the different names of contacts which we think might be of interest.
  22963. Spain Distribution GuideK
  22964. Nov 95M
  22965. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  22966.  - Programs & Marketing
  22967.  - Market & Distribution Guidesr
  22968. table
  22969. 68335X
  22970. May 00^
  22971. r--set theItem to choose file -- uncomment to test in an AS editor
  22972.     tell application "Finder"
  22973.         open item "Dev.CD May 00 TC:Sample Code:"
  22974.         activate
  22975.     end tell
  22976. on error errMsg number errNum
  22977.     --enter statements to perform when no records are found such as...
  22978.     display dialog "Sorry, the item you selected could not be found."
  22979.     return
  22980. end try
  22981. e    No Changeq
  22982. Dev.CD May 00 TC
  22983. D!All Packages
  22984. Tool Chest Edition
  22985. Snippets - Devices
  22986. (** = new, * = revised)
  22987. Audio CD:  An MPW Tool that allows you to start, stop, pause, and continue audio CD tracks.
  22988. CD Tracker:  Pascal snippet that gets info on Audio CD tracks
  22989. CDROMDriveCheck:  An MPW C tool that checks to see which SCSI IDs are AppleCD SC drives.  It makes a status call(97) to the AppleCD SC driver (only works with this driver).
  22990. CDTool:  An MPW Tool that controls a CD drive
  22991. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  22992. ne    No Changeq
  22993. Dev.CD May 98 TC
  22994. oD!All Packages
  22995. Tool Chest Edition
  22996. ary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  22997. General tools.imgK
  22998. Vol XO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  22999.  - Tool Chest
  23000.  - Testing & Debugging
  23001.  - General toolsV
  23002. 67776X
  23003. May 00^
  23004. --set theItem to choose file -- uncomment to test in an AS editor
  23005.     tell application "Finder"
  23006.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  23007.         activate
  23008.     end tell
  23009. on error errMsg number errNum
  23010.     --enter statements to perform when no records are found such as...
  23011.     display dialog "Sorry, the item you selected could not be found."
  23012.     return
  23013. end try
  23014. e    No Changeq
  23015. Dev.CD May 00 TC
  23016. ev.CD May 00 TC
  23017. controls/events
  23018. controlstrip
  23019. convenience
  23020. convenient
  23021. convenient/simple
  23022. conveniently
  23023. conventional
  23024. conventions
  23025. conversionY
  23026. conversions
  23027. convert
  23028. converted
  23029. converterh
  23030. converting
  23031. converts
  23032. convey
  23033. cookbook
  23034. coolj
  23035. coolalerts
  23036. coolrequest
  23037. cooperates
  23038. cooperation
  23039. cooperative
  23040. coordinates
  23041. copacetically
  23042. copied
  23043. foundation
  23044. documentation
  23045. corners
  23046. corporate
  23047. corporation
  23048. correct
  23049. corrected
  23050. correctlyy
  23051. corrects
  23052. correlate
  23053. correspondence
  23054. corresponding
  23055. corruption
  23056. cosmetic
  23057. costsj
  23058. couldX
  23059. couldn't
  23060. 68332X
  23061. May 00^
  23062. --set theItem to choose file -- uncomment to test in an AS editor
  23063.     tell application "Finder"
  23064.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:"
  23065.         activate
  23066.     end tell
  23067. on error errMsg number errNum
  23068.     --enter statements to perform when no records are found such as...
  23069.     display dialog "Sorry, the item you selected could not be found."
  23070.     return
  23071. end try
  23072. e    No Changef
  23073. grab icon desktopq
  23074. Dev.CD May 00 TC
  23075. D!All Packages
  23076. Tool Chest Edition
  23077. Snarfer
  23078. tibetan
  23079. tickanimate
  23080. ticks
  23081. tietz
  23082. tighter
  23083. tilde-linefeed
  23084. tilde-tilde
  23085. tiles
  23086. times
  23087. time-based
  23088. time-consuming
  23089. timebase
  23090. timecode
  23091. timed
  23092. timers
  23093. timertst
  23094. timesp
  23095. timestamps
  23096. timezone
  23097. timing
  23098. tipsS
  23099. themeo
  23100. themeso
  23101. themselves
  23102. ee    No Changef
  23103. QuickTime
  23104. Dev.CD May 00 TC
  23105. fD!All Packages
  23106. Tool Chest Edition
  23107. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J
  23108. Sample Code.imgK
  23109. May 98L
  23110. Jun 98M
  23111. OpenTransportN"OpenTransport, arp, cache, displayO
  23112. Dev.CD May 00 TC:Sample Code:P
  23113. Dev.CD May 00 TC
  23114.  - Sample CodeV
  23115. 67767X
  23116. May 00^
  23117. r--set theItem to choose file -- uncomment to test in an AS editor
  23118.     tell application "Finder"
  23119.         open item "Dev.CD May 00 TC:Sample Code:"
  23120.         activate
  23121.     end tell
  23122. on error errMsg number errNum
  23123.     --enter statements to perform when no records are found such as...
  23124.     display dialog "Sorry, the item you selected could not be found."
  23125.     return
  23126. end try
  23127. e    No Changef
  23128. OpenTransport
  23129. cache
  23130. displayq
  23131. Dev.CD May 00 TC
  23132. gD!All Packages
  23133. Tool Chest Edition
  23134. DumpNetworkSetup
  23135. mbytes
  23136. mcbride
  23137. fPHDev.CD May 98 TC
  23138.  - Programs & Marketing
  23139.  - Market & Distribution GuidesV
  23140. 67639X
  23141. May 98^
  23142. --set theItem to choose file -- uncomment to test in an AS editor
  23143.     tell application "Finder"
  23144.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  23145.         activate
  23146.     end tell
  23147. on error errMsg number errNum
  23148.     --enter statements to perform when no records are found such as...
  23149.     display dialog "Sorry, the item you selected could not be found."
  23150.     return
  23151. end try
  23152. e    No Changeq
  23153. Dev.CD May 98 TC
  23154. gD!All Packages
  23155. Tool Chest Edition
  23156. Byrne's XCMDs & XFCNs
  23157. Summary: This is a set of 20 XCMDs and XFCNs that perform a wide variety of tasks, from finding the selected printer to simple string manipulation.  Includes all MPW C source code too.
  23158. Features: HyperCard XFCNs and XCMDs.
  23159. This package is System 7.0 compatible. 
  23160. 67640X
  23161. 1e    No Change
  23162. apple
  23163. styleguide00
  23164. apple
  23165. profiler
  23166. 1.3.1
  23167. apple
  23168. profiler
  23169. 1.3.1
  23170. infox
  23171. apple
  23172. telecom
  23173. software
  23174. Dev.CD Apr 94"
  23175.         activate
  23176.     end tell
  23177. on error errMsg number errNum
  23178.     --enter statements to perform when no records are found such as...
  23179.     display dialog "Sorry, the item you selected could not be found."
  23180.     return
  23181. end try
  23182. culturej
  23183. cunningham
  23184. curbow
  23185. curious
  23186. current
  23187. current
  23188. release
  23189. mactcp
  23190. v2.0.6
  23191. mactcp
  23192. admin
  23193. v2.0.6
  23194. currently
  23195. cursordevicemanager
  23196. cursordevices
  23197. cursordevicesetaccel
  23198. cursors
  23199. curve
  23200. curves
  23201. customo
  23202. Summary:  The Communications Toolbox SDK contains:
  23203. The Basic Connectivity Set 1.1.1 folder contains  CTB tools, including
  23204.         
  23205. XMODEM 1.1 Tool
  23206.         
  23207. Serial 1.0.2 Tool
  23208. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  23209. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  23210. The Communications 1 folder contains the 1.0.2 installer scr
  23211. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  23212. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  23213. NOTE:  Developers should do all new development with Open Transport where possible.
  23214. Aug 93L
  23215. macapp-basedX
  23216. macbinary
  23217. macbinary-ii-standar
  23218. macbinary-standard
  23219. macbug
  23220. maccalendar
  23221. maccheck
  23222. macctb
  23223. macfilesigning
  23224. machine`
  23225. machines
  23226. e:  This snippet shows how to use the QuickDraw pattern modes to invert the intersection of two colored lines.
  23227. FindFamilies:  An MPW tool for examining font dependencies.  You tell FindFamilies what installed font family you're interested in, and it finds all the bitmap and outline fonts referenced by that family and tells you what other families also reference them.  Helps to check "Style-linking" so you can see that the plain variant of "MyFont Bold" is really also the bold variant of "
  23228. MyFont Plain", etc.  Shows how to manipulate FOND resources and make the GetNextFOND call under System 7.1 and later.
  23229. GDevVideo:  This code shows how to get the parameters out of GDevice records.
  23230. GrayishOutline:  This snippet was written in reply to a developer question on how to draw the "best possible gray" across several screens of various depth (see the related Q&A in a recent  d e v e l o p   near you).
  23231. icl8 To cicn:  This snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' r
  23232. arrays
  23233. arrived
  23234. arrow
  23235. arrows
  23236. articlesj
  23237. articulate
  23238. artwork
  23239. otlookup@
  23240. palette
  23241. color
  23242. depth
  23243. batch
  23244. processing
  23245. optimizing
  23246. conditio@
  23247. powerbook@
  23248. printing@
  23249. qualified@
  23250. quicktime
  23251. effects@
  23252. quicktime
  23253. return@
  23254. scripting@
  23255. selected@
  23256. solaris@
  23257. strings@
  23258. tcp/ip@
  23259. encoding
  23260. unicode
  23261. script
  23262. language
  23263. conversion
  23264. games
  23265. input@
  23266. virtual
  23267. external
  23268. traceroute@
  23269. version@
  23270. webobjects
  23271. designing
  23272. robustness
  23273. testing@
  23274. ackage@
  23275. apple@
  23276. appletalk
  23277. transaction
  23278. protocol@
  23279. async
  23280. device@
  23281. cacheline@
  23282. capabilities@
  23283. cfcomparisonresult@
  23284. codewarrior@
  23285. colorsync
  23286. photoshop
  23287. plug-ins@
  23288. contextual@
  23289. decompress@
  23290. display
  23291. display
  23292. mode@
  23293. dynamic
  23294. library@
  23295. you'llx
  23296. documentation
  23297. software
  23298. technolo
  23299. you're
  23300. you've
  23301. yourN
  23302. yourself
  23303. zanzibar
  23304. zap's
  23305. zeroing
  23306. zimmerman
  23307. zimmerman's
  23308. zonez
  23309. zones
  23310. All Packages
  23311. System UpdateO
  23312. Dev.CD Apr 94
  23313. Dev.CD Jan 94P
  23314. Dev.CD Apr 94
  23315. Dev.CD Jan 9V
  23316. 68690X
  23317. Apr 94
  23318. p--set theItem to choose file -- uncomment to test in an AS editor
  23319.     tell application "Finder"
  23320.         open item "Dev.CD Apr 94
  23321. Dev.CD Jan 94"
  23322.         activate
  23323.     end tell
  23324. on error errMsg number errNum
  23325.     --enter statements to perform when no records are found such as...
  23326.     display dialog "Sorry, the item you selected could not be found."
  23327.     return
  23328. end try
  23329. All Packages
  23330. System UpdateO
  23331. Dev.CD Apr 94
  23332. Dev.CD Jan 94P
  23333. Dev.CD Apr 94
  23334. Dev.CD Jan 9V
  23335. 68691X
  23336. Apr 94
  23337. p--set theItem to choose file -- uncomment to test in an AS editor
  23338.     tell application "Finder"
  23339.         open item "Dev.CD Apr 94
  23340. Dev.CD Jan 94"
  23341.         activate
  23342.     end tell
  23343. on error errMsg number errNum
  23344.     --enter statements to perform when no records are found such as...
  23345.     display dialog "Sorry, the item you selected could not be found."
  23346.     return
  23347. end try
  23348. Dev.CD May 00 TC
  23349. D!All Packages
  23350. Tool Chest Edition
  23351. Live Scroll 1.0
  23352. Summary:  "Live Scroll" is a bare bones application demonstrating one approach you can take to implementing live scrolling (aka active and dynamic scrolling) during the tracking of scroll bar thumbs. Scroll arrows allow accurate placement of a document within its window, but are often too slow when the user wishes to scroll the content relatively large distances. While the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scrollinue to thrive for many years.
  23353. Some of the planned activities to support this campaign include:
  23354.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  23355.  In-Store Merchandising Programs and Promotion
  23356.  Wholesale Distribution Programs
  23357.  Magazine Advertising Campaigns
  23358.  Mail-Order Catalog Programs and Promotions
  23359.  Apple Online Store Programs and Promotions 
  23360. To be considered for inclusion in these exciting, high-v
  23361. ews (1 million Power Macs; Apple Licenses MacOS; QuickTime Conferencing; AppleShare and AppleSearch for Windows; MessagePad 120; Motorola Newton Wireless Device); Strategy Mosaic (Blueprint for Future: Communications and Collaboration); Editor's Note (Delays); IndustryWatch.
  23362. Technology: News (develop issue 21); CD Highlights;  Human Interface (Disambiguator, pt 1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  23363. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  23364. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  23365. This is final draft copy from the February Apple Directions, 
  23366.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  23367. February 1995 Apple Directions Articles
  23368. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  23369. --set theItem to choose file -- uncomment to test in an AS editor
  23370.     tell application "Finder"
  23371.         open item "Dev.CD Apr 94
  23372. Dev.CD Jan 94
  23373. Dev.CD Oct 93
  23374. Dev.CD Aug 93"
  23375.         activate
  23376.     end tell
  23377. on error errMsg number errNum
  23378.     --enter statements to perform when no records are found such as...
  23379.     display dialog "Sorry, the item you selected could not be found."
  23380.     return
  23381. end try
  23382. nnect
  23383. discourages
  23384. discover
  23385. discovered
  23386. discovering
  23387. discs
  23388. discuss
  23389. discussed
  23390. discussesw
  23391. discussion
  23392. discussions
  23393. disinfectant
  23394. diskg
  23395. utility
  23396. application
  23397. mount
  23398. disk-inserted
  23399. diskfiller
  23400. diskrestore
  23401. disks
  23402. diskscripts
  23403. disparate
  23404. couple way
  23405. off-by-one
  23406. off-screen
  23407. off-the-shelf
  23408. official
  23409. offscreen
  23410. often
  23411. older
  23412. olson
  23413. 68748X
  23414. Feb 00^
  23415. --set theItem to choose file -- uncomment to test in an AS editor
  23416.     tell application "Finder"
  23417.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:"
  23418.         activate
  23419.     end tell
  23420. on error errMsg number errNum
  23421.     --enter statements to perform when no records are found such as...
  23422.     display dialog "Sorry, the item you selected could not be found."
  23423.     return
  23424. end try
  23425. e    No Changef%WebObjects
  23426. OPENSTEP
  23427. Memory Managementq
  23428. Dev.CD Feb 00 TC
  23429. All Packages
  23430. WebObjects Performance Tuning
  23431. Performance Tuning
  23432. By Theresa Ray of Tensor Information Systems, Inc.
  23433. Performance tuning your WebObjects application is a critical step on the road to successful deployment of a web site. Optimization of a web site is always productive, only costs a moderate amount of development time, and results in a solid, scalable system. By properly coding, testing and administrating your application, your web site can be a great success!
  23434. 68749X
  23435. f--set theItem to choose file -- uncomment to test in an AS editor
  23436.     tell application "Finder"
  23437.         open item "Dev.CD Jan 96 SSW"
  23438.         activate
  23439.     end tell
  23440. on error errMsg number errNum
  23441.     --enter statements to perform when no records are found such as...
  23442.     display dialog "Sorry, the item you selected could not be found."
  23443.     return
  23444. end try
  23445. rgbforecolor
  23446. rhapsody
  23447. rhapsody
  23448. developer
  23449. documentation
  23450. rhapsody
  23451. pages
  23452. rightsj
  23453. rigorously
  23454. rinaldi1
  23455. ripple
  23456. risc-based
  23457. rischspater
  23458. riser
  23459. risko
  23460. risks
  23461. rmapz
  23462. robbins
  23463. roberts
  23464. robix
  23465. robust
  23466. robustness
  23467. rocketj
  23468. roger
  23469. roland
  23470. rolew
  23471. rolled
  23472. rollin
  23473. object-based
  23474. All Packages
  23475. System Enabler 065 (LC 575)O
  23476. Dev.CD Apr 94
  23477. Dev.CD Jan 94P
  23478. Dev.CD Apr 94
  23479. Dev.CD Jan 9V
  23480. 68529X
  23481. Apr 94
  23482. p--set theItem to choose file -- uncomment to test in an AS editor
  23483.     tell application "Finder"
  23484.         open item "Dev.CD Apr 94
  23485. Dev.CD Jan 94"
  23486.         activate
  23487.     end tell
  23488. on error errMsg number errNum
  23489.     --enter statements to perform when no records are found such as...
  23490.     display dialog "Sorry, the item you selected could not be found."
  23491.     return
  23492. end try
  23493. All Packages
  23494. System Enabler 065 (LC 575)O
  23495. Dev.CD Apr 94
  23496. Dev.CD Jan 94P
  23497. Dev.CD Apr 94
  23498. Dev.CD Jan 9V
  23499. 68530X
  23500. Apr 94
  23501. digital
  23502. camera
  23503. quicktake
  23504. windows
  23505. quicktime
  23506. 68283X
  23507. Apr 98^
  23508. --set theItem to choose file -- uncomment to test in an AS editor
  23509.     tell application "Finder"
  23510.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  23511.  IC SDK 1.01:"
  23512.         activate
  23513.     end tell
  23514. on error errMsg number errNum
  23515.     --enter statements to perform when no records are found such as...
  23516.     display dialog "Sorry, the item you selected could not be found."
  23517.     return
  23518. end try
  23519. Deletedf3QuickTime
  23520. QuickTime IC
  23521. image
  23522. capture
  23523. digital
  23524. cameraq
  23525. Dev.CD Apr 98 SDK2
  23526. kD!All Packages
  23527. Tool Chest Edition
  23528. QuickTime Java SDKILQuickTime for Java SDK.  Includes QuickTime for Java API javadoc, and demos.J
  23529. qtjavadocs
  23530. QTJavaSDKK
  23531. Feb 00MmRequires:
  23532.     - QuickTime 3 
  23533.     - QTJava.zip
  23534.     - Mac OS 8 or later
  23535.     - Macintosh Runtime for Java (MRJ) 2.1 or laterN
  23536. QuickTime, Java, MRJOHDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:ngeo
  23537. http://developer.apple.com/sdk/
  23538. p device (and limited information about other on-line volumes)
  23539. Software problem detection
  23540.   -Directory corruption detection (Disk First Aid 7.2 verification
  23541.      code)
  23542.   -System file (System, Finder, System Enabler, Launcher)
  23543.     corruption detection
  23544.   -Duplicate System Folder detection
  23545.  Logic board test
  23546. Recommended for System 7.1; it will run on System 7.0 and above.
  23547. Issues:
  23548. Not to be licenced with any other products
  23549. Incompatible with Thunder
  23550. Some printing incompatibilities:
  23551. ?ot a 100%, but some reports
  23552.   -HP DeskWriter (550, 550C)
  23553.   -Possibly LaserWriter 8.0
  23554. Each log holds only 32K of information
  23555. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  23556. information will fit in the logs.
  23557. MacCheck
  23558.  is a trademark of Apple Computer
  23559. General tools.imgK
  23560. Oct 93M
  23561. MacPlus or aboveN    MacCheck
  23562. O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:Code:V
  23563. 66597X
  23564. Moved
  23565. ping MRJ versions in t
  23566. Mask can used to fade a screen to a  lighter color.
  23567. Custom PicComments/Bottlenecks:  This sample groups a bunch of pictures together and takes them apart using PicComments and a QuickDraw bottleneck procedure.  It's an example of how to store and retrieve custom PicComments, among other things.
  23568.  Example of custom PicComment usage with unique identifiers. {-> CustomPicProc, CompositePictures <-}
  23569.  Example of a custom QuickDraw bottleneck procedure which works in both GrafPorts and CGraf
  23570. Ports. {-> DisassemblePictures <-}
  23571.  Example of finding the deepest device and placing  a window on it.
  23572. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  23573. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  23574. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  23575. DrawLin
  23576. standardsw
  23577. standardwdef
  23578. standardwdef
  23579. start
  23580. start
  23581. started
  23582. starter
  23583. startup
  23584. static
  23585. stdfilesaver
  23586. stiletto
  23587. stiletto
  23588. program
  23589. stiletto
  23590. sources
  23591. stoppinf
  23592. stoppinf
  23593. icons
  23594. storyboard
  23595. stream
  23596. stress
  23597. stress
  23598. testing
  23599. tools
  23600. strip
  23601. stripdup
  23602. stripdup
  23603. stripunits
  23604. strwidth
  23605. strwidth
  23606. libraries
  23607. tors/localiz
  23608. symantec
  23609. symantec
  23610. builds
  23611. symfilesv
  23612. synchronization
  23613. sysenv
  23614. sysenv
  23615. 1.0d13
  23616. systeme
  23617. system
  23618. related
  23619. systemfolder
  23620. systemfolder
  23621. target
  23622. tccalc
  23623. tcp/ip
  23624. tcp/ip
  23625. administration
  23626. image
  23627. tcp/ip
  23628. connection
  23629. image
  23630. technical
  23631. technique
  23632. techniques
  23633. technotes
  23634. tSample code demonstrating how to test for certain kinds of ATA hard drives which would cause problems for some PowerBooks in SCSI disk mode.
  23635. Demonstrates using the ATA inquiry command and the fields returned by this command to determine information about an ATA drive.  Detects an error documented in the technote "PowerBook HD Upgrades and SCSI Disk Mode Compatibility".
  23636. Sample Code.imgK
  23637. Jan 98M
  23638. PowerBook with ATA manager (190, 2300, 5300, 1400, 3400, 2400).  Later PowerBooks are not affected by these bugs, but the test will run.N$ATA, PowerBook, SCSI, SCSI disk modeO
  23639. Dev.CD May 00 TC:Sample Code:P
  23640. Dev.CD May 00 TC
  23641.  - Sample Code tell application "Finder"
  23642.         open item "Dev.CD Apr 93"
  23643.         activate
  23644.     end tell
  23645. on error errMsg number errNum
  23646.     --enter statements to perform when no records are found such as...
  23647.     display dialog "Sorry, the item you selected could not be found."
  23648.     return
  23649. end try
  23650. All Packages
  23651. 67346X
  23652. instrumented
  23653. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  23654. Ad Lib v3.0.1 provides compatibility with Mac OS 9 and fixes many bugs found in Ad Lib 3.0.  There is one new feature, a log file that is written when resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion.
  23655.  Install Ad Lib 3.0.1
  23656. Apr 00L
  23657. Apr 00
  23658. A$Mac OS 8 or later.  68020 or better.
  23659. NIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO7Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:Ad Lib:PBDev.CD Apr 00 SDK1
  23660.  - What's New
  23661.  - Tool Chest
  23662.  - MacApp
  23663.  - Ad Lib
  23664. Jul 98
  23665. e    No Changef
  23666. QuickTime
  23667. Dev.CD May 00 TC
  23668. D!All Packages
  23669. Tool Chest Edition
  23670. shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  23671. Sample Code.imgK
  23672. Feb 00
  23673. - Common
  23674.     - Sun Compliant Java Runtime Environment 1.1
  23675.     - QuickTime 3 
  23676.     - QTJava.zip
  23677.     - QTJava media samples
  23678. - Mac OS:
  23679.     - System 8 or later
  23680.     - Macintosh Runtime for Java (MRJ) 2.1
  23681. - Windows 95, 98, or NT::
  23682.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23683. QuickTime, Java, MRJ
  23684. Dev.CD May 00 TC:Sample Code:P
  23685. Dev.CD May 00 TC
  23686.  - Sample CodeV
  23687. 68089X
  23688. May 00^
  23689. r--set theItem to choose file -- uncomment to test in an AS editor
  23690.     tell application "Finder"
  23691.         open item "Dev.CD May 00 TC:Sample Code:"
  23692.         activate
  23693.     end tell
  23694. on error errMsg number errNum
  23695.     --enter statements to perform when no records are found such as...
  23696.     display dialog "Sorry, the item you selected could not be found."
  23697.     return
  23698. end try
  23699. end try
  23700.  will need to manually change your code.
  23701. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems with Convert
  23702. Projects, please contact the authors by one of the following means:
  23703.   Internet: bbedit@world.std.com
  23704.   CIS: 73051,3255
  23705.   AppleLink: BARE.BONES
  23706.   Fax: (508) 651-7584
  23707.   Phone: (508) 651-3561
  23708.   Mail:  Bare Bones Software
  23709.       c/o R. Siegel
  23710.       1 Larkspur WC
  23711. ay #4
  23712.       Natick, MA 01760
  23713. J?!NOT AN APPLE PRODUCT!:
  23714. About Convert
  23715. Projects
  23716. Convert
  23717. ProjectsK
  23718. May 94L
  23719. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  23720.  Other Platforms:Convert
  23721. Projects 1.0b5:PaDev.CD Nov 99 TC
  23722.  - Tool Chest
  23723.  - Development Kits
  23724.  Other Platforms
  23725.  - Convert
  23726. Projects 1.0b5ocument also contains the appearance for tab panels (tabs and content panes) which appear in dialog boxes. It shows tabs in small and large sizes. 
  23727. Use of the Grayscale Appearance design in
  23728. forbiddenj
  23729. force
  23730. forcing
  23731. foreground
  23732. foreign
  23733. forever
  23734. forks
  23735. formata
  23736. format/compression
  23737. formatasdos
  23738. formatsw
  23739. formatteda
  23740. formulate
  23741. forrest
  23742. forth
  23743. fortran
  23744. forward
  23745. forwards
  23746. foundY
  23747. foundation
  23748. foundation's
  23749. fourN
  23750. four-color
  23751. fragment
  23752. fragments
  23753. frame
  23754. frames
  23755. frames/sec
  23756. framework
  23757. Summary:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object.  
  23758. Issues:  Although I have implemented the insertion class TNetworkOStream I have not yet implemented what is needed for the TNetworkIStream class. THis is mostly because I am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  23759. Sample Code.imgK
  23760. Aug 96M
  23761. OpenTransportN
  23762. C++ OpenTransportO
  23763. Dev.CD May 00 TC:Sample Code:P
  23764. Dev.CD May 00 TC
  23765.  - Sample Code geometries, but you need to understand a little about the underlying NURB model to use them effectively. This intuitive treatment of NURB curves tells you what you need to know.
  23766. Using C++ Exceptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  23767. The free Adobe
  23768.  Acrobat
  23769.  Reader allows you to view, navigate, and print PDF files across all major computing platforms. Acrobat Reader is the free viewing companion to Adobe Acrobat 3.0 and to Acrobat Capture
  23770.  software.
  23771. For full instructions on using the Acrobat Reader please see the Acrobat Reader 3.0 Online Guide, which can be found in the file READER.PDF in the Help folder (which is in the same folder as the Acrobat Reader).  When using  Acrobat Reader, selecting the Help > Reader Onli
  23772. ne Guide menu will open READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  23773. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  23774.     http://www.adobe.com/acrobat/register.html
  23775. To view the latest information
  23776. Summary:  This folder contains information that tells developers how to use Apple's English and Spanish text-to-speech software to let applications talk.  You can find more information on Apple's web site at: <http://www.speech.apple.com/>
  23777. Along with this text-to-speech developer information, you should find a folder named "PlainTalk 1.5" that contains the "English Text-to-Speech" and "Mexican Spanish Text-to-Speech" installers.  Apple's Installer scripts for text-to-speech make sure that
  23778.  the appropriate speech synthesizers are installed for the hardware and system software available.  They also take care to remove the outdated versions of text-to-speech.  There are currently four speech synthesizers, each with differing requirements.  And there have been many previous configurations released, under a variety of names.  So getting this right is no simple task.  If you ship text-to-speech with your application, please take advantage of Apple's Installer scripts, either by d
  23779. bridge
  23780. broadcast
  23781. browse
  23782. browser
  23783. buffered
  23784. buffering
  23785. reports
  23786. error
  23787. reports
  23788. apple
  23789. builder
  23790. built-in
  23791. bundle
  23792. burned-in
  23793. business
  23794. button
  23795. buttons
  23796. opentransport
  23797. cacheA
  23798. cacheline
  23799. cad/cam
  23800. cad/cam
  23801. design
  23802. calibrator
  23803. camera
  23804. capabilities
  23805. capture
  23806. carbon
  23807. carbonlib
  23808. cardbus
  23809. cardbus
  23810. pcmcia
  23811. categories
  23812. finder
  23813. windows
  23814. cd-rom
  23815. cd-rom
  23816. device
  23817. manager
  23818. control
  23819. panel
  23820. symantec
  23821. metrowerks
  23822. standardfile
  23823. center
  23824. cfallocator
  23825. cfarray
  23826. cfbag
  23827. bugs that I know of.  This version runs only in 8-bit mode, although DrawSprocket should set this mo
  23828. 68288X
  23829. Apr 00^
  23830. --set theItem to choose file -- uncomment to test in an AS editor
  23831.     tell application "Finder"
  23832.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  23833.  VR:"
  23834.         activate
  23835.     end tell
  23836. on error errMsg number errNum
  23837.     --enter statements to perform when no records are found such as...
  23838.     display dialog "Sorry, the item you selected could not be found."
  23839.     return
  23840. end try
  23841. e    No Changeq
  23842. Dev.CD Apr 00 SDK1
  23843. pD!All Packages
  23844. Tool Chest Edition
  23845. QuickTime VR Tools 1.0b2
  23846. sprockets
  23847. sprockets
  23848. drawsprocket
  23849. netsprocket
  23850. inputsprocket
  23851. soundsprock
  23852. sprockets
  23853. games
  23854. drawsprocket
  23855. inputsprocket
  23856. netsprocket
  23857. sound
  23858. stack
  23859. stacks
  23860. standard
  23861. standardfile
  23862. standards
  23863. starmax
  23864. state
  23865. statements
  23866. status
  23867. storage
  23868. streaming
  23869. streams
  23870. stress
  23871. string
  23872. trast to most other Chinese dictation software, CDK  allows
  23873. f/Open Transport
  23874. OTLIFO
  23875. OTFIFO
  23876. OTLink
  23877. linked listq
  23878. Dev.CD May 00 TC
  23879. D!All Packages
  23880. Tool Chest Edition
  23881. illustrating scrolling of controls via an off screen GWorld.  
  23882. This code shows how to correctly set and maintain proportional scroll bars, do live scrolling and handle controls with a live scrolling window.J
  23883. Sample Code.imgK
  23884. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceO
  23885. Dev.CD May 00 TC:Sample Code:P
  23886. Dev.CD May 00 TC
  23887.  - Sample CodeV
  23888. 67874X
  23889. May 00^
  23890. r--set theItem to choose file -- uncomment to test in an AS editor
  23891.     tell application "Finder"
  23892.         open item "Dev.CD May 00 TC:Sample Code:"
  23893.         activate
  23894.     end tell
  23895. on error errMsg number errNum
  23896.     --enter statements to perform when no records are found such as...
  23897.     display dialog "Sorry, the item you selected could not be found."
  23898.     return
  23899. end try
  23900. e    No Changef9live scrolling
  23901. control
  23902. proportional scroll bar
  23903. appearancell bar
  23904. appearance
  23905. "OWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  23906.  - Technical Documentation
  23907.  - ABS Technical Notes
  23908.  - Network Server Dev. Guidew GX geometric shapes takes a bit of code, but it
  23909. s already been written for you.
  23910. THE VETERAN NEOPHYTE:  Your Friend the Drill Sergeant  by Dave Johnson.  Learning to shoot pool isn
  23911. t anything like learning to program computers. Right?
  23912. KON & BAL
  23913. S PUZZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  23914. s a possibility you might actually score on this one!
  23915. JBdevelop Issue 27
  23916. develop Issue 27 code
  23917. develop Issue 27 referencesK
  23918. Sep 96L
  23919. Nov 96OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Jun 00 RL Disk 1
  23920.  - Technical Documentation
  23921.  - Develop
  23922.  - develop Issue 27e Code:P
  23923. Dev.CD May 00 TC
  23924.  - Sample Codeay 00 TC:Sample Code:P
  23925. Dev.CD May 00 TC
  23926.  - Sample CodeV
  23927. 59040X
  23928. 1le CodeV
  23929. 59040X
  23930. 1e    No Change
  23931. D!All Packages
  23932. Tool Chest Edition
  23933. StopXPP dcmdI
  23934. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  23935. Networks.imgummary
  23936. technical
  23937. notes
  23938. contain
  23939. latest
  23940. summary
  23941. parser
  23942. allow
  23943. access
  23944. system'sV
  23945. summary
  23946. aetracker
  23947. init/control
  23948. panel
  23949. allows
  23950. summary
  23951. application
  23952. which
  23953. provides
  23954. various
  23955. video
  23956. summary
  23957. controlling
  23958. finder
  23959. through
  23960. apple
  23961. summary
  23962. which
  23963. known
  23964. finderevents
  23965. summary
  23966. apple
  23967. peoplesoft
  23968. launched
  23969. partnership
  23970. summary
  23971. apple
  23972. computer
  23973. espana
  23974. prepared
  23975. guide
  23976. summary
  23977. apple
  23978. designed
  23979. maccheck
  23980. suport
  23981. provid
  23982. summary
  23983. apple
  23984. directions
  23985. developer
  23986. business
  23987. reportl
  23988. summary
  23989. apple
  23990. directions
  23991. developer
  23992. business
  23993. report
  23994. 1-12/k
  23995. summary
  23996. appleglot
  23997. translation
  23998. ava, MRJW
  23999. Security SDK
  24000. This SDK includes the libraries and include files necessary to build applications that can interface with the Keychain, URL Access, and Signing functions available with Mac OS 9.  It also contains example code and API documentation.
  24001. A keychain is a secure repository for user-centric data, such as keys, passwords and certificates. The repository may be a file, a network database, a smart card, or other storage media..
  24002. URL Access accesses remote sites programmatically using URLs.  Files maion
  24003. image
  24004. tcp/ip
  24005. mib-ii
  24006. alias
  24007. technical
  24008. technique
  24009. techniques
  24010. technotes
  24011. techpubsfind
  24012. techpubsfind
  24013. source-code
  24014. source-level
  24015. sourcebug
  24016. spooler
  24017. patch
  24018. All Packages
  24019. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24020. Dev.CD Jan 94
  24021. Dev.CD Oct 93
  24022. Dev.CD Jul 93
  24023. Dev.CD Apr 93PDDev.CD Apr 94
  24024. Dev.CD Jan 94
  24025. Dev.CD Oct 93
  24026. Dev.CD Jul 93
  24027. Dev.CD Apr 9V
  24028. 68655X
  24029. Apr 94
  24030. --set theItem to choose file -- uncomment to test in an AS editor
  24031.     tell application "Finder"
  24032.         open item "Dev.CD Apr 94
  24033. Dev.CD Jan 94
  24034. Dev.CD Oct 93
  24035. Dev.CD Jul 93
  24036. Dev.CD Apr 93"
  24037.         activate
  24038.     end tell
  24039. on error errMsg number errNum
  24040.     --enter statements to perform when no records are found such as...
  24041.     display dialog "Sorry, the item you selected could not be found."
  24042.     return
  24043. end try
  24044. All Packages
  24045. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24046. Dev.CD Jan 94
  24047. Dev.CD Oct 93
  24048. Dev.CD Jul 93
  24049. Dev.CD Apr 93PDDev.CD Apr 94
  24050. Dev.CD Jan 94
  24051. Dev.CD Oct 93
  24052. Dev.CD Jul 93
  24053. Dev.CD Apr 9V
  24054. 68656X
  24055. Apr 94
  24056. refse
  24057. prefs
  24058. system
  24059. previous
  24060. primer
  24061. onescannerg
  24062.  success!
  24063. 67882X
  24064. Nov 99^
  24065. --set theItem to choose file -- uncomment to test in an AS editor
  24066.     tell application "Finder"
  24067.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  24068.         activate
  24069.     end tell
  24070. on error errMsg number errNum
  24071.     --enter statements to perform when no records are found such as...
  24072.     display dialog "Sorry, the item you selected could not be found."
  24073.     return
  24074. end try
  24075. Deletedq
  24076. Dev.CD Nov 99 TC
  24077. D!All Packages
  24078. Mac OS SDK Edition
  24079. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  24080. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  24081.   1. Obtain the NEW Mac platform NEW Mac platform 
  24082. QuickTime VR
  24083. IMPORTANT INFO ABOUT QUICKTIME VR
  24084. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  24085. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  24086. http://www.apple.com/store
  24087. To get started,  you can go to the Develop
  24088. sharedv
  24089. sharing
  24090. sherlock
  24091. sherlock
  24092. content
  24093. extractor
  24094. search
  24095. showicon
  24096. showicon
  24097. showinit
  24098. extension
  24099. icons
  24100. showinit
  24101. signature
  24102. signing
  24103. simpletext
  24104. simpletext
  24105. script
  24106. print
  24107. scriptable
  24108. printing
  24109. simplified
  24110. single-link
  24111. manager
  24112. declaration
  24113. configuration
  24114. network
  24115. management
  24116. socket
  24117. softwareQ
  24118. e    No Changef
  24119. CAD/CAM
  24120. ASIC Designq
  24121. Dev.CD May 00 TC
  24122. D!All Packages
  24123. Tool Chest Edition
  24124. trates a variety of techniques for using Open Transport
  24125. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  24126. Inside Macintosh: Open Transport
  24127. Sample Code.imgK
  24128. Nov 97L
  24129. Jun 98M
  24130. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  24131. Dev.CD May 00 TC:Sample Code:P
  24132. Dev.CD May 00 TC
  24133.  - Sample CodeV
  24134. 67873X
  24135. May 00^
  24136. r--set theItem to choose file -- uncomment to test in an AS editor
  24137.     tell application "Finder"
  24138.         open item "Dev.CD May 00 TC:Sample Code:"
  24139.         activate
  24140.     end tell
  24141. on error errMsg number errNum
  24142.     --enter statements to perform when no records are found such as...
  24143.     display dialog "Sorry, the item you selected could not be found."
  24144.     return
  24145. end try
  24146. e    No Change
  24147. e    No Change
  24148. Summary:  PortList is an extension that helps find when an application does not create or dispose of GrafPorts and CGrafPorts properly.
  24149. PortList drops into macsbug with the message "Port already in PortList."  if you are calling open port on the same pointer twice. This message could also appear if the port was not properly disposed and you just happened to get the same pointer again. PortList also drops into macsbug with the message "Port not found in PortList." if you call ClosePort wit
  24150. h a pointer that was never passed to InitPort or OpenPort.
  24151. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  24152. General tools.imgK
  24153. Feb 94N!testing, debugging, multiple openO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  24154.  - Tool Chest
  24155.  - Testing & Debugging
  24156.  - General tools
  24157. serving
  24158. session
  24159. sessions
  24160. set-top
  24161. setdeskcpat
  24162. setdialogdefaultitem
  24163. setenv
  24164. setgworld
  24165. setindstring
  24166. selectors
  24167. server
  24168. services
  24169. setup
  24170. sharedv
  24171. simpletext
  24172. sound
  24173. source
  24174. sources
  24175. spooler
  24176. stack
  24177. standardsw
  24178. starter
  24179. stream
  24180. strip
  24181. styleu
  24182. success
  24183. suite
  24184. suitesm
  24185. super
  24186. survey
  24187. modeler
  24188. All Packages
  24189. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  24190. Dev.CD Jan 94
  24191. Dev.CD Oct 93P(Dev.CD Apr 94
  24192. Dev.CD Jan 94
  24193. Dev.CD Oct 9V
  24194. 68603X
  24195. Apr 94
  24196. ~--set theItem to choose file -- uncomment to test in an AS editor
  24197.     tell application "Finder"
  24198.         open item "Dev.CD Apr 94
  24199. Dev.CD Jan 94
  24200. Dev.CD Oct 93"
  24201.         activate
  24202.     end tell
  24203. on error errMsg number errNum
  24204.     --enter statements to perform when no records are found such as...
  24205.     display dialog "Sorry, the item you selected could not be found."
  24206.     return
  24207. end try
  24208. All Packages
  24209. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  24210. Dev.CD Jan 94
  24211. Dev.CD Oct 93P(Dev.CD Apr 94
  24212. Dev.CD Jan 94
  24213. Dev.CD Oct 9V
  24214. 68604X
  24215. Apr 94
  24216. highlightsj
  24217. hints
  24218. historyv
  24219. hoddie
  24220. hokum
  24221. holdsh
  24222. holidayj
  24223. holland
  24224. g: WWDC Developers Plan Aggressive Adoption of OpenDoc; Business Feature: Launching a New Product
  24225. The Pop Rocket Story; Developer Outlook: Working With Composers in Multimedia.
  24226. Listings: The Internet Page.
  24227. August 1995 Apple Directions Articles
  24228. News Section: Strategy Mosaic (Strategy 1999, part 2); News (Power PC Performas; Newton DILs); Editor's Note (Global Mac Expansion); IndustryWatch (Cool Developments).
  24229. Technology:  CD Highlights; Human Interface (Information); Apple Color LaserWr
  24230. iter 12/600 PS; OpenDoc Human Interface FAQs.
  24231. Market Research Monthly (Apple Cross-Platform Strategy); Marketing Feature (Saving Packaging Costs & the Environment); Developer Outlook (Benefits of AppleScript).
  24232. July 1995 Apple Directions Articles
  24233. News Section: Strategy Mosaic (Strategy 1999, part 1); News (Power Macintosh 9500; Denali; QuickTime VR & Apple Media Kit; Newton European Developer Programs; New Printers; QuickDraw 3D Beta); Editor's Note (WWDC Highlights).
  24234. Technology:  CD Hi
  24235. JNTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Apr 00 SDK1
  24236.  - What's New
  24237.  - Technical Documentation
  24238.  - Technical Publications
  24239.  - DeveloperDocumentation
  24240.  - carbonV
  24241. 67739X
  24242. Apr 00^
  24243. --set theItem to choose file -- uncomment to test in an AS editor
  24244.     tell application "Finder"
  24245.         open item "Dev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:"
  24246.         activate
  24247.     end tell
  24248. on error errMsg number errNum
  24249.     --enter statements to perform when no records are found such as...
  24250.     display dialog "Sorry, the item you selected could not be found."
  24251.     return
  24252. end try
  24253. e    No ChangefNprinting
  24254. Carbon
  24255. Carbon printing
  24256. Carbon Printing Manager
  24257. print
  24258. imaging
  24259. graphicsialog "Sorry, the item you selected could not be found."
  24260.     return
  24261. end try
  24262. All Packages
  24263.  will create all needed parent folders along the path and then the target folder itself.  If the folder already exists then no action is taken.
  24264.    SaveMenu is useful to save changes to user defined menus in MPW.
  24265. JX MPW scripts README
  24266.  MPW scripts README.txt
  24267. AskYesNo
  24268. IsCheckedOut
  24269. MakeTheFolder
  24270. SaveMenuK
  24271. Feb 94OMDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:PXDev.CD May 00 TC
  24272.  - Tool Chest
  24273.  - Development Kits
  24274.  - MPW Related
  24275.  - helpful MPW scriptsnsport Debug
  24276. Open Transport SDKK
  24277. Jun 95L
  24278. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Apr 00 SDK1
  24279.  - Development Kits
  24280.  - Mac OS
  24281.  - Open Transport 1.3ided by the new Thread Manager are nearly endless.
  24282. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  24283. t do it right. Dean has some code to help you out. 
  24284. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  24285. ) Alexander.  MessageWatcher let
  24286. !N-OTTransferProviderOwnership client library OTO
  24287. Dev.CD May 00 TC:Sample Code:P
  24288. Dev.CD May 00 TC
  24289.  - Sample CodeV
  24290. 68722X
  24291. May 00^
  24292. r--set theItem to choose file -- uncomment to test in an AS editor
  24293.     tell application "Finder"
  24294.         open item "Dev.CD May 00 TC:Sample Code:"
  24295.         activate
  24296.     end tell
  24297. on error errMsg number errNum
  24298.     --enter statements to perform when no records are found such as...
  24299.     display dialog "Sorry, the item you selected could not be found."
  24300.     return
  24301. end try
  24302. e    No Changef-OTTransferProviderOwnership client library OTq
  24303. Dev.CD May 00 TC
  24304. "D!All Packages
  24305. Tool Chest Edition
  24306. TransitionsIkThis demo shows how to use the QuickTime effects architecture applied to a character in an animation scene.J
  24307. Sample Code.imgK
  24308. Feb 00
  24309. C:Sample Code:V
  24310. 68723X
  24311. 1e    No Change
  24312. stack
  24313. standardsw
  24314. starter
  24315. stream
  24316. strip
  24317. styleu
  24318. success
  24319. suite
  24320. suitesm
  24321. super
  24322. survey
  24323. firewire
  24324. thereY
  24325. there
  24326. three
  24327. different
  24328. samples
  24329. showing
  24330. variat
  24331. there's
  24332. thereby
  24333. therefore
  24334. theresa
  24335. these[
  24336. theta
  24337. mentioned above perform the matching task.
  24338. Old versions of "byte-load-file" had behavior such that if its caller asked for a vendor ID of -1 then it would for the first matching class code while ignoring the vendor ID; this was intended as a generic wildcard search.
  24339. However; this was misguided because OF drivers intended to be generic or loaded always are already tagged with a vendor ID of -1.  The bug behavior was that when any card with a PCI bridge chip was installed it would be wrong
  24340. ly associated with the 3/5-slot Riser Card.  Code intended for the Riser Card would run on the card-with-bridge-chip's address, causing a hang.
  24341. So the patch, as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  24342. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  24343. 67573X
  24344. Apr 98^
  24345. --set theItem to choose file -- uncomment to test in an AS editor
  24346.     tell application "Finder"
  24347.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:"
  24348.         activate
  24349.     end tell
  24350. on error errMsg number errNum
  24351.     --enter statements to perform when no records are found such as...
  24352.     display dialog "Sorry, the item you selected could not be found."
  24353.     return
  24354. end try
  24355. Deletedf
  24356. Appearance Managerq
  24357. Dev.CD Apr 98 SDK1
  24358. %D!All Packages
  24359. Mac OS SDK Edition
  24360. Appearance SDK 1.0.4
  24361. 7This is an update to the Appearance 1.0.3 SDK.
  24362. This SDK release updates the  .Keyboard font 3.1 that shipped with Mac OS 8.6.  All other information in the SDK is the same. The 3.1 version of the .Keyboard font contains fifteen additional glyphs for displaying the function keys F1 to F15 in menus and dialogs.
  24363. 67574X
  24364. 1e    No Change
  24365. DK from Sun Microsystems, Inc. recommended
  24366. :Sample Code:V
  24367. 67492X
  24368. 1e    No Change
  24369. All Packages
  24370. QuickDraw 3DO
  24371. Dev.CD Jun 97 SSWP
  24372. Dev.CD Jun 97 SSV
  24373. 68105X
  24374. Jun 97
  24375. f--set theItem to choose file -- uncomment to test in an AS editor
  24376.     tell application "Finder"
  24377.         open item "Dev.CD Jun 97 SSW"
  24378.         activate
  24379.     end tell
  24380. on error errMsg number errNum
  24381.     --enter statements to perform when no records are found such as...
  24382.     display dialog "Sorry, the item you selected could not be found."
  24383.     return
  24384. end try
  24385. All Packages
  24386. QuickDraw 3DO
  24387. Dev.CD Jun 97 SSWP
  24388. Dev.CD Jun 97 SSV
  24389. 68106X
  24390. Jun 97
  24391. f--set theItem to choose file -- uncomment to test in an AS editor
  24392.     tell application "Finder"
  24393.         open item "Dev.CD Jun 97 SSW"
  24394.         activate
  24395.     end tell
  24396. on error errMsg number errNum
  24397.     --enter statements to perform when no records are found such as...
  24398.     display dialog "Sorry, the item you selected could not be found."
  24399.     return
  24400. end try
  24401. All Packages
  24402. QuickDraw 3DO
  24403. Dev.CD Jun 97 SSWV
  24404. 68107X
  24405. ional
  24406. All Packages
  24407. F    PowerTalkO
  24408. Dev.CD Apr 95P
  24409. Dev.CD Apr 9V
  24410. 68029X
  24411. Apr 95
  24412. b--set theItem to choose file -- uncomment to test in an AS editor
  24413.     tell application "Finder"
  24414.         open item "Dev.CD Apr 95"
  24415.         activate
  24416.     end tell
  24417. on error errMsg number errNum
  24418.     --enter statements to perform when no records are found such as...
  24419.     display dialog "Sorry, the item you selected could not be found."
  24420.     return
  24421. end try
  24422. All Packages
  24423. F    PowerTalkO
  24424. Dev.CD Apr 95
  24425. Dev.CD Jan 95P
  24426. Dev.CD Apr 95
  24427. Dev.CD Jan 9V
  24428. 68030X
  24429. Apr 95
  24430. p--set theItem to choose file -- uncomment to test in an AS editor
  24431.     tell application "Finder"
  24432.         open item "Dev.CD Apr 95
  24433. Dev.CD Jan 95"
  24434.         activate
  24435.     end tell
  24436. on error errMsg number errNum
  24437.     --enter statements to perform when no records are found such as...
  24438.     display dialog "Sorry, the item you selected could not be found."
  24439.     return
  24440. end try
  24441. All Packages
  24442. F    PowerTalkV
  24443. 68031X
  24444. owseri
  24445. All Packages
  24446. System Enabler 065 (LC 575)O
  24447. Dev.CD Apr 94
  24448. Dev.CD Jan 94P
  24449. Dev.CD Apr 94
  24450. Dev.CD Jan 9V
  24451. 68538X
  24452. Apr 94
  24453. p--set theItem to choose file -- uncomment to test in an AS editor
  24454.     tell application "Finder"
  24455.         open item "Dev.CD Apr 94
  24456. Dev.CD Jan 94"
  24457.         activate
  24458.     end tell
  24459. on error errMsg number errNum
  24460.     --enter statements to perform when no records are found such as...
  24461.     display dialog "Sorry, the item you selected could not be found."
  24462.     return
  24463. end try
  24464. All Packages
  24465. System Enabler 065 (LC 575)O
  24466. Dev.CD Apr 94
  24467. Dev.CD Jan 94P
  24468. Dev.CD Apr 94
  24469. Dev.CD Jan 9V
  24470. 68539X
  24471. Apr 94
  24472. d try
  24473. e    No Changef
  24474. scriptswitcher script switcherq
  24475. Dev.CD May 00 TC
  24476. D!All Packages
  24477. Mac OS SDK Edition
  24478. ScriptX 1.5.1
  24479. downfall
  24480. download
  24481. download
  24482. directory
  24483. listing
  24484. download
  24485. given
  24486. downloading
  24487. downloads
  24488. dozen
  24489. dozens
  24490. 1.0.2d
  24491. 1.0.3
  24492. 1.0.4e
  24493. 1.0.6
  24494. 1.0b2
  24495. 1.0b3n
  24496. 1.0b5
  24497. 1.0d6T
  24498. 1.0fc1
  24499. 1.1.1
  24500. 1.1.3
  24501. 1.1.4
  24502. 1.1b1
  24503. 1.1b8
  24504. 1.2.1Q
  24505. 1.2.3
  24506. 1.3.4
  24507. 1.3b5
  24508. 1.4.1
  24509. 1.4.2_
  24510. 1.4.9
  24511. This package contains a number of routines that are helpful in installing traditional Mac OS device drivers (of type 'DRVR').  TradDriverLoaderLib mimics the API (application programming interface) of the PCI DriverLoaderLib library as much as possible, which makes TradDriverLoaderLib easier to use in an environment supporting both PCI native drivers (of type 'ndrv') and traditional Mac OS drivers.
  24512. Sample Code.imgK
  24513. Sep 97O
  24514. Dev.CD May 00 TC:Sample Code:P
  24515. Dev.CD May 00 TC
  24516.  - Sample Coderl
  24517. access
  24518. 1.0.1
  24519. distribution
  24520. guide
  24521. user^
  24522. utilities
  24523. v1.0.1
  24524. v1.1.1
  24525. validator
  24526. variables
  24527. verifier
  24528. verifier
  24529. verilog
  24530. versionedit
  24531. versionedit
  24532. viewer
  24533. virtual
  24534. virtual
  24535. sphere
  24536. 1.0.1
  24537. virtual
  24538. virtual
  24539. tools
  24540. providesU
  24541. providingo
  24542. psetselfsend
  24543. pseudo-item
  24544. pub/pccts
  24545. public
  24546. publicationsu
  24547. published
  24548. publisherf
  24549. publishers
  24550. publishingj
  24551. publishing
  24552. second
  24553. edition
  24554. pulled
  24555. quickdraw
  24556. dimension
  24557. macintosh
  24558. graphics
  24559. pablo
  24560. regardingo
  24561. e-mailh
  24562. eachU
  24563. earlierX
  24564. early
  24565. earth
  24566. ease-of-use
  24567. easier
  24568. easiest
  24569. quickdraw
  24570. viewer
  24571. thompson
  24572. easy-to-use
  24573. eaxmple
  24574. edgar
  24575. editX
  24576. edit-related
  24577. editable
  24578. editing
  24579. editionj
  24580. editions
  24581. editorN
  24582. editor'sj
  24583. editorsu
  24584. edittext
  24585. edittextcdev
  24586. educationalj
  24587. effect
  24588. printing
  24589. printing
  24590. carbon
  24591. carbon
  24592. printing
  24593. carbon
  24594. printing
  24595. manager
  24596. printing
  24597. postscript
  24598. filter
  24599. private
  24600. private
  24601. stack
  24602. switch
  24603. sniffer
  24604. process
  24605. process
  24606. manager
  24607. processes
  24608. processing
  24609. profile
  24610. profilerx
  24611. program
  24612. program
  24613. linking
  24614. appleevents
  24615. guest
  24616. programming
  24617. project
  24618. projector
  24619. promise
  24620. promisehfsflavor
  24621. property
  24622. proportional
  24623. protocol
  24624. publications
  24625. quicktime
  24626. object
  24627. panorama
  24628. quickt
  24629. imagewriter
  24630. halftone
  24631. dither
  24632. sample
  24633. quickdraw
  24634. spooler
  24635. print
  24636. patch
  24637. appleshare
  24638. novell
  24639. netware
  24640. quicktake
  24641. quicktake
  24642. windows
  24643. digital
  24644. camera
  24645. quicktime
  24646. quicktime
  24647. windowsP
  24648. Aug 96
  24649. e--set theItem to choose file -- uncomment to test in an AS editor
  24650.     tell application "Finder"
  24651.         open item "Dev.CD Aug 96 TC"
  24652.         activate
  24653.     end tell
  24654. on error errMsg number errNum
  24655.     --enter statements to perform when no records are found such as...
  24656.     display dialog "Sorry, the item you selected could not be found."
  24657.     return
  24658. end try
  24659. All Packages
  24660. QuickDraw GXO
  24661. Dev.CD Aug 96 TCP
  24662. Dev.CD Aug 96 TV
  24663. 68178X
  24664. Aug 96
  24665. e--set theItem to choose file -- uncomment to test in an AS editor
  24666.     tell application "Finder"
  24667.         open item "Dev.CD Aug 96 TC"
  24668.         activate
  24669.     end tell
  24670. on error errMsg number errNum
  24671.     --enter statements to perform when no records are found such as...
  24672.     display dialog "Sorry, the item you selected could not be found."
  24673.     return
  24674. end try
  24675. All Packages
  24676. QuickDraw GXO
  24677. Dev.CD Aug 96 TCP
  24678. Dev.CD Aug 96 TV
  24679. 68179X
  24680. Aug 96
  24681. folderso
  24682. folks
  24683. follow
  24684. followed
  24685. following
  24686. follows
  24687. fonte
  24688. fonts
  24689. fontsync
  24690. footprintg
  24691. splash
  24692. splasher
  24693. split
  24694. sponsored
  24695. spooled
  24696. spooler
  24697. spoolers
  24698. spoolingg
  24699. sports
  24700. spots
  24701. spreadsheets
  24702. spreadsheetss
  24703. sprite
  24704. sprites
  24705. sprocket
  24706. sresource
  24707. stackn
  24708. stacks
  24709. staging
  24710. stakingj
  24711. stalking
  24712. stand
  24713. stand-alone
  24714. standalone
  24715. standalone
  24716. version
  24717. All Packages
  24718. System 7.5 Update 1.0O
  24719. Dev.CD Jul 95P
  24720. Dev.CD Jul 9V
  24721. 68425X
  24722. Jul 95
  24723. b--set theItem to choose file -- uncomment to test in an AS editor
  24724.     tell application "Finder"
  24725.         open item "Dev.CD Jul 95"
  24726.         activate
  24727.     end tell
  24728. on error errMsg number errNum
  24729.     --enter statements to perform when no records are found such as...
  24730.     display dialog "Sorry, the item you selected could not be found."
  24731.     return
  24732. end try
  24733. All Packages
  24734. System 7.5 Update 1.0O
  24735. Dev.CD Jul 95P
  24736. Dev.CD Jul 9V
  24737. 68426X
  24738. Jul 95
  24739. b--set theItem to choose file -- uncomment to test in an AS editor
  24740.     tell application "Finder"
  24741.         open item "Dev.CD Jul 95"
  24742.         activate
  24743.     end tell
  24744. on error errMsg number errNum
  24745.     --enter statements to perform when no records are found such as...
  24746.     display dialog "Sorry, the item you selected could not be found."
  24747.     return
  24748. end try
  24749. All Packages
  24750. System 7.5 Update 1.0O
  24751. Dev.CD Jul 95P
  24752. Dev.CD Jul 9V
  24753. 68427X
  24754. e    No Changeq
  24755. Dev.CD May 00 TC
  24756. D!All Packages
  24757. Tool Chest Edition
  24758. SlotsI
  24759. Slots: This application allows you to view Declaration ROM structures by either parsing the ROM directly or using Slot Manager calls.  J
  24760. SlotsK
  24761. Oct 92O<Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:SlotsPGDev.CD May 00 TC
  24762.  - Tool Chest
  24763.  - Devices
  24764.  - NuBus/Slot Manager
  24765.  - SlotV
  24766. 68331X
  24767. May 00^
  24768. --set theItem to choose file -- uncomment to test in an AS editor
  24769.     tell application "Finder"
  24770.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  24771.         activate
  24772.     end tell
  24773. on error errMsg number errNum
  24774.     --enter statements to perform when no records are found such as...
  24775.     display dialog "Sorry, the item you selected could not be found."
  24776.     return
  24777. end try
  24778. e    No Changeq
  24779. Dev.CD May 00 TC
  24780. D!All Packages
  24781. Tool Chest Edition
  24782. SnapshotSample1.0b4
  24783. install
  24784. install
  24785. install
  24786. install
  24787. install
  24788. install
  24789. dropB
  24790. dropdisk
  24791. dropped
  24792. dropping
  24793. drops
  24794. dsp/opengl
  24795. dspcontext
  24796. dspgetversion
  24797. dspuserselectcontext
  24798. dtscpluslibrary
  24799. dudes
  24800. dummy
  24801. dumped
  24802. dumpnetworksetup
  24803. dumpnetworksetup
  24804. dumps
  24805. entire
  24806. contents
  24807. network
  24808. easyj
  24809. quickdraw
  24810. viewer
  24811. thompson
  24812. easy-to-use
  24813. eaxmple
  24814. edgar
  24815. editX
  24816. editing
  24817. editionj
  24818. editorN
  24819. editor'sj
  24820. editorsu
  24821. educationalj
  24822. effect
  24823. employj
  24824. emptied
  24825. emulator
  24826. enableq
  24827. hypercardc
  24828. hypercard
  24829. update
  24830. hypercard
  24831. balloons
  24832. hypercard
  24833. player
  24834. stacks
  24835. hypercard
  24836. variable
  24837. button
  24838. field
  24839. instance
  24840. variables
  24841. global
  24842. ibook
  24843. color
  24844. colour
  24845. table
  24846. ciconhandle
  24847. ctabhandle
  24848. iconref
  24849. icons
  24850. identification
  24851. image
  24852. imagewriter
  24853. imaging
  24854. inactive
  24855. eevent
  24856. apple
  24857. event
  24858. dcmda
  24859. managerd
  24860. manualsu
  24861. memory
  24862. menuh
  24863. missA
  24864. mixed
  24865. modulet
  24866. monitor
  24867. networkQ
  24868. networking
  24869. newsi
  24870. object-orientedY
  24871. objectsupportlib
  24872. transport
  24873. cache
  24874. delete
  24875. query
  24876. pbclock
  24877. pcmcia
  24878. performanceA
  24879. performance
  24880. hardware
  24881. powerpc
  24882. bandwidth
  24883. cache
  24884. rates
  24885. picker
  24886. platformQ
  24887. esfahani
  24888. eskimo
  24889. espana
  24890. especially
  24891. essence
  24892. essential
  24893. essentials
  24894. establish
  24895. established
  24896. establishing
  24897. establishment
  24898. ethernetQ
  24899. ethernets
  24900. ethertalkB
  24901. euc-cn
  24902. europeanj
  24903. evaluated
  24904. evaluates
  24905. evangelicalj
  24906. evangelism
  24907. evans
  24908. evenbetterbuserror
  24909. event]
  24910.  be found."
  24911.     return
  24912. end try
  24913. e    No Changecalization Navigator:nge
  24914. 54739X
  24915. Feb 00^
  24916. #ions
  24917. -OcDev.CD Jun 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:PkDev.CD Jun 00 RL Disk 1
  24918.  - Technical Documentation
  24919.  - Apple Event Registry & Suites
  24920.  - Apple Event RegistryV
  24921. 67582X
  24922. Jun 00^    RL Disk 1
  24923. --set theItem to choose file -- uncomment to test in an AS editor
  24924.     tell application "Finder"
  24925.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:"
  24926.         activate
  24927.     end tell
  24928. on error errMsg number errNum
  24929.     --enter statements to perform when no records are found such as...
  24930.     display dialog "Sorry, the item you selected could not be found."
  24931.     return
  24932. end try
  24933. e    No Changef
  24934. Apple Events
  24935. AppleEventsq
  24936. Dev.CD Jun 00 RL Disk 1
  24937. .D!All Packages
  24938. Tool Chest Edition
  24939. Apple Event XCMDs 1.0b3
  24940. database
  24941. databasess
  24942. dataforkz
  24943. datagram
  24944. dater
  24945. dates
  24946. datething
  24947. david
  24948. davidson
  24949. day-to-day
  24950. daylight
  24951. daystar
  24952. dboxproc
  24953. dcmda
  24954. dcmds]
  24955. de-allocated
  24956. de-blessing
  24957. dealer
  24958. dealing
  24959. deals
  24960. All Packages
  24961. PowerTalk (PPC)O
  24962. Dev.CD Oct 94P
  24963. Dev.CD Oct 9V
  24964. 68051X
  24965. Oct 94
  24966. b--set theItem to choose file -- uncomment to test in an AS editor
  24967.     tell application "Finder"
  24968.         open item "Dev.CD Oct 94"
  24969.         activate
  24970.     end tell
  24971. on error errMsg number errNum
  24972.     --enter statements to perform when no records are found such as...
  24973.     display dialog "Sorry, the item you selected could not be found."
  24974.     return
  24975. end try
  24976. All Packages
  24977. PowerTalk (PPC)O
  24978. Dev.CD Oct 94P
  24979. Dev.CD Oct 9V
  24980. 68052X
  24981. Oct 94
  24982. b--set theItem to choose file -- uncomment to test in an AS editor
  24983.     tell application "Finder"
  24984.         open item "Dev.CD Oct 94"
  24985.         activate
  24986.     end tell
  24987. on error errMsg number errNum
  24988.     --enter statements to perform when no records are found such as...
  24989.     display dialog "Sorry, the item you selected could not be found."
  24990.     return
  24991. end try
  24992. All Packages
  24993. PowerTalk (PPC)O
  24994. Dev.CD Oct 94P
  24995. Dev.CD Oct 9V
  24996. 68053X
  24997. Oct 94
  24998. All Packages
  24999. QuickDraw GXO
  25000. Dev.CD Jun 97 SSWP
  25001. Dev.CD Jun 97 SSV
  25002. 68190X
  25003. Jun 97
  25004. f--set theItem to choose file -- uncomment to test in an AS editor
  25005.     tell application "Finder"
  25006.         open item "Dev.CD Jun 97 SSW"
  25007.         activate
  25008.     end tell
  25009. on error errMsg number errNum
  25010.     --enter statements to perform when no records are found such as...
  25011.     display dialog "Sorry, the item you selected could not be found."
  25012.     return
  25013. end try
  25014. D!All Packages
  25015. Mac OS SDK Edition
  25016. QuickDraw3D 1.6 SDK
  25017. QuickDraw 3D, a graphics library that can be used to define three-dimensional (3D) models, apply colors and other attributes to parts of the models, and create images of those models.  These capabilities can be used to develop a wide range of applications, including interactive three-dimensional modeling, simulation and animation, data visualization, computer-aided drafting and design, games, and many others.
  25018. 68191X
  25019. Deleted
  25020. cd-romf
  25021. cd-rom-basedf
  25022. cdent
  25023. cdk's
  25024. cdromdrivecheck
  25025. cdtool
  25026. celestial
  25027. celik
  25028. centerx
  25029. centered
  25030. central
  25031. centre
  25032. certain
  25033. certainly
  25034. certificates
  25035. certified
  25036. cfdata
  25037. cfm-68kd
  25038. cgrafport
  25039. cgrafports
  25040. chain
  25041. chance
  25042. changer
  25043. detection
  25044. detectorsh
  25045. change
  25046. develop
  25047. develop
  25048. issue
  25049. develop
  25050. issue
  25051. develop
  25052. issue
  25053. 1.2d1
  25054. 1.3b5
  25055. 1.4.1
  25056. 1.4.9
  25057. 1.4d16
  25058. 1.5.1
  25059. 1.5.2
  25060. 1.6.1
  25061. 1.7.1
  25062. 1.7.2
  25063. 1.7.3
  25064. 1/1/70
  25065. 1/25/2000
  25066. 100lc
  25067. 12/600j
  25068. 12x16
  25069. 1337s
  25070. 140/170W
  25071. 16384p
  25072. 1992-1995
  25073. 1995j
  25074. accelerated
  25075. power
  25076. macintosh
  25077. artwork
  25078. program
  25079. 1996R
  25080. 3P^Dev.CD Apr 00 SDK1
  25081.  - Development Kits
  25082.  - Mac OS
  25083.  - Open Transport 1.3
  25084.  - Open Transport DebugV
  25085. 67972X
  25086. Apr 00^
  25087. --set theItem to choose file -- uncomment to test in an AS editor
  25088.     tell application "Finder"
  25089.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  25090.         activate
  25091.     end tell
  25092. on error errMsg number errNum
  25093.     --enter statements to perform when no records are found such as...
  25094.     display dialog "Sorry, the item you selected could not be found."
  25095.     return
  25096. end try
  25097. e    No Changef
  25098. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  25099. Dev.CD Apr 00 SDK1
  25100. 4D!All Packages
  25101. Mac OS SDK Edition
  25102. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  25103. OpenTptPPP.h
  25104. OT/PPP Client Dev Note 1.0K
  25105. Apr 98M
  25106. Open TransportN
  25107. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:d
  25108. use to create your own suc
  25109. 67839X
  25110. Jan 98^
  25111. --set theItem to choose file -- uncomment to test in an AS editor
  25112.     tell application "Finder"
  25113.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:"
  25114.         activate
  25115.     end tell
  25116. on error errMsg number errNum
  25117.     --enter statements to perform when no records are found such as...
  25118.     display dialog "Sorry, the item you selected could not be found."
  25119.     return
  25120. end try
  25121. DeletedfCreturn on investment
  25122. business processes
  25123. interactive media solutionsq
  25124. Dev.CD Jan 98 SDK1
  25125. D!All Packages
  25126. Mac OS SDK Edition
  25127. International NSI 1.5.1
  25128.     ns for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  25129. Sample Code.imgK
  25130. Nov 98L
  25131. Dec 99M
  25132. Universal Headers 3.2NOhigh level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library codeO
  25133. Dev.CD May 00 TC:Sample Code:nge
  25134. 64354X
  25135. Oct 94
  25136. synch
  25137. synchronization
  25138. synchronizeB
  25139. synchronous
  25140. syncing
  25141. syntactic
  25142. syntax
  25143. synthesizers
  25144. sysbeep
  25145. sysenvirons
  25146. systemO
  25147. system
  25148. software
  25149. using
  25150. usual
  25151. usually
  25152. utf-8
  25153. utilites
  25154. utilities
  25155. utilityp
  25156. utilization
  25157. utilized
  25158. utilizes
  25159. utilizing
  25160. utitity
  25161. uunpredictable
  25162. v-twinb
  25163. v1.0.1
  25164. v1.0.2
  25165. v1.1.3
  25166. v1.2.1Q
  25167. v1.4.1f4
  25168. v1.5.1
  25169. v1.7.2
  25170. v2.0.4
  25171. v2.0.6
  25172. v2.5ss
  25173. v2.6.5X
  25174. v3.0.1Y
  25175. vacinity
  25176. valid
  25177. validate
  25178. validating
  25179. validation
  25180. validator
  25181. validity
  25182. value
  25183. values
  25184. viewer
  25185. All Packages
  25186. System Enabler 065 (LC 575)O
  25187. Dev.CD Apr 94
  25188. Dev.CD Jan 94P
  25189. Dev.CD Apr 94
  25190. Dev.CD Jan 9V
  25191. 68533X
  25192. Apr 94
  25193. p--set theItem to choose file -- uncomment to test in an AS editor
  25194.     tell application "Finder"
  25195.         open item "Dev.CD Apr 94
  25196. Dev.CD Jan 94"
  25197.         activate
  25198.     end tell
  25199. on error errMsg number errNum
  25200.     --enter statements to perform when no records are found such as...
  25201.     display dialog "Sorry, the item you selected could not be found."
  25202.     return
  25203. end try
  25204. All Packages
  25205. System Enabler 065 (LC 575)O
  25206. Dev.CD Apr 94P
  25207. Dev.CD Apr 9V
  25208. 68534X
  25209. Apr 94
  25210. b--set theItem to choose file -- uncomment to test in an AS editor
  25211.     tell application "Finder"
  25212.         open item "Dev.CD Apr 94"
  25213.         activate
  25214.     end tell
  25215. on error errMsg number errNum
  25216.     --enter statements to perform when no records are found such as...
  25217.     display dialog "Sorry, the item you selected could not be found."
  25218.     return
  25219. end try
  25220. All Packages
  25221. 68535
  25222. mostly
  25223. motherboard
  25224. motorolaj
  25225. mount
  25226. mountalias
  25227. mounted
  25228. mounted/re-mounted
  25229. mounting
  25230. mountprojector
  25231. mounts
  25232. mountserver
  25233. mouse
  25234. mousedrag
  25235. mouseinfo
  25236. mouseresponders
  25237. movable
  25238. movablemodal
  25239. movej
  25240. moveable
  25241. moved
  25242. movement
  25243. moves
  25244. movie
  25245. movie's
  25246. moviecontroller
  25247. movies
  25248. movieshop
  25249. movietoaiff
  25250. mrj's
  25251. mrj-dev
  25252. mrjclasses
  25253. mrjlib
  25254. mrplus
  25255. mrplus
  25256. performance
  25257. analysis
  25258. powerpc
  25259. applicatio
  25260. O-Dev.CD Jan 96 SSW
  25261. Dev.CD Jul 95
  25262. Dev.CD May 95P,Dev.CD Jan 96 SSW
  25263. Dev.CD Jul 95
  25264. Dev.CD May 9V
  25265. 68408X
  25266. Jan 96
  25267. --set theItem to choose file -- uncomment to test in an AS editor
  25268.     tell application "Finder"
  25269.         open item "Dev.CD Jan 96 SSW
  25270. Dev.CD Jul 95
  25271. Dev.CD May 95"
  25272.         activate
  25273.     end tell
  25274. on error errMsg number errNum
  25275.     --enter statements to perform when no records are found such as...
  25276.     display dialog "Sorry, the item you selected could not be found."
  25277.     return
  25278. end try
  25279. All Packages
  25280. System 7.5 Update 1.0O
  25281. Dev.CD Jan 96 SSWP
  25282. Dev.CD Jan 96 SSV
  25283. 68409X
  25284. Jan 96
  25285. f--set theItem to choose file -- uncomment to test in an AS editor
  25286.     tell application "Finder"
  25287.         open item "Dev.CD Jan 96 SSW"
  25288.         activate
  25289.     end tell
  25290. on error errMsg number errNum
  25291.     --enter statements to perform when no records are found such as...
  25292.     display dialog "Sorry, the item you selected could not be found."
  25293.     return
  25294. end try
  25295. D!All Packages
  25296. Tool Chest Edition
  25297. ImportExportI
  25298. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  25299. Sample Code.imgK
  25300. Feb 00
  25301. - Common
  25302.     - Sun Compliant Java Runtime Environment 1.1
  25303.     - QuickTime 3 
  25304.     - QTJava.zip
  25305.     - QTJava media samples
  25306. - Mac OS:
  25307.     - System 8 or later
  25308.     - Macintosh Runtime for Java (MRJ) 2.1
  25309. - Windows 95, 98, or NT::
  25310.     - JRE/JDK from Sun Microsystems, Inc. recommended
  25311. ibutiono
  25312. http://developer.apple.com/sdkq
  25313. Dev.CD May 00 TC
  25314. D!All Packages
  25315. Tool Chest Edition
  25316. MrPlus 1.0I
  25317. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  25318. MPW etc.imgK
  25319. Nov 97M
  25320. Power Macintosh systemN
  25321. performance analysisO6Dev.CD May 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD May 00 TC
  25322.  - Tool Chest
  25323.  - Development Kits
  25324.  - MPW etc.V
  25325. 66708X
  25326. May 00^
  25327. ver loaderq
  25328. Dev.CD May 00 TC
  25329. D!All Packages
  25330. Tool Chest Edition
  25331. Localization for Japan
  25332. Summary: Localization for Japan provides an overview of what is needed to successfully introduce a software product in the Japanese market.
  25333. Features: Targeting an audience ranging from product managers to  software developers, this book tells you the important issues to consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  25334. Localization for JapanK
  25335. Aug 92M
  25336. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  25337.  - Programs & MarketingV
  25338. 65409X
  25339. May 98^
  25340. #eported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:ing
  25341. control
  25342. proportional scroll bar
  25343. appearancell bar
  25344. appearance
  25345. sures
  25346. surely
  25347. surf's
  25348. surface
  25349. surfboards
  25350. surfer
  25351. surovell
  25352. surprise
  25353. surround
  25354. survey
  25355. survival
  25356. suspend
  25357. suspendappleevent
  25358. suspending
  25359. sustains
  25360. swapping
  25361. swaps
  25362. swatches
  25363. swedish
  25364. swell
  25365. er for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  25366. 67909X
  25367. Apr 98^
  25368. --set theItem to choose file -- uncomment to test in an AS editor
  25369.     tell application "Finder"
  25370.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:"
  25371.         activate
  25372.     end tell
  25373. on error errMsg number errNum
  25374.     --enter statements to perform when no records are found such as...
  25375.     display dialog "Sorry, the item you selected could not be found."
  25376.     return
  25377. end try
  25378. e    No Changef
  25379. MacTCP
  25380. TCP/IPq
  25381. Dev.CD Apr 98 SDK1
  25382. D!All Packages
  25383. Tool Chest Edition
  25384. ry: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  25385. MTU Tool
  25386. Read me
  25387. Read me.txtK
  25388. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD May 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD May 00 TC
  25389.  - Tool Chest
  25390.  - Networking
  25391.  - MacTCP
  25392.  - MacTCP Token Ring MTU ToolV
  25393. 67910X
  25394. 1TU ToolV
  25395. 67910X
  25396. 1e    No Change
  25397. F!Snippets - Communications Toolbox
  25398. f(** = new, * = revised)
  25399. FindSerialPorts:  This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  25400. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  25401. Sample Code.imgK
  25402. Feb 92L
  25403. Apr 97O
  25404. Dev.CD May 00 TC:Sample Code:P
  25405. Dev.CD May 00 TC
  25406.  - Sample CodeV
  25407. 68334X
  25408. 1tion
  25409. documentation
  25410. corners
  25411. corporate
  25412. corporation
  25413. correct
  25414. corrects
  25415. correlate
  25416. correspondence
  25417. corresponding
  25418. corresponds
  25419. corrosponding
  25420. corruption
  25421. cosmetic
  25422. costly
  25423. costsj
  25424. couldX
  25425. couldn't
  25426. systemc
  25427. system
  25428. system
  25429. features
  25430. system
  25431. identification
  25432. system
  25433. software
  25434. release
  25435. systemsp
  25436. table
  25437. tables
  25438. tablet
  25439. color
  25440. tanzania
  25441. tasking
  25442. tasks
  25443. tcp/ip
  25444. tcp/ip
  25445. appletalk
  25446. reconfiguration
  25447. network
  25448. setup
  25449. ottcpwilldial
  25450. tcp/ip
  25451. search
  25452. technical
  25453. technical
  25454. documentation
  25455. technical
  25456. publications
  25457. techniques
  25458. textedit
  25459. thread
  25460. thread
  25461. manager
  25462. timing
  25463. tokenQ
  25464. token
  25465. ringQ
  25466. tokenize
  25467. tokenizer
  25468. tokentalk
  25469. toolbox
  25470. toolbox
  25471. assistant
  25472. toolkit
  25473. tools
  25474. traceroute
  25475. traditional
  25476. traffic
  25477. traffic
  25478. light
  25479. transaction
  25480. countersA
  25481. counting
  25482. counts
  25483. crccalc
  25484. crcpatch
  25485. creator
  25486. creator
  25487. signature
  25488. registration
  25489. cross-platform
  25490. cryptographic
  25491. cryptographic
  25492. authentication
  25493. appleshare
  25494. appearance
  25495. cryptography
  25496. ctabhandle
  25497. ctseed
  25498. cursor
  25499. cursor
  25500. component
  25501. color
  25502. cursor
  25503. cursor
  25504. cursors
  25505. custom
  25506. customgetfile
  25507. customgetfile
  25508. customputfile
  25509. dialog
  25510. select
  25511. folder
  25512. balloo
  25513. customputfile
  25514. cyrillic
  25515. driver
  25516. dynamicv
  25517. editorY
  25518. emulator
  25519. environmentt
  25520. error
  25521. applesearch
  25522. appleshare
  25523. gatewayS
  25524. ethernetQ
  25525. eventa
  25526. events\
  25527. filetool
  25528. folder
  25529. frameworkY
  25530. functione
  25531. gamma
  25532. gatewayS
  25533. glossariess
  25534. graphics
  25535. guest
  25536. guidep
  25537. handwriting
  25538. hardwareA
  25539. helpp
  25540. htmlq
  25541. ntalkQ
  25542. video
  25543. viewY
  25544. vtwinb
  25545. 67926X
  25546. May 00^
  25547. r--set theItem to choose file -- uncomment to test in an AS editor
  25548.     tell application "Finder"
  25549.         open item "Dev.CD May 00 TC:Sample Code:"
  25550.         activate
  25551.     end tell
  25552. on error errMsg number errNum
  25553.     --enter statements to perform when no records are found such as...
  25554.     display dialog "Sorry, the item you selected could not be found."
  25555.     return
  25556. end try
  25557. Movedf&Finder AppleEvents FinderEvents eventsq
  25558. Dev.CD May 00 TC
  25559. D!All Packages
  25560. Tool Chest Edition
  25561. MoreIsBetter
  25562. A code sample and library which provides indispensable work-arounds and illustrations for Mac OS programming.
  25563. Wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  25564. Sample Code.imgK
  25565. Nov 98L
  25566. Dec 99M
  25567. Universal Headers 3.2NOhigh level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library codeO
  25568. Dev.CD May 00 TC:Sample Code:nge
  25569. nteractive cgle interactive c
  25570. quicktime
  25571. quicktime
  25572. windows
  25573. quicktime
  25574. compress
  25575. decompress
  25576. quicktime
  25577. quicktime
  25578. conferencing
  25579. video
  25580. conferencing
  25581. apple
  25582. quicktime
  25583. quicktime
  25584. image
  25585. capture
  25586. digital
  25587. camera
  25588. quicktime
  25589. video
  25590. sound
  25591. virtual
  25592. reality
  25593. quicktime
  25594. graphic
  25595. quicktime
  25596. video
  25597. streaming
  25598. audio
  25599. quickview
  25600. quickview
  25601. toolbox
  25602. assistant
  25603. quick
  25604. reference
  25605. ed could not be found."
  25606.     return
  25607. end try
  25608. Deletedq
  25609. Dev.CD Feb 98 TC
  25610. All Packages
  25611. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.J
  25612. Apple Event Registry
  25613. Apple Event Registry Errata v3
  25614. AppleScript Suite
  25615. Database Suite
  25616. Mail Suite 1.0
  25617. Suites Under Development
  25618. Telephony SuiteK
  25619. Feb 92L
  25620. Apr 93M
  25621. Adobe Acrobat Reader.
  25622. strlog
  25623. stroke
  25624. stroll
  25625. strong
  25626. stronger
  25627. strongestj
  25628. strongly
  25629. structglinfo
  25630. structs
  25631. structure
  25632. structured
  25633. structures
  25634. strutures
  25635. studies
  25636. studio
  25637. studyj
  25638. stuff
  25639. stuffit
  25640. styleu
  25641. style-linking
  25642. stylemap
  25643. subject
  25644. subjects
  25645. submission
  25646. submit
  25647. subroutine
  25648. subsection
  25649. subset
  25650. subspace
  25651. substitute
  25652. substitutions
  25653. subtle
  25654. succeed
  25655. success
  25656. successfulf
  25657. successfullyx
  25658. suchQ
  25659. suffer
  25660. suffix
  25661. placex
  25662. placedx
  25663. placement
  25664. places`
  25665. placing
  25666. plain
  25667. plain-text
  25668. plaindbox
  25669. plaintalk
  25670. plamondon
  25671. planj
  25672. plane
  25673. planned
  25674. planning
  25675. plans
  25676. platform
  25677. platformsZ
  25678. playable
  25679. playback
  25680. playbar
  25681. played
  25682. player
  25683. players
  25684. playing
  25685. plays
  25686. plethora
  25687. plug-and-play
  25688. plug-inh
  25689. plug-in's
  25690. plug-ins
  25691. plugged
  25692. plugging
  25693. pluses
  25694. HSummary:  UnmountIt lets you easily unmount and eject sharable volumes when Macintosh File Sharing is in use.  UnmountIt demonstrates how to user server control calls to control AppleShare/File Sharing, how to drop volumes on an application icon, and how to unmount and eject a disk.
  25695. All Metrowerks Pascal source code included.
  25696. JYMW UnmountIt.
  25697. ServerControlIntf.p
  25698. UnmountIt
  25699. UnmountIt Read Me
  25700. UnmountIt.p
  25701. UnmountIt.rsrcK
  25702. Aug 95M
  25703. Metrowerks Pascal 6N5AppleShare, File Sharing, File Manager, Drag and DropO0Dev.CD May 00 TC:Tool Chest:Files:UnmountIt 1.2:P8Dev.CD May 00 TC
  25704.  - Tool Chest
  25705.  - Files
  25706.  - UnmountIt 1.2ixer
  25707. primer
  25708. print
  25709. printing
  25710. printrecordspy
  25711. procdoggie2.1b2
  25712. processes
  25713.   Instead it mounts disk images over the network.
  25714. Sample Code.imgK
  25715. Jul 97L
  25716. Jul 97N
  25717. async deviceO
  25718. Dev.CD May 00 TC:Sample Code:P
  25719. Dev.CD May 00 TC
  25720.  - Sample CodeV
  25721. 65152X
  25722. May 00^
  25723. informational
  25724. PCCardNetworkSample
  25725. Code sample which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  25726. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc& RevisedF
  25727. CarbonLib 1.0.3 SDKI}Carbon 1.0.3 SDK provides all the files needed to begin Carbon development. CarbonLib 1.0.3 supports Mac OS 8.1 and greater.
  25728. CarbonLib_1.0.3_SDK.smiK
  25729. Apr 00L
  25730. Jun 00M
  25731. Mac OS 8.1 and greaterOODev.CD Jun 00 RL Disk 1:What's New:Development Kits:Mac OS:CarbonLib 1.0.3 SDK:PZDev.CD Jun 00 RL Disk 1
  25732.  - What's New
  25733.  - Development Kits
  25734.  - Mac OS
  25735.  - CarbonLib 1.0.3 SDKV
  25736. 66412X
  25737. Jun 00^    RL Disk 1b
  25738. Revised
  25739. #ttp://developer.apple.com/sdk
  25740. summary
  25741. wanted
  25742. patch
  25743. high-level
  25744. langua
  25745. summary
  25746. example
  25747. building
  25748. simple
  25749. volumes
  25750. summary
  25751. finderheaps
  25752. debugging
  25753. allows
  25754. summary
  25755. years
  25756. chinese
  25757. input
  25758. bottleneck
  25759. doptd
  25760. adopters
  25761. adopting
  25762. adoptiond
  25763. adoptsj
  25764. adorner
  25765. adorners
  25766. advance
  25767. advanced[
  25768. advantage
  25769. advantages
  25770. advent
  25771. adventures
  25772. advertisements
  25773. advertising
  25774. advice
  25775. advisable
  25776. ae/em
  25777. aecdev/aedeamon
  25778. aecoercion
  25779. aecoercioninit
  25780. aegestalt
  25781. aegizmos_
  25782. aerecordsn
  25783. aesenda
  25784. aete]
  25785. aetracker`
  25786. aeut^
  25787. aevta
  25788. affect
  25789. affected
  25790. affects
  25791. Summary:  The AppleEvents API is icky and you probably don't relish the idea of developing an intimate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API yo
  25792. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  25793. Issues:
  25794. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  25795. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  25796. code-resources
  25797. code-reviewed
  25798. codec
  25799. codedo
  25800. codesU
  25801. codewarrior
  25802. codewarrior's
  25803. codingo
  25804. coercion
  25805. coercions
  25806. coexist
  25807. cohasset
  25808. collaborate
  25809. collaborationj
  25810. collation
  25811. collect`
  25812. collected
  25813. llectionb
  25814. collection
  25815. inside
  25816. macintosh
  25817. books
  25818. related
  25819. programming
  25820. collection
  25821. developer
  25822. documentation
  25823. collection
  25824. documentation
  25825. developer
  25826. notes
  25827. collections
  25828. collectionservices
  25829. collectpictcolors
  25830. collects
  25831. collyer
  25832. color[
  25833. --set theItem to choose file -- uncomment to test in an AS editor
  25834.     tell application "Finder"
  25835.         open item "Dev.CD Apr 94
  25836. Dev.CD Jan 94
  25837. Dev.CD Oct 93
  25838. Dev.CD July 92
  25839. Dev.CD June 92
  25840. Dev.CD May 92"
  25841.         activate
  25842.     end tell
  25843. on error errMsg number errNum
  25844.     --enter statements to perform when no records are found such as...
  25845.     display dialog "Sorry, the item you selected could not be found."
  25846.     return
  25847. end try
  25848. ticated
  25849. soulj
  25850. soundP
  25851. sounds
  25852. soundsprocket
  25853. sourcec
  25854. sourcemenu
  25855. sources
  25856. space
  25857. space-saving
  25858. speakj
  25859. speakers
  25860. speaking
  25861. speaksj
  25862. specialT
  25863. specialized
  25864. specifics
  25865. specifically
  25866. p--set theItem to choose file -- uncomment to test in an AS editor
  25867.     tell application "Finder"
  25868.         open item "Dev.CD Apr 92
  25869. Dev.CD Mar 92"
  25870.         activate
  25871.     end tell
  25872. on error errMsg number errNum
  25873.     --enter statements to perform when no records are found such as...
  25874.     display dialog "Sorry, the item you selected could not be found."
  25875.     return
  25876. end try
  25877. eingj
  25878. seger
  25879. segment
  25880. segmented
  25881. segmenting
  25882. segments
  25883. seldom
  25884. select
  25885. selected
  25886. selectingZ
  25887. selection
  25888. selections
  25889. selective
  25890. selector
  25891. selectors
  25892. selectsh
  25893. self-maintaining
  25894. self-moderating
  25895. self-mounting
  25896. self-pacedR
  25897. separatelyb
  25898. separations
  25899. septemberj
  25900. sequel
  25901. M-System 7 or greater, Universal Interfaces 2.0N+hide MenuBar corners desktop Finder GrayRgn 97OdDev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:PoDev.CD Jan 97 SDK1
  25902.  - Development Kits (Disc 1)
  25903.  - Interfaces&Libraries
  25904.  - RuntimeLibraries
  25905.  - ObjectSupportLibts to perform when no records are found such as...
  25906.     display dialog "Sorry, the item you selected could not be found."
  25907.     return
  25908. end try
  25909. e    No Changeq
  25910. Dev.CD Jun 00 RL Disk 1
  25911. All Packages
  25912. develop Issue 19
  25913. 65250X
  25914.  not be found."
  25915.     return
  25916. end try
  25917. e    No Changeq
  25918. Dev.CD May 00 TC
  25919. D!All Packages
  25920. Tool Chest Edition
  25921. Show GlobalsI
  25922. Summary: Show globals is a MultiFinder friendly application that can help you monitor global variables in drivers and code resources.  It uses a description file and it shows the values of your variables in a scrolling window.
  25923. Parameters.imgK
  25924. Vol IVL
  25925. Vol VIIO;Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Parameters:nge
  25926. BSummary: Blat is a dcmd that uses the MMU in order to catch references to memory locations  0 through 255.   That is, it will stop any program from reading or writing to the memory that starts at zero, and is 256 bytes long.  That hunk of memory is reserved for Motorola, and is used as the exception vectors for the CPU. 
  25927. Memory Management.imgK
  25928. Sep 92OBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  25929.  - Tool Chest
  25930.  - Testing & Debugging
  25931.  - Memory Managementn no records are found such as...
  25932.     display dialog "Sorry, the item you selected could not be found."
  25933.     return
  25934. end try
  25935. All Packages
  25936. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  25937. Dev.CD Jan 94
  25938. Dev.CD Oct 93
  25939. Dev.CD Jul 93
  25940. Dev.CD Apr 93PDDev.CD Apr 94
  25941. Dev.CD Jan 94
  25942. Dev.CD Oct 93
  25943. Dev.CD Jul 93
  25944. Dev.CD Apr 9V
  25945. 67285X
  25946. Apr 94
  25947. elected could not be found."
  25948.     return
  25949. end try
  25950. All Packages
  25951. F    QuickTimeO
  25952. Dev.CD Jan 96 SSWP
  25953. Dev.CD Jan 96 SSV
  25954. 64500X
  25955. Apple Workgroup Server 9650/350 Developer Note
  25956. Describes the specific hardware features of the Workgroup Server 9650/350 that differ from its predecessor the Workgroup Server 9650/233. It also defines the disk drive and PCI card configuration installed in the server and provides guidelines for adding additional storage devices on the internal SCSI bus. It is intended to provide experienced Macintosh hardware and software developers with general information about the product. 
  25957. J/Workgroup Server 9150
  25958. Workgroup_Server_9650.pdfK
  25959. Oct 97L
  25960. Oct 97N}Apple servers, 9650/350, Workgroup Server, server, server developer note, 100BaseTx Ethernet, network server, internet serverOADev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:PIDev.CD Mar 98 RL
  25961.  - Technical Documentation
  25962.  - Developer Notes
  25963.  - ServersickTime: What
  25964. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  25965. Print Hint
  25966. client
  25967. interface
  25968. client
  25969. first
  25970. paper
  25971. papworkstation
  25972. papworkstation
  25973. parameters
  25974. parameters
  25975. parserV
  25976. links
  25977. links
  25978. links
  25979. partmaker
  25980. partmaker
  25981. partmaker
  25982. readme
  25983. parts
  25984. pascal
  25985. pasmatit
  25986. password
  25987. password
  25988. interface
  25989. patch
  25990. patches
  25991. 5300ramcard
  25992. manager
  25993. manager
  25994. power
  25995. readme
  25996. viewer
  25997. peoplesoft
  25998. peoplesoft
  25999. apple
  26000. white
  26001. paper
  26002. peoplesurveyor
  26003. peoplesurveyor
  26004. 2.1.2
  26005. performance
  26006. --set theItem to choose file -- uncomment to test in an AS editor
  26007.     tell application "Finder"
  26008.         open item "Dev.CD Apr 94
  26009. Dev.CD Jan 94
  26010. Dev.CD Oct 93
  26011. Dev.CD Jul 93
  26012. Dev.CD Apr 93"
  26013.         activate
  26014.     end tell
  26015. on error errMsg number errNum
  26016.     --enter statements to perform when no records are found such as...
  26017.     display dialog "Sorry, the item you selected could not be found."
  26018.     return
  26019. end try
  26020. natural
  26021. nature
  26022. vigationi
  26023. navigation
  26024. services
  26025. documents
  26026. nearest
  26027. nearly
  26028. necessaryq
  26029. needo
  26030. PKDev.CD May 00 TC
  26031.  - Tool Chest
  26032.  - Testing & Debugging
  26033.  - Virtual User toolsV
  26034. 68363X
  26035. May 00^
  26036. --set theItem to choose file -- uncomment to test in an AS editor
  26037.     tell application "Finder"
  26038.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  26039.         activate
  26040.     end tell
  26041. on error errMsg number errNum
  26042.     --enter statements to perform when no records are found such as...
  26043.     display dialog "Sorry, the item you selected could not be found."
  26044.     return
  26045. end try
  26046. e    No Changeq
  26047. Dev.CD May 00 TC
  26048. D!All Packages
  26049. Mac OS SDK Edition
  26050. Speech Recognition Manager
  26051. sunsoft
  26052. suport
  26053. supplement
  26054. supplied
  26055. supply
  26056. supportN
  26057. trategicj
  26058. strategies
  26059. licensingv
  26060. licensing
  26061. folder
  26062. linecount
  26063. linecount
  26064. linkedo
  26065. linked
  26066. fileso
  26067. links
  26068. interface
  26069. listcomponents
  26070. listcomponents
  26071. listlogic
  26072. listlogic
  26073. listoid
  26074. listoid
  26075. listselect
  26076. listselect
  26077. localization
  26078. localization
  26079. japan
  26080. localization
  26081. tools
  26082. locator
  26083. lookup
  26084. lookupmenu
  26085. lurkers
  26086. lurkers
  26087. lurkers
  26088. lurkers
  26089. lurkers
  26090. readme
  26091. lurkers
  26092. readme
  26093. 4.0.1
  26094. install
  26095. graphics
  26096. primer
  26097. interfaces
  26098. guidelines
  26099. development
  26100. toolkit
  26101. runtime
  26102. architectures
  26103. encodingsw
  26104. license
  26105. readme
  26106. samplecode
  26107. r14d5
  26108. - Common
  26109.     - Sun Compliant Java Runtime Environment 1.1
  26110.     - QuickTime 3 
  26111.     - QTJava.zip
  26112.     - QTJava media samples
  26113. - Mac OS:
  26114.     - System 8 or later
  26115.     - Macintosh Runtime for Java (MRJ) 2.1
  26116. - Windows 95, 98, or NT::
  26117.     - JRE/JDK from Sun Microsystems, Inc. recommended
  26118. QuickTime, Java, MRJ number errNum
  26119.     --enter statements to perform when no records are found such as...
  26120.     display dialog "Sorry, the item you selected could not be found."
  26121.     return
  26122. end try
  26123. e    No Changeq
  26124. Dev.CD May 00 TC
  26125. All Packages
  26126. Apple Grayscale Appearance
  26127. 66350X
  26128.  number errNum
  26129.     --enter statements to perform when no records are found such as...
  26130.     display dialog "Sorry, the item you selected could not be found."
  26131.     return
  26132. end try
  26133. e    No Changef@MacOSXServer
  26134. AppKit
  26135. Foundation
  26136. Project Builder
  26137. Interface Builderq
  26138. Dev.CD Jul 99 SDK1
  26139. All Packages
  26140. F!Technical Publications: QuickTime
  26141. 66239X
  26142. autoguest
  26143. control
  26144. panel
  26145. attempts
  26146. prevent
  26147. automagically
  26148. automate
  26149. automated
  26150. automates
  26151. automatic
  26152. automaticallyZ
  26153. automating
  26154. automation
  26155. autoversioning
  26156. auxiliary
  26157. availableR
  26158. avitzur
  26159. avoid
  26160. axsom's
  26161. ayala
  26162. backd
  26163. backbone
  26164. backflips
  26165. background
  26166. background-only
  26167. backlight
  26168. backs
  26169. --set theItem to choose file -- uncomment to test in an AS editor
  26170.     tell application "Finder"
  26171.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:"
  26172.         activate
  26173.     end tell
  26174. on error errMsg number errNum
  26175.     --enter statements to perform when no records are found such as...
  26176.     display dialog "Sorry, the item you selected could not be found."
  26177.     return
  26178. end try
  26179. GL SDK with valid ones for your local environment.
  26180. Sample Code.imgK
  26181. Nov 99M)Mac OS 8.1+, OpenGL SDK, DrawSprocket SDKN0OpenGL, DrawSprocket, multiple monitor, rendererO
  26182. Dev.CD May 00 TC:Sample Code:P
  26183. Dev.CD May 00 TC
  26184.  - Sample Coderds are found such as...
  26185.     display dialog "Sorry, the item you selected could not be found."
  26186.     return
  26187. end try
  26188. e    No Changeq
  26189. Dev.CD May 00 TC
  26190. $D!All Packages
  26191. Mac OS SDK Edition
  26192. DeBabelizer 3.0
  26193.     ustom document icons in an application. The correct procedure for doing this is to add the Icon family to the document and set bit 10 of th
  26194. D!All Packages
  26195. Mac OS SDK Edition
  26196. ColorPicker 2.1.1 SDKI
  26197. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  26198. Features: No new features- only bug fixesJ
  26199. Color Picker SDK.sitK
  26200. Aug 97L
  26201. Jan 98N
  26202. Color Picker 2.1.1OADev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Apr 00 SDK1
  26203.  - Development Kits
  26204.  - Mac OS
  26205.  - ColorPicker 2.1.1 SDKV
  26206. 67671X
  26207. Apr 00^
  26208. SDK1the item you selected could not be found."
  26209.     return
  26210. end try
  26211. All Packages
  26212. System 7 Tune-UpO
  26213. Dev.CD Apr 92
  26214. Dev.CD Mar 92P
  26215. Dev.CD Apr 92
  26216. Dev.CD Mar 9V
  26217. 67159X
  26218. Apr 92
  26219. p--set theItem to choose file -- uncomment to test in an AS editor
  26220.     tell application "Finder"
  26221.         open item "Dev.CD Apr 92
  26222. Dev.CD Mar 92"
  26223.         activate
  26224.     end tell
  26225. on error errMsg number errNum
  26226.     --enter statements to perform when no records are found such as...
  26227.     display dialog "Sorry, the item you selected could not be found."
  26228.     return
  26229. end try
  26230. warming
  26231. warning
  26232. warnings
  26233. warns
  26234. warrior
  26235. waste
  26236. waste
  26237. editing
  26238. library
  26239. macintosh
  26240. programmers
  26241. watch
  26242. watcher
  26243. wavetable
  26244. wavetablesynth
  26245. waving
  26246. wdefcolorsample
  26247. wdefpatch
  26248. wdefs
  26249. we'll
  26250. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  26251.  8.5.
  26252. The provided examples go from very simple to rather complex in increasing order of difficulty.
  26253. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  26254. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  26255. onal justification, etc.
  26256. Sample Code.imgK
  26257. Dec 99M
  26258. Mac OS
  26259.  8.5 and laterN=Unicode Imaging Text Type Bi-directional Rotation Double-byteO
  26260. Dev.CD May 00 TC:Sample Code:P
  26261. Dev.CD May 00 TC
  26262.  - Sample Codes
  26263. snippets
  26264. printing
  26265. snippets
  26266. processes
  26267. source
  26268. sources
  26269. spooler
  26270. stack
  26271. standardsw
  26272. starter
  26273. stream
  26274. strip
  26275. styleu
  26276. success
  26277. suite
  26278. suitesm
  26279. super
  26280. survey
  26281. Sample Code.imgkum? Only your branch prediction unit knows for sure.
  26282. JBdevelop Issue 20
  26283. develop Issue 20 code
  26284. develop Issue 20 referencesK
  26285. Vol IIIL
  26286. Jun 95OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 20:PQDev.CD Jun 00 RL Disk 1
  26287.  - Technical Documentation
  26288.  - Develop
  26289.  - develop Issue 20s an AppleEvent and sends it off to the Finder. If the Printing Finder Extension (part of QuickDraw GX) is installed and a valid desktop printer was specified then that printer sB!hould become the default printer.
  26290. FSSetPrinter.c
  26291. FSSetPrinter.h
  26292. ReadMe
  26293. SetDefaultDTP
  26294. SetDefaultDTP.c
  26295. SetDefaultDTP.rsrc
  26296. SetDefaultDTP.
  26297. SetDefaultDTP.
  26298. SetDefaultDTP.
  26299. .rsrcK
  26300. Feb 96M
  26301. QuickDraw GX, System 7.5N8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolO7Dev.CD May 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:P?Dev.CD May 00 TC
  26302.  - Tool Chest
  26303.  - QuickDraw GX
  26304.  - SetDefaultDTP
  26305. viewed
  26306. viewer
  26307. Jul 98M
  26308. Acrobat Reader 3.0N]traversing related tables, referential integrity rules, validation and reformatting, databaseO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  26309.  - Interactive Media Resources
  26310. software
  26311. system
  26312. system
  26313. software
  26314. edition
  26315. All Packages
  26316. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  26317. Dev.CD Jan 94
  26318. Dev.CD Oct 93
  26319. Dev.CD Jul 93
  26320. Dev.CD Apr 93PDDev.CD Apr 94
  26321. Dev.CD Jan 94
  26322. Dev.CD Oct 93
  26323. Dev.CD Jul 93
  26324. Dev.CD Apr 9V
  26325. 68627X
  26326. Apr 94
  26327. --set theItem to choose file -- uncomment to test in an AS editor
  26328.     tell application "Finder"
  26329.         open item "Dev.CD Apr 94
  26330. Dev.CD Jan 94
  26331. Dev.CD Oct 93
  26332. Dev.CD Jul 93
  26333. Dev.CD Apr 93"
  26334.         activate
  26335.     end tell
  26336. on error errMsg number errNum
  26337.     --enter statements to perform when no records are found such as...
  26338.     display dialog "Sorry, the item you selected could not be found."
  26339.     return
  26340. end try
  26341. All Packages
  26342. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  26343. Dev.CD Jan 94
  26344. Dev.CD Oct 93
  26345. Dev.CD Jul 93
  26346. Dev.CD Apr 93PDDev.CD Apr 94
  26347. Dev.CD Jan 94
  26348. Dev.CD Oct 93
  26349. Dev.CD Jul 93
  26350. Dev.CD Apr 9V
  26351. 68628X
  26352. Apr 94
  26353. Some tho
  26354. Dev.CD Jan 94P
  26355. Dev.CD Jan 9V
  26356. 68214X
  26357. Jan 94
  26358. b--set theItem to choose file -- uncomment to test in an AS editor
  26359.     tell application "Finder"
  26360.         open item "Dev.CD Jan 94"
  26361.         activate
  26362.     end tell
  26363. on error errMsg number errNum
  26364.     --enter statements to perform when no records are found such as...
  26365.     display dialog "Sorry, the item you selected could not be found."
  26366.     return
  26367. end try
  26368. All Packages
  26369. F    QuickTimeO
  26370. Dev.CD Jan 94
  26371. Dev.CD Oct 93P
  26372. Dev.CD Jan 94
  26373. Dev.CD Oct 9V
  26374. 68215X
  26375. Jan 94
  26376. p--set theItem to choose file -- uncomment to test in an AS editor
  26377.     tell application "Finder"
  26378.         open item "Dev.CD Jan 94
  26379. Dev.CD Oct 93"
  26380.         activate
  26381.     end tell
  26382. on error errMsg number errNum
  26383.     --enter statements to perform when no records are found such as...
  26384.     display dialog "Sorry, the item you selected could not be found."
  26385.     return
  26386. end try
  26387. All Packages
  26388. F    QuickTimeO
  26389. Dev.CD Jan 94
  26390. Dev.CD Oct 93V
  26391. 68216X
  26392. reverb
  26393. 68361X
  26394. May 00^
  26395. --set theItem to choose file -- uncomment to test in an AS editor
  26396.     tell application "Finder"
  26397.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  26398.         activate
  26399.     end tell
  26400. on error errMsg number errNum
  26401.     --enter statements to perform when no records are found such as...
  26402.     display dialog "Sorry, the item you selected could not be found."
  26403.     return
  26404. end try
  26405. e    No Changef6object code
  26406. disassembly
  26407. MPW tool
  26408. UltraSlimFast
  26409. DumpObjq
  26410. Dev.CD May 00 TC
  26411. D!All Packages
  26412. Tool Chest Edition
  26413. Spain Distribution Guide
  26414. Dev.CD Jun 00 RL Disk 2
  26415. D(All Packages
  26416. Reference Library Edition
  26417. F Technical Publications: Rhapsody
  26418. composersj
  26419. composit
  26420. composite
  26421. composited
  26422. compositing
  26423. compositor
  26424. compound
  26425. compound-document
  26426. compress
  26427. compressed
  26428. compressimage
  26429. compressionP
  26430. cyrillic
  26431. language
  26432.  snippet shows how to grow a window constrained to a grid (i.e. only allow a window to grow or shrink by 30 pixels, or whatever).
  26433. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  26434. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  26435. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  26436. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  26437. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  26438. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  26439. Deletedq
  26440. Dev.CD Nov 99 TC
  26441. D!All Packages
  26442. Tool Chest Edition
  26443. Maximizing Quadra FloatingPoint
  26444. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  26445. Features: 
  26446.  Round (to nearest),Truncate (toward zero),
  26447. Floor (toward -
  26448.  Optimized for 68040; functional with 68881/2
  26449.  Over 15X faster on Quadra, but 2.6X slower on the FX
  26450. FloatToLong.a
  26451. ReadMe
  26452. ReadMe.txtK
  26453. Apr 93OYDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PdDev.CD May 00 TC
  26454.  - Tool Chest
  26455.  - Development Kits
  26456.  - MPW Related
  26457.  - Maximizing Quadra FloatingPointV
  26458. 67915X
  26459. May 00^
  26460. #uch as...
  26461.     display dialog "Sorry, the item you selected could not be found."
  26462.     return
  26463. end try
  26464. e    No Changef
  26465. OT/PPP. Open Transport
  26466. Dev.CD May 00 TC
  26467. All Packages
  26468. GetSetOptionsV
  26469. 66560X
  26470. romPortRefO
  26471. Dev.CD May 00 TC:Sample Code:P
  26472. Dev.CD May 00 TC
  26473.  - Sample CodeV
  26474. 65520X
  26475. May 00^
  26476. TC20X
  26477. May 00^
  26478. TCe    No Change
  26479. JTObject
  26480. Read ME 2.0
  26481. Readme 2.1.1
  26482. SetupProj
  26483. Source
  26484. StdFileSaver
  26485. wDev registration infoK
  26486. Vol VIIIL
  26487. Nov 96M*MPW with SC. Can only be compiled for 68K.N!printers drivers sample code pictO:Dev.CD May 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:PBDev.CD May 00 TC
  26488.  - Tool Chest
  26489.  - Printing
  26490.  - STD File Saver 2.1.1V
  26491. 68369X
  26492. May 00^
  26493. --set theItem to choose file -- uncomment to test in an AS editor
  26494.     tell application "Finder"
  26495.         open item "Dev.CD May 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:"
  26496.         activate
  26497.     end tell
  26498. on error errMsg number errNum
  26499.     --enter statements to perform when no records are found such as...
  26500.     display dialog "Sorry, the item you selected could not be found."
  26501.     return
  26502. end try
  26503. e    No Changef!printers drivers sample code pictq
  26504. Dev.CD May 00 TC
  26505. StopXPP dcmdI
  26506. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  26507. Networks.imger.J
  26508. Networks.img Change
  26509. Dev.CD Apr 98 SDK2
  26510. D!All Packages
  26511. Tool Chest Edition
  26512. GXifier 1.1
  26513. Summary:  The GXifier automatically adds tables to existing TrueType fonts that allow those fonts to be used more effectively with applications that support GX typography. The 1.1 version adds support for more scripts, and adds more information automatically to fonts.
  26514. Issues:  Only works with TrueType fonts in the Roman, Arabic, Hebrew, Cyrillic, Devanagari, Traditional Chinese and Simplified Chinese script systems. Other scripts will be supported in future versions.
  26515. Documents
  26516. Release Notes
  26517. ToolsK
  26518. May 95L
  26519. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  26520. GX Fonts, GX TypographyO5Dev.CD May 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:P=Dev.CD May 00 TC
  26521.  - Tool Chest
  26522.  - QuickDraw GX
  26523.  - GXifier 1.1V
  26524. 67799X
  26525. May 00^
  26526. #ep 99O
  26527. Dev.CD May 00 TC:Sample Code:to support any Custom media types. J
  26528. Sample Code.imgK
  26529. Feb 00
  26530. C:Sample Code:V
  26531. 65227X
  26532. 1e    No Change
  26533. PEF Viewer is a utility which lets you graphically view all the aspects of a PEF container.  You can view all of the imported/exported symbols, disassembly any code section, disassemble the relocation opcodes and also view compressed and uncompressed data sections.
  26534. New with version 1.0d8 are:
  26535.  Disassembly of Altivec
  26536.  instructions in PowerPC code sections
  26537.  C++ name unmangling in the disassembly views
  26538.  You can now view CFM-68K import/export/relocation sections
  26539. Printing is not currently BSsupported.  The search feature is still under development and is not full-features.
  26540. PEF ViewerK
  26541. Jan 99M
  26542. PEF Viewer requires a PowerPCN
  26543. PEF, ContainerO;Dev.CD May 00 TC:Tool Chest:Developer Utilities:PEF Viewer:PCDev.CD May 00 TC
  26544.  - Tool Chest
  26545.  - Developer Utilities
  26546.  - PEF ViewerChest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  26547.  - Tool Chest
  26548.  - Testing & Debugging
  26549.  - General tools
  26550. minilauncher
  26551. minimizep
  26552. minimum
  26553. minor
  26554. profiler
  26555. program
  26556. program
  26557. linking
  26558. programming
  26559. project
  26560. project
  26561. builder
  26562. projector
  26563. promise
  26564. promisehfsflavor
  26565. property
  26566. property
  26567. property
  26568. services
  26569. proportional
  26570. proportional
  26571. scroll
  26572. protocol
  26573. publications
  26574. qualified
  26575. query
  26576. quick
  26577. quick
  26578. reference
  26579. quickdraw
  26580. quickdraw
  26581. quickdraw
  26582. quickdraw
  26583. raster
  26584. imagewriter
  26585. halftone
  26586. dither
  26587. sample
  26588. quickdraw
  26589. spooler
  26590. print
  26591. patch
  26592. appleshare
  26593. novell
  26594. netware
  26595. quicktake
  26596. resource
  26597. resource
  26598. management
  26599. resources
  26600. return
  26601. return
  26602. investment
  26603. ringQ
  26604. robustness
  26605. router
  26606. sample
  26607. sample
  26608. saving
  26609. saving
  26610. state
  26611. timing
  26612. All Packages
  26613. P(Dev.CD Jul 95
  26614. Dev.CD Apr 95
  26615. Dev.CD Jan 9V
  26616. 68146X
  26617. Jul 95
  26618. ~--set theItem to choose file -- uncomment to test in an AS editor
  26619.     tell application "Finder"
  26620.         open item "Dev.CD Jul 95
  26621. Dev.CD Apr 95
  26622. Dev.CD Jan 95"
  26623.         activate
  26624.     end tell
  26625. on error errMsg number errNum
  26626.     --enter statements to perform when no records are found such as...
  26627.     display dialog "Sorry, the item you selected could not be found."
  26628.     return
  26629. end try
  26630. All Packages
  26631. QuickDraw GXO
  26632. Dev.CD Apr 95P
  26633. Dev.CD Apr 9V
  26634. 68147X
  26635. Apr 95
  26636. b--set theItem to choose file -- uncomment to test in an AS editor
  26637.     tell application "Finder"
  26638.         open item "Dev.CD Apr 95"
  26639.         activate
  26640.     end tell
  26641. on error errMsg number errNum
  26642.     --enter statements to perform when no records are found such as...
  26643.     display dialog "Sorry, the item you selected could not be found."
  26644.     return
  26645. end try
  26646. All Packages
  26647. QuickDraw GXO
  26648. Dev.CD Apr 95P
  26649. Dev.CD Apr 9V
  26650. 68148X
  26651. Apr 95
  26652. Navigation Services is a new API to open, save documents and select files, folders or volumes. Navigation Services supersedes the current StandardFile packages and provides an architecture that makes it possible to access repositories other than HFS file systems, such as the LAN, Internet based servers or databases.
  26653. Navigation Services provides new standard dialogs for the following operations:
  26654. - open document
  26655. - save documents
  26656. - select volume
  26657. - select folder
  26658. - select file
  26659. - select object
  26660. - create folder
  26661. - confirm save
  26662. - confirm revert
  26663. Navigation Services provides a new document saving model that enables transparent conversion, encoding, upload and download of documents. 
  26664. Navigation Services also provides a number of tools to increase productivity and speed up document access, including:
  26665. - outline view (icon, name, date modified, sorting, etc)
  26666. - simultaneous opening of multiple documents, including on different volumes
  26667. - recent documents tracking
  26668. - favorite folders and do
  26669. tpifile
  26670. sample
  26671. module
  26672. tpifile
  26673. traceT
  26674. traceback
  26675. traceroute
  26676. tracing
  26677. track`
  26678. tracker
  26679. tracking
  26680. tracks
  26681. traddriverloaderlib
  26682. trade
  26683. trade-offs
  26684. trademark
  26685. tradition
  26686. traditional
  26687. 1-12/96k
  26688. 1-bit
  26689. 1.0.2h
  26690. 1.0.3e
  26691. 1.0.6
  26692. 1.0.8
  26693. 1.0a5
  26694. 1.0b1
  26695. 1.0b2
  26696. 1.0d1
  26697. 1.0d8
  26698. 1.1.1
  26699. 1.1.2
  26700. Summary: The OpenDoc Development Framework, or ODF, is an object-oriented framework developed in C++ which is targeted for building cross-platform OpenDoc component editors. Like MacApp, Apple's framework for building standalone Macintosh applications, ODF makes the process of building an OpenDoc component editor easier by implementing much of a component editor's default behavior.
  26701. OpenDoc Development Framework (ODF) Release 3 is mainly a maintenance release. ODF 3 is not cross-platform, 
  26702. it is still Mac-only. When we shipped ODF 2 in September, we scheduled ODF 3 for a January/February time frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  26703. apple
  26704. sprockets
  26705. libraries
  26706. designed
  26707. simplify
  26708. apple
  26709. location
  26710. manager
  26711. allows
  26712. users
  26713. switch
  26714. groups
  26715. settt
  26716. apple
  26717. system
  26718. profiler
  26719. gather
  26720. information
  26721. about
  26722. apple
  26723. wants
  26724. communicate
  26725. benefits
  26726. native
  26727. apple
  26728. workgroup
  26729. server
  26730. 9650/350
  26731. developer
  26732. apple'sb
  26733. apple's
  26734. developer
  26735. publications
  26736. apple-relatedu
  26737. apple-sanctioned
  26738. apple-specific
  26739. apple-sponsored
  26740. applecd
  26741. appleevent`
  26742. appleevent-based
  26743. y 96inese characters or phrases
  26744. either in simplified or traditional form
  26745. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  26746. Requiring no tr
  26747. All Packages
  26748. System Enabler 088 (AVs)O
  26749. Dev.CD Apr 94
  26750. Dev.CD Jan 94P
  26751. Dev.CD Apr 94
  26752. Dev.CD Jan 9V
  26753. 68556X
  26754. Apr 94
  26755. p--set theItem to choose file -- uncomment to test in an AS editor
  26756.     tell application "Finder"
  26757.         open item "Dev.CD Apr 94
  26758. Dev.CD Jan 94"
  26759.         activate
  26760.     end tell
  26761. on error errMsg number errNum
  26762.     --enter statements to perform when no records are found such as...
  26763.     display dialog "Sorry, the item you selected could not be found."
  26764.     return
  26765. end try
  26766. All Packages
  26767. System Enabler 088 (AVs)O)Dev.CD Apr 94
  26768. Dev.CD Jan 94
  26769. Dev.CD Oct 93P(Dev.CD Apr 94
  26770. Dev.CD Jan 94
  26771. Dev.CD Oct 9V
  26772. 68557X
  26773. Apr 94
  26774. o... test tool
  26775. Sample code
  26776. Header files
  26777. J]Connect To...
  26778. Documentation:
  26779. Headers:
  26780. NSL 1.1 SDK Read Me
  26781. NSL Library & Plugins:
  26782. Sample Code:K
  26783. Nov 98L
  26784. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Apr 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:PLE.COM  
  26785. Deleted
  26786. hooks
  26787. hooks
  26788. hooks
  26789. hooks
  26790. horiz
  26791. horiz
  26792. count
  26793. hotbot
  26794. hotbot
  26795. hotsauce
  26796. hotsauce
  26797. standalone
  26798. obtain
  26799. standards
  26800. howmany
  26801. howmany
  26802. htmli
  26803. hypercard
  26804. update
  26805. installer
  26806. hypercard
  26807. toolkit
  26808. 1.0b2
  26809. hypercard
  26810. mactcp
  26811. toolkit
  26812. hypercard
  26813. player
  26814. hypercard
  26815. serial
  26816. toolkit
  26817. hypercard
  26818. video
  26819. toolkit
  26820. hytime
  26821. icntoicon
  26822. icntoicon
  26823. iconpict
  26824. iconpict
  26825. icons
  26826. iconutilspriv
  26827. iconutilspriv
  26828. ideas
  26829. ideas
  26830. opportunities
  26831. ideas
  26832. toolkit
  26833. identifycd
  26834. idletasks
  26835. idletasks
  26836. distributors/localiz
  26837. imageg
  26838. images
  26839.  BNF notation, and can automatically generate abstract syntax trees. 
  26840. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  26841. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  26842. Jqantlr:
  26843. Documentation:
  26844. install.mpw
  26845. INSTRUCTIONS
  26846. lang:
  26847. non-MPW:
  26848. README
  26849. RIGHTS
  26850. support:
  26851. testcpp:
  26852. prebuilt:K
  26853. Nov 94L
  26854. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  26855.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  26856.  - Tool Chest
  26857.  - Development Kits
  26858.  Other Platforms
  26859.  - PCCTS 1.31
  26860. All Packages
  26861. QuickDraw GXO
  26862. Dev.CD Aug 96 TCP
  26863. Dev.CD Aug 96 TV
  26864. 68170X
  26865. Aug 96
  26866. e--set theItem to choose file -- uncomment to test in an AS editor
  26867.     tell application "Finder"
  26868.         open item "Dev.CD Aug 96 TC"
  26869.         activate
  26870.     end tell
  26871. on error errMsg number errNum
  26872.     --enter statements to perform when no records are found such as...
  26873.     display dialog "Sorry, the item you selected could not be found."
  26874.     return
  26875. end try
  26876. All Packages
  26877. QuickDraw GXO
  26878. Dev.CD Aug 96 TCP
  26879. Dev.CD Aug 96 TV
  26880. 68171X
  26881. Aug 96
  26882. e--set theItem to choose file -- uncomment to test in an AS editor
  26883.     tell application "Finder"
  26884.         open item "Dev.CD Aug 96 TC"
  26885.         activate
  26886.     end tell
  26887. on error errMsg number errNum
  26888.     --enter statements to perform when no records are found such as...
  26889.     display dialog "Sorry, the item you selected could not be found."
  26890.     return
  26891. end try
  26892. All Packages
  26893. QuickDraw GXO
  26894. Dev.CD Aug 96 TCP
  26895. Dev.CD Aug 96 TV
  26896. 68172X
  26897. version
  26898. video
  26899. viewY
  26900. viewer
  26901. virtual
  26902. virtualuser
  26903. visigenic
  26904. volume
  26905. volumes
  26906. vtwinb
  26907. virtual
  26908. virtual
  26909. virtualuser
  26910. filetool
  26911. memor
  26912. virtual
  26913. virtualuser
  26914. testing
  26915. automation
  26916. automated
  26917. vu-meter
  26918. vumeter
  26919. vumeter
  26920. sound
  26921. level
  26922. meters
  26923. sample
  26924. volume
  26925. waitnextevent
  26926. wannabe
  26927. waste
  26928. waste
  26929. textedit
  26930. replacement
  26931. webobjects
  26932. webobjects
  26933. categories
  26934. posers
  26935. robustness
  26936. testing
  26937. webobjects
  26938. objective-c
  26939. webobjects
  26940. webobjects
  26941. server
  26942. objects
  26943. window
  26944. windows
  26945. wombat
  26946. workstation
  26947. world
  26948. wrapper
  26949. csmp-digest-readme
  26950. csmp-digest-readme
  26951. csmp-digest-v3-001
  26952. csmp-digest-v3-002
  26953. csmp-digest-v3-003
  26954. csmp-digest-v3-004
  26955. csmp-digest-v3-005
  26956. csmp-digest-v3-006
  26957. csmp-digest-v3-007
  26958. csmp-digest-v3-008
  26959. csmp-digest-v3-009
  26960. csmp-digest-v3-010
  26961. csmp-digest-v3-011
  26962. csmp-digest-v3-012
  26963. csmp-digest-v3-013
  26964. csmp-digest-v3-014
  26965. csmp-digest-v3-015
  26966. csmp-digest-v3-016
  26967. csmp-digest-v3-017
  26968. csmp-digest-v3-018
  26969. csmp-digest-v3-019
  26970. csmp-digest-v3-020
  26971. csmp-digest-v3-021
  26972. csmp-digest-v3-022
  26973. csmp-digest-v3-023
  26974. csmp-digest-v3-024
  26975. csmp-digest-v3-025
  26976. csmp-digest-v3-026
  26977. csmp-digest-v3-027
  26978. csmp-digest-v3-028
  26979. csmp-digest-v3-029
  26980. csmp-digest-v3-030
  26981. csmp-digest-v3-031
  26982. csmp-digest-v3-032 93PDDev.CD Apr 94
  26983. Dev.CD Jan 94
  26984. Dev.CD Oct 93
  26985. Dev.CD Jul 93
  26986. Dev.CD Apr 9V
  26987. 67251X
  26988. Apr 94
  26989.  MPW 411 files
  26990. * CustomChoose outline (TEXT file)
  26991. * Staging Alerts description (TEXT file)
  26992. * Macsbug dcmd files for Tool debugginfor Tool debuggin
  26993. support's
  26994. supportedn
  26995. supportingN
  26996. :Sample Code:"
  26997.         activate
  26998.     end tell
  26999. on error errMsg number errNum
  27000.     --enter statements to perform when no records are found such as...
  27001.     display dialog "Sorry, the item you selected could not be found."
  27002.     return
  27003. end try
  27004. e    No Changef
  27005. QuickTime
  27006. Dev.CD May 00 TC
  27007. D!All Packages
  27008. Tool Chest Edition
  27009. QTEffects Explode
  27010. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  27011.  real project.
  27012. It has not been extensively tested. It is code written by the sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  27013. You will need to download InputSprocket 1.2.1 in order to build this project.
  27014. Sample Code.imgK
  27015. Feb 00MUQuickDraw 3D, GameSprockets, and either Universal Interfaces 3.3 or GameSprockets SDKN:InputSprocket, DrawSprocket, SoundSprocket, 3D Sound, QD3DO
  27016. Dev.CD May 00 TC:Sample Code:P
  27017. Dev.CD May 00 TC
  27018.  - Sample Codeeffects are applied in realtime - controlled by the user settings in the window.J
  27019. Sample Code.imgK
  27020. Feb 00
  27021. C:Sample Code:V
  27022. 66850X
  27023. 1e    No Change
  27024. Apple Guide 2.1.1 Dev Rel Notes:  Apple Guide 2.1.1 Developer Release Notes. See this file and the Develop article below for what's new in Apple Guide 2.1
  27025. tague
  27026. tailor
  27027. takeB
  27028. takeng
  27029. takes
  27030. taking
  27031. talking
  27032. talks
  27033. talktool
  27034. tampa
  27035. tanaka
  27036. tantek
  27037. tanzania
  27038. tanzania-family
  27039. targetR
  27040. targeted
  27041. targetingf
  27042. niques
  27043. technologicalj
  27044. technologiesp
  27045. technologyh
  27046. technote
  27047. technotes
  27048. tells
  27049. templatey
  27050. templatesz
  27051. temporalw
  27052. temporarily
  27053. temporary
  27054. 67788X
  27055. May 00^
  27056. r--set theItem to choose file -- uncomment to test in an AS editor
  27057.     tell application "Finder"
  27058.         open item "Dev.CD May 00 TC:Sample Code:"
  27059.         activate
  27060.     end tell
  27061. on error errMsg number errNum
  27062.     --enter statements to perform when no records are found such as...
  27063.     display dialog "Sorry, the item you selected could not be found."
  27064.     return
  27065. end try
  27066. Movedq
  27067. Dev.CD May 00 TC
  27068. |D!All Packages
  27069. Mac OS SDK Edition
  27070. GameSprocket SDKs
  27071. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  27072.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  27073. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  27074.  NetSprocket 1ted PC cards
  27075. 67951X
  27076. May 00^
  27077. --set theItem to choose file -- uncomment to test in an AS editor
  27078.     tell application "Finder"
  27079.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:"
  27080.         activate
  27081.     end tell
  27082. on error errMsg number errNum
  27083.     --enter statements to perform when no records are found such as...
  27084.     display dialog "Sorry, the item you selected could not be found."
  27085.     return
  27086. end try
  27087. e    No Changef3Navigable Movies
  27088. Pan/Tilt Movies
  27089. Virtual Navigationq
  27090. Dev.CD May 00 TC
  27091. D!All Packages
  27092. Tool Chest Edition
  27093. Navigation Services SDK
  27094. MacTCP Cookbook: Constructing Network-Aware Applications   
  27095. by Steve Falkenburg.   Networking for the rest of us. Here's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  27096. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  27097.  Alexander.   A potential color printing problem, and s
  27098. nt 'see' specific information on the target (i.e. VU Aid has
  27099.     ScreenCompare and WindowCompare modules which permit the target to tell
  27100.     its host if specific or all screen content matches a pre-measured checksum.
  27101.   vuCollect 1.0b1
  27102.     This folder contains a combination MPW Tool/Script that is designed
  27103.     to collect information on a target machine and format it so that there
  27104.     is only 1 descriptor per line.  For more information, see the
  27105.     "vuCollect ReadMe" file.
  27106.   VUMarF
  27107. k 1.0b1
  27108.     VUMark is an MPW script that will mark all of the VU tasks in a file
  27109.     for you.  For more information on VUMark, see the "Controls.lib Reference"
  27110.     document.
  27111. Virtual User tools.imgK
  27112. Vol VL
  27113. Feb 94M1ShimmerMate must be launched from the same volumeOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  27114.  - Tool Chest
  27115.  - Testing & Debugging
  27116.  - Virtual User tools
  27117. Advanced Web Site Technique.pdf
  27118. Avoid Audio Pitfalls Guide.pdf
  27119. CompbasedMediaBroadcastEnv
  27120. Creating MIDI for the Web3.pdf
  27121. DeBabelizer 3.0.pdf
  27122. Design For Reuse.pdf
  27123. DesignForRobustness
  27124. Digital Asset Management.pdf
  27125. Digital Storyboard.pdf 
  27126. DVD Development.pdf
  27127. DVD_Primer.pdf
  27128. Enhanced CD Survival Guide.pdf
  27129. EOModeler
  27130. Frameworks.pdf
  27131. Gender-Based Title Creation.pdf
  27132. Int_Media_Writer_Resources.pdf
  27133. Java Survival Guide.pdf
  27134. Making Cool QD3D Apps.pdf
  27135. Music on the Net.pdf
  27136. New Audio Features QT3.pdf
  27137. Porting
  27138. kObjectiveCtoJava
  27139. Push Tech Survival Gd.pdf
  27140. QT3-More Than Dig. Video.pdf
  27141. Simplified Stream Audio.pdf
  27142. Web Animation Guide.pdf
  27143. WebObjects Database Part I.pdf
  27144. WebObjects Database Part II.pdf
  27145. WebObjects Memory Mgmt.pdf
  27146. WebObjects Tools and Techniques
  27147. WebObjectsCategories&Posers.pdf
  27148. WebObjectsPerformanceTuning
  27149. Working with WebObjects.pdf
  27150. Writing for Interactive Media
  27151.     return
  27152. end try
  27153. All Packages
  27154. PowerTalk (PPC)O
  27155. Dev.CD Oct 94P
  27156. Dev.CD Oct 9V
  27157. 66822X
  27158. Oct 94
  27159. graphics
  27160. grayrgn
  27161. gspgetversion
  27162. guest
  27163. guidep
  27164. guidelines
  27165. gworld
  27166. fonts
  27167. typography
  27168. postscript
  27169. sample
  27170. gxgraphics
  27171. halftone
  27172. handles
  27173. handoff
  27174. handwriting
  27175. hardwareA
  27176. hardware
  27177. developer
  27178. documentation
  27179. developer
  27180. notes
  27181. devnotes
  27182. heaps
  27183. hebrew
  27184. helpp
  27185. hierarchical
  27186. sub-menus
  27187. helper
  27188. menubar
  27189. corners
  27190. desktop
  27191. finder
  27192. grayrgn
  27193. hierarchical
  27194. level
  27195. toolbox
  27196. morefiles
  27197. moreisbetter
  27198. wrapper
  27199. COADev.CD Apr 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:PIDev.CD Apr 00 SDK1
  27200.  - Development Kits
  27201.  - Mac OS
  27202.  - AppleShare IP 6.3 SDKev.CD Jan 94
  27203. Dev.CD Oct 93
  27204. Dev.CD Jul 93
  27205. Dev.CD Apr 93"
  27206.         activate
  27207.     end tell
  27208. on error errMsg number errNum
  27209.     --enter statements to perform when no records are found such as...
  27210.     display dialog "Sorry, the item you selected could not be found."
  27211.     return
  27212. end try
  27213. enhance[
  27214. enhanced
  27215. enhancementa
  27216. enhancements`
  27217. enhancing
  27218. enjoy
  27219. enlargedo
  27220. enlightening
  27221. enoughj
  27222. ensure
  27223. ensures
  27224. ensuring
  27225. entails
  27226. enter
  27227. entered
  27228. entering
  27229. enterprisej
  27230. entertainmentj
  27231. entire
  27232. entities
  27233. entries
  27234. entry
  27235. enviroment
  27236. environementz
  27237. environmentj
  27238. se    No Changef1Drag and Drop
  27239. PromiseHFSFlavor
  27240. promise
  27241. finderq
  27242. Dev.CD May 00 TC
  27243. tD!All Packages
  27244. Tool Chest Edition
  27245. FinderEvents 1.2I
  27246. Summary: An XCMD which can send all known FinderEvents from Hypercard 2.1 including Pascal source code.
  27247. Features: Uses Finder custom AppleEvents to make Finder execute functions. Has ability to launch apps on remote machines!J+FinderEvents
  27248. FinderEvents 1.2 Release NotesK
  27249. Jan 92M
  27250. Hypercard 2.1, System 7O^Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD May 00 TC
  27251.  - Tool Chest
  27252.  - Development Kits
  27253.  - HyperCard Related
  27254.  - XCMDs & XFCNs
  27255.  - FinderEvents 1.2V
  27256. 67781X
  27257. May 00^
  27258. #rrNum
  27259.     --enter statements to perform when no records are found such as...
  27260.     display dialog "Sorry, the item you selected could not be found."
  27261.     return
  27262. end try
  27263. Deletedf'Pippin
  27264. Bandai
  27265. Atworld
  27266. Atmark
  27267. multimediaq
  27268. Dev.CD Dec 99 RL
  27269. `D!All Packages
  27270. Tool Chest Edition
  27271. F    PlayMovie
  27272. May 00^
  27273. All Packages
  27274. WorldScript UpdaterO
  27275. Dev.CD Jul 96 SSWP
  27276. Dev.CD Jul 96 SSV
  27277. 68761X
  27278. Jul 96
  27279. f--set theItem to choose file -- uncomment to test in an AS editor
  27280.     tell application "Finder"
  27281.         open item "Dev.CD Jul 96 SSW"
  27282.         activate
  27283.     end tell
  27284. on error errMsg number errNum
  27285.     --enter statements to perform when no records are found such as...
  27286.     display dialog "Sorry, the item you selected could not be found."
  27287.     return
  27288. end try
  27289. All Packages
  27290. WorldScript UpdaterO
  27291. Dev.CD Jul 96 SSWP
  27292. Dev.CD Jul 96 SSV
  27293. 68762X
  27294. Jul 96
  27295. f--set theItem to choose file -- uncomment to test in an AS editor
  27296.     tell application "Finder"
  27297.         open item "Dev.CD Jul 96 SSW"
  27298.         activate
  27299.     end tell
  27300. on error errMsg number errNum
  27301.     --enter statements to perform when no records are found such as...
  27302.     display dialog "Sorry, the item you selected could not be found."
  27303.     return
  27304. end try
  27305. JD!All Packages
  27306. Tool Chest Edition
  27307. Worldwide QuickDraw GX
  27308. 67982X
  27309. May 00^
  27310. r--set theItem to choose file -- uncomment to test in an AS editor
  27311.     tell application "Finder"
  27312.         open item "Dev.CD May 00 TC:Sample Code:"
  27313.         activate
  27314.     end tell
  27315. on error errMsg number errNum
  27316.     --enter statements to perform when no records are found such as...
  27317.     display dialog "Sorry, the item you selected could not be found."
  27318.     return
  27319. end try
  27320. Movedq
  27321. Dev.CD May 00 TC
  27322. >D!All Packages
  27323. Tool Chest Edition
  27324. OT/PPP Control Strip Sample
  27325. Summary: OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  
  27326. Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  27327. Sample Code.imgK
  27328. Mar 97:Sample Code:V
  27329. 67983X
  27330. Moved
  27331. Change
  27332. F    QuickTimeO
  27333. Dev.CD Jan 94
  27334. Dev.CD Oct 93P
  27335. Dev.CD Jan 94
  27336. Dev.CD Oct 9W
  27337. selector
  27338. serial
  27339. serial
  27340. ports
  27341. series
  27342. server
  27343. server
  27344. controls
  27345. services
  27346. setting
  27347. setup
  27348. sharedv
  27349. shared
  27350. volumes
  27351. sherlock
  27352. signature
  27353. simplified
  27354. socket
  27355. softwareQ
  27356. solaris
  27357. solutions
  27358. sound
  27359. soundsprocket
  27360. space
  27361. specification
  27362. speech
  27363. spinning
  27364. spinning
  27365. cursors
  27366. sprite
  27367. sprockets
  27368. stacks
  27369. standard
  27370. standards
  27371. standards
  27372. based
  27373. state
  27374. statements
  27375. storage
  27376. stress
  27377. string
  27378. string
  27379. encoding
  27380. string
  27381. services
  27382. strings
  27383. strip
  27384. structure
  27385. structure
  27386. region
  27387. style
  27388. style
  27389. guideu
  27390. stylechat
  27391. sub-menus
  27392. suite
  27393. summary
  27394. switch
  27395. switching
  27396. symbiotic
  27397. synchronization
  27398. onstrates
  27399. ottransferproviderow
  27400. sample
  27401. demonstrates
  27402. transport
  27403. sample
  27404. demonstrates
  27405. write
  27406. application
  27407. thread
  27408. thread
  27409. manager
  27410. ticket
  27411. ticket
  27412. program
  27413. timecode
  27414. timeslaving
  27415. token
  27416. tokenizer
  27417. toolbox
  27418. toolbox
  27419. assistant
  27420. toolbox
  27421. assistant
  27422. update
  27423. toolkit
  27424. toolkits
  27425. tools]
  27426. tpifile
  27427. tracer
  27428. traddriverloaderlib1
  27429. transferprovider
  27430. transitions
  27431. translation
  27432. translation
  27433. manager
  27434. transport
  27435. transport/ppp
  27436. tune-up
  27437. tuning
  27438. tutorial
  27439. system'sV
  27440. system-level
  27441. systematic
  27442. systematically
  27443. systemsd
  27444. systemsoft
  27445. t-shirt
  27446. tab-delimiteds
  27447. tableY
  27448. tablesY
  27449. tablet
  27450. tabso
  27451. tagged
  27452. tagging
  27453. teamf
  27454. techj
  27455. technicalS
  27456. technicallyo
  27457. technique
  27458. techniques
  27459. technologicalj
  27460. technologiesp
  27461. technologyh
  27462. technote
  27463. tells
  27464. templatey
  27465. templatesz
  27466. temporalw
  27467. temporarily
  27468. appleevents
  27469. appleglots
  27470. appleguide
  27471. appleguidegluelibp
  27472. appleii
  27473. applejava
  27474. applelinkj
  27475. applemodemtool
  27476. applescriptN
  27477. applescript's
  27478. applesearchS
  27479. appleshareS
  27480. appleshare/file
  27481. applesingle/appledou
  27482. applet
  27483. appletalkB
  27484. appletalk's
  27485. appletalk/ip
  27486. applets
  27487. application's[
  27488. application/system
  27489. Deletedq
  27490. Dev.CD Dec 99 RL
  27491. bD!All Packages
  27492. Tool Chest Edition
  27493. DSp Context Switch
  27494. Demonstration of DSp 1.7 or 1.1.4 context switching.  This eaxmple shows DSP context switching with both DSp 1.7 and later built in functions and the equivalent in DrawSprcoket 1.1.4 and earlier.
  27495. Due to a bug in earlier version of DSp 1.7, it is recommended that the DSpContext_Reserve and DSpContext_Queue functions only beused in DSp 1.7.3 and later, prior to this it is recommended that one use the earlier version of the the switching code.
  27496. The controls for the sample application are:
  27497. - BJright arrow for a larger context
  27498. - left arrow for smaller
  27499. - Cmd-Q to exit.
  27500. Sample Code.imgK
  27501. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  27502. DrawSprocket, Context SwitchO
  27503. Dev.CD May 00 TC:Sample Code:P
  27504. Dev.CD May 00 TC
  27505.  - Sample CodeV
  27506. 67763X
  27507. May 00^
  27508. #ostly
  27509. costsj
  27510. couldX
  27511. couldn't
  27512. othersu
  27513. otherwise
  27514. othmer
  27515. otioctl
  27516. otlifo
  27517. otrcv
  27518. otserverlimits
  27519. otstreamlogviewer
  27520. otstreamlogviewer
  27521. sample
  27522. developer
  27523. ottransferproviderow
  27524. ought
  27525. oughta
  27526. ouput
  27527. outdated
  27528. outline
  27529. outlined
  27530. outlinesR
  27531. outlining
  27532. outlookj
  27533. outperformj
  27534. output`
  27535. outputs
  27536. outsideu
  27537. outstanding
  27538. overB
  27539. - MacsBug 6.6s script
  27540. Dev.CD May 00 TC
  27541.  - Sample CodeV
  27542. 67681X
  27543. May 00^
  27544. r--set theItem to choose file -- uncomment to test in an AS editor
  27545.     tell application "Finder"
  27546.         open item "Dev.CD May 00 TC:Sample Code:"
  27547.         activate
  27548.     end tell
  27549. on error errMsg number errNum
  27550.     --enter statements to perform when no records are found such as...
  27551.     display dialog "Sorry, the item you selected could not be found."
  27552.     return
  27553. end try
  27554. e    No Changef
  27555. control key
  27556. key patch,q
  27557. Dev.CD May 00 TC
  27558. D!All Packages
  27559. Tool Chest Edition
  27560. ControlStrip TestIeSummary:  ControlStrip Test is a sample program that shows how to use some of the ControlStrip calls.J
  27561. Sample Code.imgK
  27562. Oct 96M
  27563. System 7O
  27564. Dev.CD May 00 TC:Sample Code:P
  27565. Dev.CD May 00 TC
  27566.  - Sample CodeV
  27567. 67682X
  27568. May 00^
  27569. 67588X
  27570. May 00^
  27571. --set theItem to choose file -- uncomment to test in an AS editor
  27572.     tell application "Finder"
  27573.         open item "Dev.CD May 00 TC:Tool Chest:Localization:Apple International Glossaries:"
  27574.         activate
  27575.     end tell
  27576. on error errMsg number errNum
  27577.     --enter statements to perform when no records are found such as...
  27578.     display dialog "Sorry, the item you selected could not be found."
  27579.     return
  27580. end try
  27581. e    No Changef
  27582. International
  27583. Glossariesq
  27584. Dev.CD May 00 TC
  27585. 4D!All Packages
  27586. Mac OS SDK Edition
  27587. Apple Location Manager
  27588. hApple Location Manager allows users to switch groups of settings all at the same time in one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  27589. Contains a new version of ALM (2.0.1) for developer use.
  27590. 67589X
  27591. 1e    No Change
  27592. putting
  27593. system
  27594. samples
  27595. system
  27596. tune-up
  27597. system
  27598. system
  27599. system
  27600. update
  27601. system
  27602. update
  27603. system
  27604. 7.5.5
  27605. update
  27606. system
  27607. enabler
  27608. system
  27609. enabler
  27610. system
  27611. enabler
  27612. centris/quadra
  27613. system
  27614. enabler
  27615. yellow
  27616. zanzibar
  27617. zaptcp
  27618. zones
  27619. plication "Finder"
  27620.         open item "Dev.CD Aug 96 TC"
  27621.         activate
  27622.     end tell
  27623. on error errMsg number errNum
  27624.     --enter statements to perform when no records are found such as...
  27625.     display dialog "Sorry, the item you selected could not be found."
  27626.     return
  27627. end try
  27628. This Disk Copy archive contains hundreds of code samples from the DTS sample code library, sorted by category.   Categories include: Communications Toolbox, Contributed, Devices and. Hardware, Files, Games, Graphics 2D, Graphics 3D, Help Systems, Human Interface Toolbox, Interapplication Comm, Java, Memory, Networking, Memory, Networking, OS Utilities, Overview, Platforms and Tools, Printing, Processes, QuickTime, Runtime Architecture, Sound and Text.
  27629. Windows sample code is also included B
  27630. in select categories. Samples are designed to work with CodeWarrior 2 or later and Universal Interfaces 3.2 unless otherwise noted.
  27631. Sample Code.imgK
  27632. Vol IVL
  27633. May 00M/Mac OS 8.1 or later. MPW, THINK C, CodeWarrior.N
  27634. Sample, Code, DTSO
  27635. Dev.CD May 00 TC:Sample Code:P
  27636. Dev.CD May 00 TC
  27637.  - Sample Code
  27638. Summary:  The AppleTalk Wide Area Developer
  27639. s Toolkit is intended for two kinds of Apple developers: router developers who wish to develop an AURP-speaking router that interoperates with the Apple Internet Router, and adev developers who wish to develop a network connection file for the Apple Internet Router.
  27640.  The AppleTalk Wide Area Developer
  27641. s Toolkit contains the following items:
  27642. AppleTalk Update-Based Routing Protocol: Enhanced AppleTalk Routing
  27643. --------------------------------------
  27644. -----------
  27645. This document is the protocol specification for the AppleTalk Update-based Routing Protocol (AURP), which provides wide area routing enhancements to the AppleTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  27646. Apple Internet Router: User-Interface Extensions to the adev File
  27647. ---------------------------------------------
  27648. This document provides information needed to support the new adev resource calls. (An ade
  27649. O9Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:PADev.CD May 00 TC
  27650.  - Tool Chest
  27651.  - Printing
  27652.  - LaserWriter 8.5.1GMV
  27653. 67869X
  27654. May 00^
  27655. --set theItem to choose file -- uncomment to test in an AS editor
  27656.     tell application "Finder"
  27657.         open item "Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:"
  27658.         activate
  27659.     end tell
  27660. on error errMsg number errNum
  27661.     --enter statements to perform when no records are found such as...
  27662.     display dialog "Sorry, the item you selected could not be found."
  27663.     return
  27664. end try
  27665. e    No Changef"LaserWriter 8 driver printer 8.5.1q
  27666. Dev.CD May 00 TC
  27667. D!All Packages
  27668. Tool Chest Edition
  27669. Leaks dcmdIkSummary: A dcmd for MacsBug or TMON that helps detect memory leaks. Heavily commented source code included.J
  27670. Memory Management.imgK
  27671. Vol XOBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  27672.  - Tool Chest
  27673.  - Testing & Debugging
  27674.  - Memory ManagementV
  27675. 67870X
  27676. May 00^
  27677. All Packages
  27678. All Packages
  27679. QuickDraw GXO
  27680. Dev.CD Jul 95P
  27681. Dev.CD Jul 9V
  27682. 68144X
  27683. Jul 95
  27684. b--set theItem to choose file -- uncomment to test in an AS editor
  27685.     tell application "Finder"
  27686.         open item "Dev.CD Jul 95"
  27687.         activate
  27688.     end tell
  27689. on error errMsg number errNum
  27690.     --enter statements to perform when no records are found such as...
  27691.     display dialog "Sorry, the item you selected could not be found."
  27692.     return
  27693. end try
  27694. All Packages
  27695. QuickDraw GXO
  27696. Dev.CD Jul 95P
  27697. Dev.CD Jul 9V
  27698. 68145X
  27699. Jul 95
  27700. b--set theItem to choose file -- uncomment to test in an AS editor
  27701.     tell application "Finder"
  27702.         open item "Dev.CD Jul 95"
  27703.         activate
  27704.     end tell
  27705. on error errMsg number errNum
  27706.     --enter statements to perform when no records are found such as...
  27707.     display dialog "Sorry, the item you selected could not be found."
  27708.     return
  27709. end try
  27710. All Packages
  27711. QuickDraw GXO)Dev.CD Jul 95
  27712. Dev.CD Apr 95
  27713. Dev.CD Jan 95V
  27714. 68146X
  27715. 67725X
  27716. Jun 00^    RL Disk 1
  27717. --set theItem to choose file -- uncomment to test in an AS editor
  27718.     tell application "Finder"
  27719.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:"
  27720.         activate
  27721.     end tell
  27722. on error errMsg number errNum
  27723.     --enter statements to perform when no records are found such as...
  27724.     display dialog "Sorry, the item you selected could not be found."
  27725.     return
  27726. end try
  27727. e    No Changeq
  27728. Dev.CD Jun 00 RL Disk 1
  27729. All Packages
  27730. develop Issue 26
  27731. 67726X
  27732. ou'll see a confirmation message when installation is complete. The Apple System Profiler will be placed in the Apple menu. To use ASP, open the Apple menu and choose Apple System Profiler.
  27733. J:Apple Sys Profiler 1.3.1 Info
  27734. Apple Sys Profiler 1.3.1.imgK
  27735. Jan 98M
  27736. System 7.5.2 or laterN
  27737. ASP, Profiler, Apple SystemOIDev.CD May 00 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:PQDev.CD May 00 TC
  27738.  - Tool Chest
  27739.  - Developer Utilities
  27740.  - Apple Sys Profiler 1.3.1y, the item you selected could not be found."
  27741.     return
  27742. end try
  27743. e    No Changeq
  27744. Dev.CD May 00 TC
  27745. ColorPicker 2.1.1 SDKI
  27746. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  27747. Features: No new features- only bug fixesJ
  27748. Color Picker SDK.sitK
  27749. Aug 97L
  27750. Jan 98N
  27751. Color Picker 2.1.1OADev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Apr 00 SDK1
  27752.  - Development Kits
  27753.  - Mac OS
  27754.  - ColorPicker 2.1.1 SDKV
  27755. 62735X
  27756. Apr 00^
  27757. SDK1X
  27758. Apr 00^
  27759. SDK1e    No Change
  27760. Dev.CD May 00 TC:Sample Code:P
  27761. Dev.CD May 00 TC
  27762.  - Sample CodeV
  27763. 67825X
  27764. May 00^
  27765. r--set theItem to choose file -- uncomment to test in an AS editor
  27766.     tell application "Finder"
  27767.         open item "Dev.CD May 00 TC:Sample Code:"
  27768.         activate
  27769.     end tell
  27770. on error errMsg number errNum
  27771.     --enter statements to perform when no records are found such as...
  27772.     display dialog "Sorry, the item you selected could not be found."
  27773.     return
  27774. end try
  27775. e    No Changef
  27776. QuickTime
  27777. Dev.CD May 00 TC
  27778. ImportExportI
  27779. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J
  27780. Sample Code.imgK
  27781. Feb 00
  27782. - Common
  27783.     - Sun Compliant Java Runtime Environment 1.1
  27784.     - QuickTime 3 
  27785.     - QTJava.zip
  27786.     - QTJava media samples
  27787. - Mac OS:
  27788.     - System 8 or later
  27789.     - Macintosh Runtime for Java (MRJ) 2.1
  27790. - Windows 95, 98, or NT::
  27791.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27792. Inc. recommended
  27793. apple
  27794. event
  27795. xcmds
  27796. 1.0b3
  27797. apple
  27798. event
  27799. xcmds
  27800. apple
  27801. event
  27802. xcmds
  27803. apple
  27804. sprockets
  27805. apple
  27806. grayscale
  27807. appearance
  27808. apple
  27809. guide
  27810. 2.1.1p
  27811. apple
  27812. guide
  27813. 2.1.1
  27814. firstp
  27815. apple
  27816. apple
  27817. international
  27818. glossar
  27819. apple
  27820. apple
  27821. standardsivate
  27822.     end tell
  27823. on error errMsg number errNum
  27824.     --enter statements to perform when no records are found such as...
  27825.     display dialog "Sorry, the item you selected could not be found."
  27826.     return
  27827. end try
  27828. All Packages
  27829. System Enabler 088 (AVs)O
  27830. Dev.CD Apr 94
  27831. Dev.CD Jan 94P
  27832. Dev.CD Apr 94
  27833. Dev.CD Jan 9V
  27834. 67329X
  27835. Apr 94
  27836. p--set theItem to choose file -- uncomment to test in an AS editor
  27837.     tell application "Finder"
  27838.         open item "Dev.CD Apr 94
  27839. Dev.CD Jan 94"
  27840.         activate
  27841.     end tell
  27842. on error errMsg number errNum
  27843.     --enter statements to perform when no records are found such as...
  27844.     display dialog "Sorry, the item you selected could not be found."
  27845.     return
  27846. end try
  27847. JkAbout ScriptX
  27848. Code Samples:
  27849. Documentation:
  27850. readme_1.5.1.txt
  27851. ScriptX Platforms:
  27852. ScriptX Post 1.5 DifferencesK
  27853. Apr 96L
  27854. Jul 96O5Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:P:Dev.CD Apr 98 SDK2
  27855.  - Development Kits (Disc 2)
  27856.  - ScriptXl
  27857. sphere
  27858. sample
  27859. virtual
  27860. tools
  27861. bit-depth
  27862. explnd
  27863. please
  27864. vu3.0.1d3B
  27865. vu3.0.1d3
  27866. vumeters
  27867. lltowalldialog
  27868. walltowalldialog
  27869. walltowalldialog
  27870. registration
  27871. animation
  27872. guide
  27873. webobjects
  27874. webobjects
  27875. database
  27876. webobjects
  27877. database
  27878. webobjects
  27879. webobjects
  27880. memory
  27881. webobjects
  27882. tools
  27883. techniques
  27884. webobjects36
  27885. webobjects36
  27886. PFDev.CD May 00 TC
  27887.  - Tool Chest
  27888.  - Testing & Debugging
  27889.  - General toolsing Open Transport
  27890. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  27891. Inside Macintosh: Open Transport
  27892. Sample Code.imgK
  27893. Nov 97L
  27894. Jun 98M
  27895. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  27896. Dev.CD May 00 TC:Sample Code:P
  27897. Dev.CD May 00 TC
  27898.  - Sample CodeV
  27899. 66639X
  27900. May 00^
  27901. r--set theItem to choose file -- uncomment to test in an AS editor
  27902.     tell application "Finder"
  27903.         open item "Dev.CD May 00 TC:Sample Code:"
  27904.         activate
  27905.     end tell
  27906. on error errMsg number errNum
  27907.     --enter statements to perform when no records are found such as...
  27908.     display dialog "Sorry, the item you selected could not be found."
  27909.     return
  27910. end try
  27911. e    No Change Links
  27912. Part II PDF Links
  27913. Part III PDF Links
  27914. sound filesK
  27915. Jan 98d
  27916. All Packages
  27917. System Enabler 003 (LC III)OEDev.CD Apr 94
  27918. Dev.CD Jan 94
  27919. Dev.CD Oct 93
  27920. Dev.CD Jul 93
  27921. Dev.CD Apr 93PDDev.CD Apr 94
  27922. Dev.CD Jan 94
  27923. Dev.CD Oct 93
  27924. Dev.CD Jul 93
  27925. Dev.CD Apr 9V
  27926. 68482X
  27927. Apr 94
  27928. --set theItem to choose file -- uncomment to test in an AS editor
  27929.     tell application "Finder"
  27930.         open item "Dev.CD Apr 94
  27931. Dev.CD Jan 94
  27932. Dev.CD Oct 93
  27933. Dev.CD Jul 93
  27934. Dev.CD Apr 93"
  27935.         activate
  27936.     end tell
  27937. on error errMsg number errNum
  27938.     --enter statements to perform when no records are found such as...
  27939.     display dialog "Sorry, the item you selected could not be found."
  27940.     return
  27941. end try
  27942. All Packages
  27943. System Enabler 003 (LC III)OEDev.CD Apr 94
  27944. Dev.CD Jan 94
  27945. Dev.CD Oct 93
  27946. Dev.CD Jul 93
  27947. Dev.CD Apr 93PDDev.CD Apr 94
  27948. Dev.CD Jan 94
  27949. Dev.CD Oct 93
  27950. Dev.CD Jul 93
  27951. Dev.CD Apr 9V
  27952. 68483X
  27953. Apr 94
  27954. oduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  27955. Vol IIIL
  27956. Jun 95
  27957. imagine
  27958. imaging[
  27959. immediate
  27960. impacts
  27961. implement
  27962. implementation
  27963. implementations
  27964. implemented
  27965. implementing
  27966. implements
  27967. implications
  27968. implimentation
  27969. implimenting
  27970. implmenetation
  27971. implmentations
  27972. 5 different times for guide files.  This is now a single search and is much faster. Any guide file information found is cached for performance.
  27973. JbApple Guide 2.1.1
  27974. Apple Guide 2.1.1 Read Me First
  27975. Authoring
  27976. Engineering
  27977. Goodies
  27978. Japanese ResourcesK
  27979. Dec 95L
  27980. Jul 97M
  27981. MacOS 7.0 or greater.O7Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Guide:l to 
  27982. fcode
  27983. tokenizer
  27984. board
  27985. fcode
  27986. driver
  27987. development
  27988. revised
  27989. new/updated
  27990. newccursor
  27991. newer
  27992. newfolder
  27993. newgworld
  27994. newly
  27995. newsi
  27996. newsgroup
  27997. newsgroups
  27998. ded.ce code included.
  27999. p--set theItem to choose file -- uncomment to test in an AS editor
  28000.     tell application "Finder"
  28001.         open item "Dev.CD Apr 94
  28002. Dev.CD Jan 94"
  28003.         activate
  28004.     end tell
  28005. on error errMsg number errNum
  28006.     --enter statements to perform when no records are found such as...
  28007.     display dialog "Sorry, the item you selected could not be found."
  28008.     return
  28009. end try
  28010.  the item you selected could not be found."
  28011.     return
  28012. end try
  28013. Deletedq
  28014. Dev.CD Nov 99 TC
  28015. XD!All Packages
  28016. Tool Chest Edition
  28017. Audit app & dcmd
  28018. Summary:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  28019. The DisplayAudit application may be used to follow the execution of a program being audited.  It can display auditing from several sources, and allows logging the audited data to a text file.
  28020. General tools.imgK
  28021. Feb 94N
  28022. testing, debugging
  28023. program
  28024. shows
  28025. create
  28026. program
  28027. shows
  28028. customise
  28029. control
  28030. program
  28031. shows
  28032. define
  28033. mouseresponders
  28034. program
  28035. shows
  28036. display
  28037. quicktime
  28038. movie
  28039. program
  28040. shows
  28041. display
  28042. quicktime
  28043. content
  28044. program
  28045. shows
  28046. display
  28047. quicktime
  28048. drawing
  28049. program
  28050. shows
  28051. export
  28052. movie
  28053. using
  28054. construction
  28055. composited
  28056. program
  28057. shows
  28058. usage
  28059. graphicsimporter
  28060. developer
  28061. provides
  28062. technical
  28063. information
  28064. about
  28065. development
  28066. information
  28067. document
  28068. lists
  28069. selectors
  28070. known
  28071. creator
  28072. document
  28073. provides
  28074. preliminary
  28075. information
  28076. about
  28077. folder
  28078. contains
  28079. example
  28080. illustrating
  28081. folder
  28082. contains
  28083. apple
  28084. source
  28085. dialog box that appears.
  28086. Note: QuickTime Conferencing supports Apple built-in video.  Apple cannot guarantee compatibility with third-party video input cards. 
  28087. A Note Regarding Interoperability
  28088. QuickTime Conferencing is the foundation for a broad range of Apple and third-party video and document conferencing solutions.
  28089. QuickTime Conferencing supports open standards for interoperability, so developers can use it to create software that works with a variety of network transports, compres
  28090. =sion technologies, and media devices (cameras, microphones, and so forth). QuickTime Conferencing provides consistent standards that encourage software developers to create application programs that look and act the same from a user
  28091. s point of view, regardless of the computer, network service, or devices being used.
  28092. Install QuickTime Conferencing
  28093. Marketing Stuff
  28094. Programming Stuff
  28095. QTC Technical Backgrounder
  28096. QuickTime Conf. - Read Me First
  28097. Using QuickTime ConferencingK
  28098. Apr 96
  28099. Summary: This is the electronic version of develop magazine.
  28100.  Issue 18 highlights:
  28101. Giving Users Help With Apple Guide  by John Powers.  Learn how to integrate this powerful new help system into your application, to provide users with context-sensitive help and interactively guide them through common tasks.
  28102. Programming for Flexibility: The Open Scripting Architecture  by Paul G. Smith.  All about the ability to attach and run scripts as a way of customizing applications. 
  28103. Exploiting Gr
  28104. aphics Speed on the Power Macintosh  by Konstantin Othmer, Shannon Holland, and Brian Cox.  A strategy for ensuring that users benefit from the improved performance of QuickDraw on the PowerPC platform.
  28105. Displaying Hierarchical Lists  by Martin Minow.  Here
  28106. s how to provide a user-controlled display mechanism for hierarchical data, much like the triangular buttons used for displaying files and folders in the Finder.
  28107. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  28108. System Enabler 065 (LC 575)O
  28109. Dev.CD Apr 94
  28110. Dev.CD Jan 94P
  28111. Dev.CD Apr 94
  28112. Dev.CD Jan 9V
  28113. 68535W
  28114. licensesj
  28115. licensingb
  28116. light
  28117. light-weight
  28118. lightening
  28119. lighter
  28120. lights
  28121. likelyo
  28122. liking
  28123. limit
  28124. limitations
  28125. limitedh
  28126. lindenberg
  28127. linear
  28128. lines
  28129. linguistically
  28130. linkg
  28131. linked
  28132. linkers
  28133. linkingA
  28134. links[
  28135. linton
  28136. lipton
  28137.  required DrawSprock
  28138. All Packages
  28139. System UpdateO
  28140. Dev.CD Oct 94P
  28141. Dev.CD Oct 9V
  28142. 68683X
  28143. Oct 94
  28144. b--set theItem to choose file -- uncomment to test in an AS editor
  28145.     tell application "Finder"
  28146.         open item "Dev.CD Oct 94"
  28147.         activate
  28148.     end tell
  28149. on error errMsg number errNum
  28150.     --enter statements to perform when no records are found such as...
  28151.     display dialog "Sorry, the item you selected could not be found."
  28152.     return
  28153. end try
  28154. All Packages
  28155. System UpdateO
  28156. Dev.CD Oct 94
  28157. Dev.CD Jul 94P
  28158. Dev.CD Oct 94
  28159. Dev.CD Jul 9V
  28160. 68684X
  28161. Oct 94
  28162. p--set theItem to choose file -- uncomment to test in an AS editor
  28163.     tell application "Finder"
  28164.         open item "Dev.CD Oct 94
  28165. Dev.CD Jul 94"
  28166.         activate
  28167.     end tell
  28168. on error errMsg number errNum
  28169.     --enter statements to perform when no records are found such as...
  28170.     display dialog "Sorry, the item you selected could not be found."
  28171.     return
  28172. end try
  28173. All Packages
  28174. System UpdateV
  28175. 68685X
  28176. Summary:  Three samples involving Standard File dialogs.
  28177. NOTE: StandardGetFolder replaces CustomGetFile
  28178.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  28179. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  28180. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  28181. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  28182. our operat
  28183. Apr 00L
  28184. Apr 00
  28185. A@Mac OS 8 or later.  68020 or better.  Mac OS X is not supported.
  28186. N'MacApp, Framework, Object-oriented, C++O0Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:P8Dev.CD Apr 00 SDK1
  28187.  - What's New
  28188.  - Tool Chest
  28189.  - MacAppV
  28190. 67890X
  28191. Apr 00^
  28192. --set theItem to choose file -- uncomment to test in an AS editor
  28193.     tell application "Finder"
  28194.         open item "Dev.CD Apr 00 SDK1:What's New:Tool Chest:MacApp:"
  28195.         activate
  28196.     end tell
  28197. on error errMsg number errNum
  28198.     --enter statements to perform when no records are found such as...
  28199.     display dialog "Sorry, the item you selected could not be found."
  28200.     return
  28201. end try
  28202. e    No Changef$MacApp
  28203. Framework
  28204. Object-oriented
  28205. /A(http://developer.apple.com/tools/macapp/
  28206. Dev.CD Apr 00 SDK1
  28207. D!All Packages
  28208. Tool Chest Edition
  28209. MacApp R14d1
  28210. 66607X
  28211. May 00^
  28212. #vies.
  28213. pop-up
  28214. popularj
  28215. populateh
  28216. popuph
  28217. popupcdef
  28218. popupfuncs
  28219. popupmenuselect
  28220. popupmenuselectwithc
  28221. portability
  28222. portable
  28223. ported
  28224. porting
  28225. porting
  28226. objective-c
  28227. theresa
  28228. tensor
  28229. informa
  28230. portion
  28231. portions
  28232. portraitj
  28233. ports
  28234. position
  28235. positioning
  28236. positions
  28237. possibilities
  28238. possibility
  28239. possiblep
  28240. possibly
  28241. postal
  28242. poster
  28243. posting
  28244. posts
  28245. postscript
  28246. postscripthandle
  28247. postscripthandledemo
  28248. potential
  28249. potentially
  28250. pottier
  28251. Summary:  Have you ever noticed that there isn't an effective way to transfer color information from one program to another without resorting to writing down the actual values of a color and then typing them back in where you want them?  It's annoying to say the least.  Especially if you want to move or keep track of a number of colors.  Also, if the information could be moved from one application to another, programs could work together better and in a more integrated fashion.
  28252. At least t
  28253. hat's what we figured.  Mark is the author of ColorSieve, a popular freeware utility that helps C, Pascal, and HTML programmers look at and manipulate color information.  Patrick is the author of WebColor, a popular sharware application that helps HTML authors create web pages with custom colors defined for the background as well as the various types of links (as well as other neat features).  We felt that our programs could work together really well if they could communicate the color inf
  28254. Sample Code.imgK
  28255. Nov 94
  28256. navigable
  28257. navigable
  28258. movies
  28259. pan/tilt
  28260. movies
  28261. virtual
  28262. navigation
  28263. navigation
  28264. nbplookup
  28265. needs
  28266. neighborhood
  28267. netsprocket
  28268. netsprocket
  28269. networking
  28270. multi-player
  28271. internet
  28272. appleta
  28273. netstat
  28274. netware
  28275. networkQ
  28276. network
  28277. setup
  28278. configuration
  28279. appletalk
  28280. tcp/ip
  28281. network
  28282. setup
  28283. network
  28284. preferences
  28285. networking
  28286. newgworld
  28287. newsi
  28288. no-copy
  28289. ditor
  28290.     tell application "Finder"
  28291.         open item "Dev.CD Jul 95"
  28292.         activate
  28293.     end tell
  28294. on error errMsg number errNum
  28295.     --enter statements to perform when no records are found such as...
  28296.     display dialog "Sorry, the item you selected could not be found."
  28297.     return
  28298. end try
  28299. All Packages
  28300. PPC EnablerO
  28301. Dev.CD Jul 95P
  28302. Dev.CD Jul 9V
  28303. 65600X
  28304. Jul 95
  28305. collecting
  28306. collectionb
  28307. collection
  28308. inside
  28309. macintosh
  28310. books
  28311. related
  28312. programming
  28313. collection
  28314. developer
  28315. documentation
  28316. collection
  28317. documentation
  28318. developer
  28319. notes
  28320. collections
  28321. collectionservices
  28322. collectpictcolors
  28323. collects
  28324. collyer
  28325. color[
  28326. ns that support Apple Events and the Object Model.
  28327. 7Edit is a simple text editor that is recordable and scriptable. It includes sample C and Pascal code demonstrating how to develop a recordable, scriptable application using Apple events, the Object Model, and AppleScript. Supports the Core and Text suite of events.
  28328. 7Edit 3.1
  28329. CoreSample 1.1K
  28330. May 92L
  28331. May 94nge
  28332. All Packages
  28333. PowerTalk (PPC)O
  28334. Dev.CD Oct 94P
  28335. Dev.CD Oct 9V
  28336. 68060X
  28337. Oct 94
  28338. b--set theItem to choose file -- uncomment to test in an AS editor
  28339.     tell application "Finder"
  28340.         open item "Dev.CD Oct 94"
  28341.         activate
  28342.     end tell
  28343. on error errMsg number errNum
  28344.     --enter statements to perform when no records are found such as...
  28345.     display dialog "Sorry, the item you selected could not be found."
  28346.     return
  28347. end try
  28348. All Packages
  28349. PPC EnablerO
  28350. Dev.CD Jul 95P
  28351. Dev.CD Jul 9V
  28352. 68061X
  28353. Jul 95
  28354. b--set theItem to choose file -- uncomment to test in an AS editor
  28355.     tell application "Finder"
  28356.         open item "Dev.CD Jul 95"
  28357.         activate
  28358.     end tell
  28359. on error errMsg number errNum
  28360.     --enter statements to perform when no records are found such as...
  28361.     display dialog "Sorry, the item you selected could not be found."
  28362.     return
  28363. end try
  28364. All Packages
  28365. PPC EnablerO
  28366. Dev.CD Jul 95P
  28367. Dev.CD Jul 9V
  28368. 68062X
  28369. Jul 95
  28370. 66363
  28371. r13u5
  28372. r14d1
  28373. r14d5
  28374. ramdisk
  28375. ramdisk
  28376. 1.4d5
  28377. starter
  28378. samples
  28379. tures: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  28380. AE Coercion INIT
  28381. AEGizmos 1.4.2
  28382. Aete Editor Stack 1.0b3
  28383. AETracker 3.0
  28384. AutoGuest
  28385. FKEYs
  28386. Macsbug Resources
  28387. OSL + Debug Hack 1.0b1
  28388. ResEdit 'aete' Editor 1.0b4
  28389. ResEdit 'scpt' Editor
  28390. SendAE MPW Tool 1.1
  28391. SendAE Test Tool 0.3
  28392. SignatureToApp 1.1
  28393. Tools
  28394. Read MeK
  28395. May 92L
  28396. May 95M.System 7.0 is required with the AEM extension.N
  28397. AE, Apple Events, AppleEventsODDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:PLDev.CD May 00 TC
  28398.  - Tool Chest
  28399.  - Interapplication Communication
  28400.  - AE Tools
  28401. full scriptability and to direct manipulation through Apple events. Here
  28402. s how to talk to the Scriptable Finder from your application.
  28403. NetWare Development on PowerPC  by Jamie Osborne.  With NetWare now on the Power Macintosh, you may want to write your network products to use it. This introduction to the NetWare environment includes a simple sample module.
  28404. Somewhere in QuickTime:  Supporting Text Tracks in Your Application  by Nick Thompson.  How to support text tracks in your applicati
  28405. on, allowing both searching and editing.
  28406. Graphical Truffles:  A Space-Saving PICT Trick  by Guillermo A. Ortiz and Dave Johnson.  If you
  28407. re storing a large set of pictures with the same colors, here
  28408. s a neat trick to reduce its size.
  28409. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  28410. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  28411. PIDev.CD Dec 99 RL Disk 1
  28412.  - Technical Documentation
  28413.  - ABS Technical NotesV
  28414. 67556X
  28415. Dec 99^    RL Disk 1
  28416. --set theItem to choose file -- uncomment to test in an AS editor
  28417.     tell application "Finder"
  28418.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  28419.         activate
  28420.     end tell
  28421. on error errMsg number errNum
  28422.     --enter statements to perform when no records are found such as...
  28423.     display dialog "Sorry, the item you selected could not be found."
  28424.     return
  28425. end try
  28426. Deletedf-ESD
  28427. AppleSearch
  28428. AppleShare
  28429. IP Gatewayq
  28430. Dev.CD Dec 99 RL Disk 1
  28431. D!All Packages
  28432. Tool Chest Edition
  28433. ADB Analyzer 1.0D6
  28434.     em, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  28435. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  28436. A list of client (word processor) and server (spelling a
  28437. pcted conditions. But C programmers can take advantage of them as well, since C is (mostly) a subset of C++.
  28438. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  28439. JBdevelop Issue 25
  28440. develop Issue 25 code
  28441. develop Issue 25 referencesK
  28442. Mar 96L
  28443. Mar 96OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Jun 00 RL Disk 1
  28444.  - Technical Documentation
  28445.  - Develop
  28446.  - develop Issue 25    display dialog "Sorry, the item you selected could not be found."
  28447.     return
  28448. end try
  28449. Deletedq
  28450. Dev.CD Nov 99 TC
  28451. zD!All Packages
  28452. Tool Chest Edition
  28453. Robix & sources
  28454.     0/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  28455. debuggingV
  28456. debugging
  28457. optimized
  28458. debugs
  28459. debugstr
  28460. decemberR
  28461. december
  28462. apple
  28463. directions
  28464. articlesj
  28465. decide
  28466. decks
  28467. declaration
  28468. declartion
  28469. decodes
  28470. decoding
  28471. decompiling
  28472. decomposed
  28473. decompress
  28474. decompressionP
  28475. deedsj
  28476. deepest
  28477. deepscreen
  28478. defaulto
  28479. defect
  28480. define
  28481. defined
  28482. defines
  28483. definingf
  28484. designer
  28485. designing
  28486. desktop
  28487. detailedv
  28488. detailsQ
  28489. detect
  28490. detecting
  28491. detectorh
  28492. detectorsh
  28493. detects
  28494. determination
  28495. determine
  28496. creates
  28497. creatingN
  28498. crimes
  28499. critical
  28500. critically
  28501. cross-industry
  28502. cross-platformj
  28503. crucial
  28504. cryptic
  28505. cryptographic
  28506. culturej
  28507. curbow
  28508. curious
  28509. current
  28510. current
  28511. release
  28512. mactcp
  28513. v2.0.6
  28514. mactcp
  28515. admin
  28516. v2.0.6
  28517. currently
  28518. cursive
  28519. cursor
  28520. cursors
  28521. curves
  28522. customo
  28523. customchoose
  28524. customenabler
  28525. customersj
  28526. customise
  28527. customizable
  28528. customization
  28529. customize
  28530. customizing
  28531. cutting
  28532. cvtccomments
  28533. cyberdog
  28534. cycle
  28535. cycles
  28536. transitions
  28537. themeso
  28538. translation
  28539. translation
  28540. extensions
  28541. translator
  28542. translator
  28543. examples
  28544. translators
  28545. transport
  28546. transports
  28547. uk/eire
  28548. distributors/localiz
  28549. underm
  28550. unicodeutilities
  28551. unicodeutilities
  28552. unmountprojector
  28553. unwrapcommenttext
  28554. update
  28555. updatedo
  28556. updated
  28557. documentation
  28558. updated
  28559. grayscale
  28560. appearanceo
  28561. updates
  28562. upgrader
  28563. upgrader
  28564. 1.2.3
  28565. engines
  28566. upgrading
  28567. upgrading
  28568. bbedit
  28569. driver
  28570. software
  28571. locator
  28572. useful
  28573. useful
  28574. addmenu
  28575. script
  28576. user's
  28577. usersy
  28578. userstartup
  28579. userstartup
  28580. goodies
  28581. using
  28582. utilities
  28583. utility
  28584. v1.5.3
  28585. validator
  28586. validator
  28587. validator
  28588. documentation
  28589. validator
  28590. documentation
  28591. variable
  28592. variables
  28593. 67610X
  28594. Apr 98^
  28595. --set theItem to choose file -- uncomment to test in an AS editor
  28596.     tell application "Finder"
  28597.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk Wide Area:"
  28598.         activate
  28599.     end tell
  28600. on error errMsg number errNum
  28601.     --enter statements to perform when no records are found such as...
  28602.     display dialog "Sorry, the item you selected could not be found."
  28603.     return
  28604. end try
  28605. e    No Changef(AppleTalk Wide Area
  28606. Router
  28607. Internetq
  28608. Dev.CD Apr 98 SDK1
  28609. JD!All Packages
  28610. Tool Chest Edition
  28611. AppsToGo
  28612. Summary:  AppsToGo is a development framework for Mac development that supports a variety of development platforms, including  MPW, THINK, and CodeWarrior.  AppsToGo sports very strong prototyping, along with robust application support.
  28613. Issues:  Free -- use at own risk
  28614. Sample Code.imgK
  28615. May 93L
  28616. Nov 94M
  28617. Development-caliber Mac.:Sample Code:V
  28618. 67611X
  28619. Moved
  28620. e    No Changef
  28621. QuickDraw GX
  28622. GXGraphics 1.1.6
  28623. timers
  28624. ry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  28625. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  28626. - SetupGL provides the function BuildGLFromWindow a
  28627. nd DestroyGLFromWindow to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  28628. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  28629. - PreflightGL checks for existence of OpenGL and if required DrawSprock
  28630. 67711X
  28631. Sep 96^
  28632. --set theItem to choose file -- uncomment to test in an AS editor
  28633.     tell application "Finder"
  28634.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 12:"
  28635.         activate
  28636.     end tell
  28637. on error errMsg number errNum
  28638.     --enter statements to perform when no records are found such as...
  28639.     display dialog "Sorry, the item you selected could not be found."
  28640.     return
  28641. end try
  28642. Deletedq
  28643. Dev.CD Sep 96 RL
  28644. /D(All Packages
  28645. Reference Library Edition
  28646. develop Issue 13
  28647.      tablet like setting, or one which makes the mouse extremely sensitive to movement.  Set the define NOACCLCURVE to the desired value.  A discussion of the acceleration resource is provided in the Space Aliens ADB Tech Note.
  28648. Once the new values are set, the program makes the CursorDeviceSetAcceleration call, to have the Cursor Device Manager calculate the new acceleration curves to be used by the cursor draw routine.  After waving the mouse around to see 
  28649. OGDev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Parser 5.0.7:PRDev.CD May 00 TC
  28650.  - Tool Chest
  28651.  - Devices
  28652.  - Apple Desktop Bus
  28653.  - ADB Parser 5.0.7V
  28654. 67559X
  28655. May 00^
  28656. --set theItem to choose file -- uncomment to test in an AS editor
  28657.     tell application "Finder"
  28658.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Parser 5.0.7:"
  28659.         activate
  28660.     end tell
  28661. on error errMsg number errNum
  28662.     --enter statements to perform when no records are found such as...
  28663.     display dialog "Sorry, the item you selected could not be found."
  28664.     return
  28665. end try
  28666. e    No Changeq
  28667. Dev.CD May 00 TC
  28668. D!All Packages
  28669. Tool Chest Edition
  28670. ADBReInit 1.0I
  28671. Summary: This Extension patches a bug in system software which can cause the PowerBook 140/170 and the Quadras to crash when _ADBReInit is called.J+ADBReInit
  28672. ADBReInit Note
  28673. ADBReInit Note.txtK
  28674. Sep 92:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:V
  28675. 67560X
  28676. 1e    No Change
  28677. ou, the programmer, not end users -
  28678. The complete ColorSync
  28679.  3.0 SDK for Mac developers. It includes the following:
  28680. Interfaces & Link Libraries
  28681. Documentation
  28682. Sample Code
  28683. Goodies
  28684. ColorSync
  28685.  3.0 is the latest version of Apple Computer's color management architecture for the Mac OS. For more information visit the ColorSync website at http://www.apple.com/colorsync.
  28686. What's New in ColorSync
  28687.       - Device Profiles and Document Profiles
  28688.       - ColorSync Workflows
  28689.       - Apple CMM
  28690.       - Calibration Assistant Expert mode
  28691.       - Profile path balloons
  28692.       - Profile descriptions in double byte languages
  28693.       - Profile First Aid
  28694. ColorSync Features
  28695.       - AppleScript support
  28696.       - JPEG and GIF support
  28697.       - Profile Cache File
  28698.       - Profiles Folder Location and Subfolders
  28699.       - Photoshop Plug-ins
  28700.       - Multiprocessing support
  28701.       - support for 16 bits per channel images
  28702.       - What gets installed with ColorSync
  28703. Mar 93L
  28704. Dec 99d could not be found."
  28705.     return
  28706. end try
  28707. B-British:
  28708. BR-BrazilianPortuguese:
  28709. C-French Canadian:
  28710. CH-Simplified Chinese:
  28711. D-German:
  28712. DK-Danish:
  28713. Dutch:
  28714. E-Spanish:
  28715. F-French:
  28716. H-Norwegian:
  28717. Japanese:
  28718. K-Finnish:
  28719. KH-HangulKorean:
  28720. N-Dutch:
  28721. PO-Portuguese:
  28722. S-Swedish:
  28723. T-Italian:
  28724. TA-TradChinese:K
  28725. Apr 93L
  28726. Jul 98M
  28727. Requires a Mac OS
  28728. based computer with a 68040 or PowerPC processor (excludes 68030-based systems with 68040 processor upgrade card). At least 12MB of physical RAM with Virtual Memory set to at least 20MBN
  28729. OS 8, 8.1, Update,  ImageO@Dev.CD Jul 98 SSW/SDK:System Software:Worldwide System Software:PEDev.CD Jul 98 SSW/SDK
  28730.  - System Software
  28731.  - Worldwide System SoftwareV
  28732. 68764X
  28733. Jul 98^
  28734. SSW/SDK
  28735. e    No Change
  28736. cessor
  28737. multitasking
  28738. multitasking
  28739. multiprocessing
  28740. :Display & Video Hardware:Display Card 4
  28741. 8PYDev.CD Nov 99 TC
  28742.  - Tool Chest
  28743.  - Hardware
  28744.  - Display & Video Hardware
  28745.  - Display Card 4
  28746. 64048X
  28747. Nov 99^
  28748. #ay dialog "Sorry, the item you selected could not be found."
  28749.     return
  28750. end try
  28751. 67858X
  28752. Jan 99^
  28753. --set theItem to choose file -- uncomment to test in an AS editor
  28754.     tell application "Finder"
  28755.         open item "Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:"
  28756.         activate
  28757.     end tell
  28758. on error errMsg number errNum
  28759.     --enter statements to perform when no records are found such as...
  28760.     display dialog "Sorry, the item you selected could not be found."
  28761.     return
  28762. end try
  28763. Deletedf-keychain
  28764. password storage
  28765. passphrase
  28766. passwordq
  28767. Dev.CD Jan 99 SDK1
  28768. D!All Packages
  28769. Tool Chest Edition
  28770. KibitzI
  28771. Summary: Sample network chess application.
  28772. Features: Allows two users to play chess over the network via Apple Events.  Robust 7.0 sample application.
  28773. MPW 3.2, System 7
  28774. This package is System 7.0 compatible.J
  28775. Sample Code.imgK
  28776. Jan 92O
  28777. Dev.CD May 00 TC:Sample Code:P
  28778. Dev.CD May 00 TC
  28779.  - Sample CodeV
  28780. 67859X
  28781. May 00^
  28782. #h Note
  28783. Universal Interfaces:
  28784. ZapTCP 1.1:K
  28785. Aug 93nge
  28786. 1cursor draw routine.  After waving the mouse around to see 
  28787. Summary: This folder contains the VU Assist C++ tool to increase Virtual User compatibility with MacApp applications.
  28788. Features: There is a different tool for MacApp 2.0.1 and MacApp 3.0.J
  28789. Virtual User tools.imgK
  28790. Aug 92L
  28791. Nov/Dec 92MiMPW 3.2, MacApp 2.0.1 or 3.0 application, Virtual User Host and target, VU Agent installed on Target CPU.N
  28792. VU, Virtual UserOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  28793.  - Tool Chest
  28794.  - Testing & Debugging
  28795.  - Virtual User toolsV
  28796. 68741X
  28797. May 00^
  28798. --set theItem to choose file -- uncomment to test in an AS editor
  28799.     tell application "Finder"
  28800.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  28801.         activate
  28802.     end tell
  28803. on error errMsg number errNum
  28804.     --enter statements to perform when no records are found such as...
  28805.     display dialog "Sorry, the item you selected could not be found."
  28806.     return
  28807. end try
  28808. e    No Changef
  28809. Virtual Userq
  28810. Dev.CD May 00 TC
  28811. 67811X
  28812. May 00^
  28813. --set theItem to choose file -- uncomment to test in an AS editor
  28814.     tell application "Finder"
  28815.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  28816.         activate
  28817.     end tell
  28818. on error errMsg number errNum
  28819.     --enter statements to perform when no records are found such as...
  28820.     display dialog "Sorry, the item you selected could not be found."
  28821.     return
  28822. end try
  28823. e    No Changeq
  28824. Dev.CD May 00 TC
  28825. D!All Packages
  28826. Tool Chest Edition
  28827. HotSauce (Project X)
  28828.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  28829.         activate
  28830.     end tell
  28831. on error errMsg number errNum
  28832.     --enter statements to perform when no records are found such as...
  28833.     display dialog "Sorry, the item you selected could not be found."
  28834.     return
  28835. end try
  28836. e    No Changeq
  28837. Dev.CD May 00 TC
  28838. +D!All Packages
  28839. Tool Chest Edition
  28840. Object Pascal to C++ Tipssetting fDepthMust and fSizeMust to false on ent
  28841. All Packages
  28842. Arabic Language KitO
  28843. Dev.CD May 97 TCP
  28844. Dev.CD May 97 TV
  28845. 67615X
  28846. May 97
  28847. e--set theItem to choose file -- uncomment to test in an AS editor
  28848.     tell application "Finder"
  28849.         open item "Dev.CD May 97 TC"
  28850.         activate
  28851.     end tell
  28852. on error errMsg number errNum
  28853.     --enter statements to perform when no records are found such as...
  28854.     display dialog "Sorry, the item you selected could not be found."
  28855.     return
  28856. end try
  28857. OD!All Packages
  28858. Tool Chest Edition
  28859. Arabic Language Kit v1.0.1
  28860. :Summary: The Arabic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Arabic on the Macintosh
  28861.  and other computers using the Mac
  28862.  OS.   See the document "Arabic Read Me First" or "Lisez-moi (Arabe)" for details and installation instructions. 
  28863. JDInstall 1, English
  28864. Install 1, Fran
  28865. Install 2
  28866. Install 3
  28867. Install 4K
  28868. May 96L
  28869. Aug 96nge
  28870.  be found."
  28871.     return
  28872. end try
  28873. 67818X
  28874. Jun 00^    RL Disk 1
  28875. --set theItem to choose file -- uncomment to test in an AS editor
  28876.     tell application "Finder"
  28877.         open item "Dev.CD Jun 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:"
  28878.         activate
  28879.     end tell
  28880. on error errMsg number errNum
  28881.     --enter statements to perform when no records are found such as...
  28882.     display dialog "Sorry, the item you selected could not be found."
  28883.     return
  28884. end try
  28885. e    No Changef
  28886. HyperCard
  28887. updateq
  28888. Dev.CD Jun 00 RL Disk 1
  28889. D!All Packages
  28890. Tool Chest Edition
  28891. HyperCard Instance Variables
  28892.     re basic guidelines to help
  28893. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  28894. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  28895. s the right way.
  28896. ACCORDING TO SCRIPT: User Interactions in Apple Event
  28897. Driven Applications 
  28898. How and when to interact with the user in response to Apple Events can be tricky, but there
  28899. s a method t
  28900. 67916X
  28901. May 00^
  28902. --set theItem to choose file -- uncomment to test in an AS editor
  28903.     tell application "Finder"
  28904.         open item "Dev.CD May 00 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:"
  28905.         activate
  28906.     end tell
  28907. on error errMsg number errNum
  28908.     --enter statements to perform when no records are found such as...
  28909.     display dialog "Sorry, the item you selected could not be found."
  28910.     return
  28911. end try
  28912. e    No Changeq
  28913. Dev.CD May 00 TC
  28914. D!All Packages
  28915. Tool Chest Edition
  28916. MemHellIqMemory stress too.   Update to previous version.
  28917. Fixes and ehancements to 1.0a5.  Works with QT 4.0 and Mac OS 9J
  28918. MemHell
  28919. MemHell 1.0a6 ReadMeK
  28920. Dec 93L
  28921. Dec 99M
  28922. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO8Dev.CD May 00 TC:Tool Chest:Testing & Debugging:MemHell:P@Dev.CD May 00 TC
  28923.  - Tool Chest
  28924.  - Testing & Debugging
  28925.  - MemHellV
  28926. 67917X
  28927. May 00^
  28928. #og "Sorry, the item you selected could not be found."
  28929.     return
  28930. end try
  28931. All Packages
  28932. 65657
  28933. PjDev.CD Jun 95 RL
  28934.  - Technical Documentation
  28935.  - Tools Demos & Tech Overviews
  28936.  - Mac Application Environmentbrings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  28937. Current Language Kits with Mac OS 8.0 or newer.
  28938. conf2
  28939. macbinary-II-standard
  28940. macbinary-standardK
  28941. May 93M
  28942. Adobe Acrobat Reader.OJDev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Jun 00 RL Disk 1
  28943.  - Technical Documentation
  28944.  - Misc. Standards
  28945.  - MacBinaryd tasks.
  28946. QuickDraw GX Printing Extensions and Drivers
  28947. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  28948. -Rotation Controllers Read Me
  28949. -Rotation Ctl's Read Me.txt
  28950. Related Paper
  28951. Rotation Controllers demo 1.0.1
  28952. Virtual Sphere Sample Code 1.1K
  28953. Mar 93L
  28954. Jun 93M=Must have Color QuickDraw.  Will run in System 6 or System 7.O;Dev.CD May 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:PCDev.CD May 00 TC
  28955.  - Tool Chest
  28956.  - QuickDraw
  28957.  - Virtual Sphere 1.0.1V
  28958. 68737X
  28959. May 00^
  28960. --set theItem to choose file -- uncomment to test in an AS editor
  28961.     tell application "Finder"
  28962.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:"
  28963.         activate
  28964.     end tell
  28965. on error errMsg number errNum
  28966.     --enter statements to perform when no records are found such as...
  28967.     display dialog "Sorry, the item you selected could not be found."
  28968.     return
  28969. end try
  28970. e    No Changeq
  28971. Dev.CD May 00 TC
  28972. 1D!All Packages
  28973. Tool Chest Edition
  28974. Virtual User
  28975. Jul 95
  28976. b--set theItem to choose file -- uncomment to test in an AS editor
  28977.     tell application "Finder"
  28978.         open item "Dev.CD Jul 95"
  28979.         activate
  28980.     end tell
  28981. on error errMsg number errNum
  28982.     --enter statements to perform when no records are found such as...
  28983.     display dialog "Sorry, the item you selected could not be found."
  28984.     return
  28985. end try
  28986. All Packages
  28987. System 7.5 Update 1.0O
  28988. Dev.CD Jul 95P
  28989. Dev.CD Jul 9V
  28990. 68428X
  28991. Jul 95
  28992. b--set theItem to choose file -- uncomment to test in an AS editor
  28993.     tell application "Finder"
  28994.         open item "Dev.CD Jul 95"
  28995.         activate
  28996.     end tell
  28997. on error errMsg number errNum
  28998.     --enter statements to perform when no records are found such as...
  28999.     display dialog "Sorry, the item you selected could not be found."
  29000.     return
  29001. end try
  29002. All Packages
  29003. System 7.5 Update 1.0O
  29004. Dev.CD Jul 95P
  29005. Dev.CD Jul 9V
  29006. 68429X
  29007. Jul 95
  29008. reply
  29009. end try
  29010. All Packages
  29011. All Packages
  29012. Korean Language KitO
  29013. Dev.CD Aug 97 TC
  29014. Dev.CD Jan 94
  29015. Dev.CD Oct 93
  29016. Dev.CD Jul 93
  29017. Dev.CD Apr 93
  29018. Dev.CD Jan 92
  29019. Dev.CD Vol. XI
  29020. Dev.CD Vol. X
  29021. Dev.CD Vol. IX
  29022. Dev.CD Vol. VIII
  29023. Dev.CD Vol. VII
  29024. Dev CD Vol. VIP
  29025. Dev.CD Aug 97 TC
  29026. Dev.CD Jan 94
  29027. Dev.CD Oct 93
  29028. Dev.CD Jul 93
  29029. Dev.CD Apr 93
  29030. Dev.CD Jan 92
  29031. Dev.CD Vol. XI
  29032. Dev.CD Vol. X
  29033. Dev.CD Vol. IX
  29034. Dev.CD Vol. VIII
  29035. Dev.CD Vol. VII
  29036. Dev CD Vol. VV
  29037. 67862X
  29038. Aug 97
  29039. --set theItem to choose file -- uncomment to test in an AS editor
  29040.     tell application "Finder"
  29041.         open item "Dev.CD Aug 97 TC
  29042. Dev.CD Jan 94
  29043. Dev.CD Oct 93
  29044. Dev.CD Jul 93
  29045. Dev.CD Apr 93
  29046. Dev.CD Jan 92
  29047. Dev.CD Vol. XI
  29048. Dev.CD Vol. X
  29049. Dev.CD Vol. IX
  29050. Dev.CD Vol. VIII
  29051. Dev.CD Vol. VII
  29052. Dev CD Vol. VI"
  29053.         activate
  29054.     end tell
  29055. on error errMsg number errNum
  29056.     --enter statements to perform when no records are found such as...
  29057.     display dialog "Sorry, the item you selected could not be fB
  29058. ound."
  29059.     return
  29060. end try
  29061. D!All Packages
  29062. Tool Chest Edition
  29063. 67632X
  29064. Nov 99^
  29065. --set theItem to choose file -- uncomment to test in an AS editor
  29066.     tell application "Finder"
  29067.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:"
  29068.         activate
  29069.     end tell
  29070. on error errMsg number errNum
  29071.     --enter statements to perform when no records are found such as...
  29072.     display dialog "Sorry, the item you selected could not be found."
  29073.     return
  29074. end try
  29075. Deletedf
  29076. database
  29077. beta test
  29078. beta helpq
  29079. Dev.CD Nov 99 TC
  29080. All Packages
  29081. BinHexI
  29082. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  29083. BinHex 4.0 SpecsK
  29084. May 93M
  29085. Adobe Acrobat Reader.OKDev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Jun 00 RL Disk 1
  29086.  - Technical Documentation
  29087.  - Misc. Standards
  29088.  - BinHex 4.0V
  29089. 67633X
  29090. Jun 00^    RL Disk 1
  29091. e    No Change
  29092. customer
  29093. million
  29094. windo
  29095. SPEC S&L v.1.0.1
  29096.  Summary:  set of Virtual User scripts and libraries for automated testing purposes
  29097. Features:
  29098. Electronic Documentation in Apple DocViewer form.
  29099. 27 different 3rd party application scripts.
  29100. 26 Virtual User libraries
  29101. Several V.U. external tools to aid test automation
  29102. Issues:  Not supported
  29103. Virtual User tools.imgK
  29104. Feb 94M
  29105. Virtual User 2.0.1OCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:nge
  29106. fully
  29107. functionindex
  29108. functionindex
  29109. gender-based
  29110. gender-based
  29111. title
  29112. creation
  29113. general
  29114. general
  29115. tools
  29116. generator
  29117. generic
  29118. generic
  29119. module
  29120. cwpro2t
  29121. germany
  29122. germany
  29123. distributors/localiz
  29124. gestalt
  29125. gestalt
  29126. gestalt
  29127. selectors
  29128. gestalt
  29129. submission
  29130. getbootvol
  29131. getbootvol
  29132. getdinfo
  29133. getdinfo
  29134. getdir
  29135. getdir
  29136. geteof
  29137. geteof
  29138. getfinfo
  29139. getfinfo
  29140. gethelpstrings
  29141. geticon
  29142. geticon
  29143. getinfo
  29144. getinfo
  29145. getkeys
  29146. getlastchange
  29147. getmfsize
  29148. getmode
  29149. getmode
  29150. getsetoptions
  29151. getsetoptions
  29152. getsetoptions-68k
  29153. getsetoptions-ppc
  29154. getting
  29155. getting
  29156. started
  29157. getvinfo
  29158. getvinfo
  29159. transitiono
  29160. translates
  29161. translateds
  29162. translaterotate
  29163. translates
  29164. translationy
  29165. translationss
  29166. translators
  29167. translucent
  29168. transmission
  29169. transmitted
  29170. transparency
  29171. transparent
  29172. transparently
  29173. transportj
  29174. transport's
  29175. transports
  29176. trapped
  29177. trapping
  29178. traps
  29179. trash
  29180. travel
  29181. traversing
  29182. treatz
  29183. treatment
  29184. trees
  29185. triangles
  29186. triangular
  29187. trick
  29188. user-interface
  29189. user-perceived
  29190. usersh
  29191. uses[
  29192. usingA
  29193. All Packages
  29194. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  29195. Dev.CD Jan 94
  29196. Dev.CD Oct 93
  29197. Dev.CD Jul 93
  29198. Dev.CD Apr 93PDDev.CD Apr 94
  29199. Dev.CD Jan 94
  29200. Dev.CD Oct 93
  29201. Dev.CD Jul 93
  29202. Dev.CD Apr 9V
  29203. 68466X
  29204. Apr 94
  29205. --set theItem to choose file -- uncomment to test in an AS editor
  29206.     tell application "Finder"
  29207.         open item "Dev.CD Apr 94
  29208. Dev.CD Jan 94
  29209. Dev.CD Oct 93
  29210. Dev.CD Jul 93
  29211. Dev.CD Apr 93"
  29212.         activate
  29213.     end tell
  29214. on error errMsg number errNum
  29215.     --enter statements to perform when no records are found such as...
  29216.     display dialog "Sorry, the item you selected could not be found."
  29217.     return
  29218. end try
  29219. All Packages
  29220. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  29221. Dev.CD Jan 94
  29222. Dev.CD Oct 93
  29223. Dev.CD Jul 93
  29224. Dev.CD Apr 93PDDev.CD Apr 94
  29225. Dev.CD Jan 94
  29226. Dev.CD Oct 93
  29227. Dev.CD Jul 93
  29228. Dev.CD Apr 9V
  29229. 68467X
  29230. Apr 94
  29231. helper
  29232. helplab
  29233. library
  29234. higuidelines
  29235. historyv
  29236. 68364X
  29237. Apr 00^
  29238. --set theItem to choose file -- uncomment to test in an AS editor
  29239.     tell application "Finder"
  29240.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Speech Recognition Manager:"
  29241.         activate
  29242.     end tell
  29243. on error errMsg number errNum
  29244.     --enter statements to perform when no records are found such as...
  29245.     display dialog "Sorry, the item you selected could not be found."
  29246.     return
  29247. end try
  29248. e    No Changef PlainTalk
  29249. Speech Recognition
  29250. Dev.CD Apr 00 SDK1
  29251. D!All Packages
  29252. Mac OS SDK Edition
  29253. Speech Synthesis Manager
  29254. module
  29255. opentransport
  29256. server
  29257. thread
  29258. manager
  29259. tcp/ip
  29260. iostreams
  29261. optimization
  29262. optimization
  29263. buffered
  29264. system
  29265. cache
  29266. cacheline
  29267. optimizing
  29268. option
  29269. ordered
  29270. ot/ppp
  29271. ot/ppp
  29272. transport
  29273. ot/ppp
  29274. otbuffer
  29275. otbufferinfo
  29276. otfifo
  29277. otgetendpointinfo
  29278. otgetindexedport
  29279. otlifo
  29280. otlink
  29281. 68336X
  29282. May 00^
  29283. r--set theItem to choose file -- uncomment to test in an AS editor
  29284.     tell application "Finder"
  29285.         open item "Dev.CD May 00 TC:Sample Code:"
  29286.         activate
  29287.     end tell
  29288. on error errMsg number errNum
  29289.     --enter statements to perform when no records are found such as...
  29290.     display dialog "Sorry, the item you selected could not be found."
  29291.     return
  29292. end try
  29293. e    No Changeq
  29294. Dev.CD May 00 TC
  29295. D!All Packages
  29296. Tool Chest Edition
  29297. Snippets - Files
  29298. (** = new, * = revised)
  29299. AS Authenticator:  This code sample answers the question: "How can I ask an AppleShare server to authenticate an account/password pair without mounting a volume?"  It attempts to mount a volume with a name which is known to be invalid. If VolumeMount claims the password didn't work, then it didn't. If VolumeMount claims the volume could not be mounted, then the password was valid.  Note: This is 100% predictable behavior and doesn't rely on any hacks. However, it d
  29300. --set theItem to choose file -- uncomment to test in an AS editor
  29301.     tell application "Finder"
  29302.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:4PM 5.0:"
  29303.         activate
  29304.     end tell
  29305. on error errMsg number errNum
  29306.     --enter statements to perform when no records are found such as...
  29307.     display dialog "Sorry, the item you selected could not be found."
  29308.     return
  29309. end try
  29310.  not be found."
  29311.     return
  29312. end try
  29313. Deletedq
  29314. Dev.CD Jul 99 SDK1
  29315. RD!All Packages
  29316. Tool Chest Edition
  29317. ZZPortList init
  29318. notify
  29319. notions
  29320. novell
  29321. novemberj
  29322. novice
  29323. change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  29324. Sample Code.imgK
  29325. Apr 98L
  29326. Nov 99M
  29327. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  29328. Dev.CD May 00 TC:Sample Code:P
  29329. Dev.CD May 00 TC
  29330.  - Sample Codeh pain.
  29331. Mar 96MacTCP Token Ring MTU ToolV
  29332. 60506X
  29333. 1TU ToolV
  29334. 60506X
  29335. 1e    No Change
  29336. Formerly part of Appearance SDK, Contextual MenuManager now makes its appearance on its own.
  29337. CMM is a Mac OS
  29338.  technology which allows the user to perform operations on application data in a context-sensitive manner. Along with the Mac OS extension, documentation, and sample code, this SDK contains two sample CMM plug-in projects and headers and stub libraries, some of which are not present in Universal Headers.
  29339. J;Contextual Menu Development
  29340. Contextual Menu MacHack GoodiesK
  29341. Oct 98N
  29342. Contextual, Menu, ManagerOJDev.CD Apr 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:PRDev.CD Apr 00 SDK1
  29343.  - Development Kits
  29344.  - Mac OS
  29345.  - ContextualMenuManagerSDK 1.0.3h, Synthesis, Text-to-Speech, MacinTalk, PlainTalk
  29346. schemes
  29347. develop
  29348. issue
  29349. develop
  29350. issue
  29351. develop
  29352. issue
  29353. develop
  29354. issue
  29355. develop
  29356. issue
  29357. develop
  29358. issue
  29359. develop
  29360. issue
  29361. on error errMsg number errNum
  29362.     --enter statements to perform when no records are found such as...
  29363.     display dialog "Sorry, the item you selected could not be found."
  29364.     return
  29365. end try
  29366. All Packages
  29367. Performa 7.1P5O
  29368. Dev.CD Jan 94
  29369. Dev.CD Dec 93P
  29370. Dev.CD Jan 94
  29371. Dev.CD Dec 9V
  29372. 66778X
  29373. Jan 94
  29374. ay 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  29375.         activate
  29376.     end tell
  29377. on error errMsg number errNum
  29378.     --enter statements to perform when no records are found such as...
  29379.     display dialog "Sorry, the item you selected could not be found."
  29380.     return
  29381. end try
  29382. e    No Changeq
  29383. Dev.CD May 00 TC
  29384. bD!All Packages
  29385. Tool Chest Edition
  29386. F    Blat dcmd
  29387. 68725X
  29388. May 00^
  29389. --set theItem to choose file -- uncomment to test in an AS editor
  29390.     tell application "Finder"
  29391.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  29392.         activate
  29393.     end tell
  29394. on error errMsg number errNum
  29395.     --enter statements to perform when no records are found such as...
  29396.     display dialog "Sorry, the item you selected could not be found."
  29397.     return
  29398. end try
  29399. e    No Changeq
  29400. Dev.CD May 00 TC
  29401. %D!All Packages
  29402. Tool Chest Edition
  29403. TweenCameraI
  29404. This demo program shows how to apply camera actions to a 3D model (a 3D media track) in a movie using the Tween Media type of QuickTime.J
  29405. Sample Code.imgK
  29406. Feb 00
  29407. - Common
  29408.     - Sun Compliant Java Runtime Environment 1.1
  29409.     - QuickTime 3 
  29410.     - QTJava.zip
  29411.     - QTJava media samples
  29412. - Mac OS:
  29413.     - System 8 or later
  29414.     - Macintosh Runtime for Java (MRJ) 2.1
  29415. - Windows 95, 98, or NT::
  29416.     - JRE/JDK from Sun Microsystems, Inc. recommended
  29417. :Sample Code:V
  29418. 68726X
  29419. 1e    No Change
  29420. about
  29421. control
  29422. about
  29423. bbedit
  29424. about
  29425. clipboard
  29426. mag'n
  29427. about
  29428. clipboard
  29429. magician
  29430. about
  29431. clipboard
  29432. magician
  29433. about
  29434. clipboard
  29435. magician
  29436. about
  29437. convert
  29438. projects
  29439. about
  29440. driver
  29441. installer
  29442. about
  29443. driver
  29444. installer
  29445. about
  29446. about
  29447. dropdisk
  29448. about
  29449. folder
  29450. accessS
  29451. analyzerT
  29452. parser
  29453. 5.0.7V
  29454. parser
  29455. parser
  29456. adbreinit
  29457. adbreinit
  29458. noteW
  29459. adbreinit
  29460. addchange
  29461. addendumg
  29462. addheader
  29463. addmenu
  29464. addressh
  29465. addresses
  29466. administration
  29467. archive
  29468. filesi
  29469. archive
  29470. htmli
  29471. advanced[
  29472. advanced
  29473. color
  29474. imaging[
  29475. advanced
  29476. color
  29477. imaging
  29478. advanced
  29479. technique
  29480. coercion
  29481. init]
  29482. aegizmos]
  29483.  for displaying the results and errors of scripts.
  29484.  Better script error reporting.
  29485.  Allowing of scripts to be attached to documents and the application.
  29486.  Ability to set and get an objects script through scripting.
  29487.  Use of a predispatch Apple event handler to allow an objects script first go at handling an Apple event.
  29488.  The 'SCPT' resource storing uncompiled scripts changed to a C string for easier reading and modification.
  29489.  Added differentiation between window and document objeE
  29490. Sample Code.imgK
  29491. Jan 96L
  29492. Sep 96N
  29493. MenuScripter, AppleScriptO
  29494. Dev.CD May 00 TC:Sample Code:P
  29495. Dev.CD May 00 TC
  29496.  - Sample Codea base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  29497. Apple Internet Router: Extending IP Tunnel and DialUp
  29498. --------------------------------------
  29499. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  29500. ers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  29501. http://www.apple.com/quicktime/developers
  29502. JmCheck the QuickTime 3 SDK
  29503. folder for more information
  29504. integrated with QuickTime.
  29505.  QuickTime VR is now fully K
  29506. Jul 97L
  29507. Oct 98O9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  29508.  VR:PADev.CD Apr 00 SDK1
  29509.  - Development Kits
  29510.  - Mac OS
  29511.  - QuickTime
  29512.  VRowinit
  29513. extension
  29514. icons
  29515. showinit
  29516. signature
  29517. signing
  29518. simpletext
  29519. simpletext
  29520. script
  29521. print
  29522. scriptable
  29523. printing
  29524. simplified
  29525. single-link
  29526. manager
  29527. declaration
  29528. configuration
  29529. sniffer
  29530. network
  29531. management
  29532. socket
  29533. softwareQ
  29534. d-drop
  29535. source
  29536. control
  29537. summary
  29538. resedit
  29539. apple's
  29540. standard
  29541. direct-manipulation
  29542. developer
  29543. documentation
  29544. contains
  29545. summary
  29546. communications
  29547. toolbox
  29548. contains
  29549. mbedding ICC Profiles Docs:nge
  29550. Deletedq
  29551. Dev.CD Dec 99 RL
  29552. All Packages
  29553. System UpdateO
  29554. Dev.CD Oct 94P
  29555. Dev.CD Oct 9V
  29556. 68673X
  29557. Oct 94
  29558. b--set theItem to choose file -- uncomment to test in an AS editor
  29559.     tell application "Finder"
  29560.         open item "Dev.CD Oct 94"
  29561.         activate
  29562.     end tell
  29563. on error errMsg number errNum
  29564.     --enter statements to perform when no records are found such as...
  29565.     display dialog "Sorry, the item you selected could not be found."
  29566.     return
  29567. end try
  29568. All Packages
  29569. System UpdateO)Dev.CD Oct 94
  29570. Dev.CD Apr 94
  29571. Dev.CD Jan 94P(Dev.CD Oct 94
  29572. Dev.CD Apr 94
  29573. Dev.CD Jan 9V
  29574. 68674X
  29575. Oct 94
  29576. programmatically
  29577. background
  29578. demonstrates
  29579. switch
  29580. private
  29581. stack
  29582. correctly
  29583. demonstrating\
  29584. demonstrationc
  29585. uy 00 TC
  29586.  - Tool Chest
  29587.  - Interapplication Communication
  29588.  - AE Tools
  29589.  - AETracker 3.0using URLs to reference the remote sources. Support is provided for ftp, http,  and file URLs.
  29590. Download data from a given URL
  29591. Upload data to a given URL (FTP only)
  29592. Post an HTML form
  29593. Download a directory listing (FTP only)
  29594. Download/Upload an entire directory (FTP only)
  29595. Progress and authentication UI
  29596. The SSL code in URL Access uses 40-bit encryption.  This is exportable.
  29597. JrURL Access
  29598. URL Access Scripting
  29599. URLAccess.h
  29600. URLAccess.p
  29601. URLAccess.pdf
  29602. URLAccess68K.lib
  29603. URLAccessLib
  29604. URLAccessLib.oK
  29605. Aug 99M    MacOS 8.6N
  29606. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  29607.  - What's New?
  29608.  - Development Kits
  29609.  - Mac OS
  29610.  - URL Access 1.0.1 SDKalette
  29611. parserV
  29612. performance
  29613. photoshop
  29614. player
  29615. plugins
  29616. postscript
  29617. powerbook
  29618. primer
  29619. codewarriorv
  29620. codewarrior
  29621. coercion]
  29622. collection
  29623. color[
  29624. color
  29625. locator
  29626. color
  29627. picker
  29628. colorscreen
  29629. colorscreen
  29630. colorsync
  29631. colorsync
  29632. installer
  29633. colorsync
  29634. export
  29635. colorsync
  29636. filter
  29637. colorsync
  29638. import
  29639. colorsync
  29640. plugins
  29641. readme
  29642. combowalker
  29643. common
  29644. commtoolbox
  29645. commtoolbox
  29646. commtoolbox
  29647. roadmap
  29648. communications
  29649. communications
  29650. comparedirtext
  29651. comparelastrevision
  29652. compbasedmediabroadc
  29653. compbasedmediabroadc
  29654. editor]
  29655. encodingsw
  29656. engineering
  29657. english
  29658. englishmiscellaneous^
  29659. englishmiscellaneous
  29660. englishmiscellaneous
  29661. rsrc^
  29662. englishterminology^
  29663. englishterminology
  29664. englishterminology
  29665. rsrc^
  29666. erratam
  29667. eventm
  29668. examples
  29669. extensione
  29670. extensions
  29671. filesi
  29672. finderevents
  29673. finderevents
  29674. firstp
  29675. pool@
  29676. popupmenuwithcurfont@
  29677. posers@
  29678. powemac@
  29679. poweroff@
  29680. practices@
  29681. pre-print@
  29682. prediction@
  29683. previews@
  29684. primitives@
  29685. printer@
  29686. problems@
  29687. processing@
  29688. profile@
  29689. program's@
  29690. projects@
  29691. protocol's@
  29692. provider@
  29693. provides@
  29694. punctuation@
  29695. purposes@
  29696. quadra@
  29697. quickdraw
  29698. quickdraw
  29699. graphics
  29700. library
  29701. define
  29702. quickdraw
  29703. enables
  29704. computer
  29705. display
  29706. three-dimensio@
  29707. quickdraw's@
  29708. quicktime@
  29709. quicktime's@
  29710. rdocproc@
  29711. rearrange@
  29712. recommends@
  29713. reduced@
  29714. region@
  29715. rejected@
  29716. reliable@
  29717. report@
  29718. requiring@
  29719. resizeable@
  29720. resolution@
  29721. respond@
  29722. retrieving@
  29723. returns@
  29724. ricardo@
  29725. routines@
  29726. sade@
  29727. sample
  29728. code@
  29729. sample
  29730. illustrating
  29731. techniques
  29732. schneider@
  29733. strip@
  29734. CP<Dev.CD Aug 97 TC
  29735.  - Language Kits
  29736.  - WorldScript Updater 1.1cumentationandsamp@
  29737. drawsprocketlib@
  29738. english
  29739. british
  29740. 1.1.3@
  29741. experimental@
  29742. extractors@
  29743. finland@
  29744. fkeys@
  29745. formats@
  29746. fully@
  29747. gender-based
  29748. title
  29749. creation
  29750. getvol@
  29751. grabguy@
  29752. hardware2
  29753. html@
  29754. home@
  29755. renderinglib
  29756. imaging@
  29757. import@
  29758. information@
  29759. install
  29760. 2.6.5@
  29761. installer
  29762. licensing
  29763. interfaces@
  29764. international@
  29765. iotracer@
  29766. keyboard@
  29767. large@
  29768. licensing@
  29769. lite@
  29770. samplecode
  29771. previous@
  29772. macbinary@
  29773. macsnmp
  29774. transport
  29775. 1.0.2@
  29776. mag'n@
  29777. makefile@
  29778. mappings@
  29779. media@
  29780. memory@
  29781. mpperiodicaltest
  29782. pro2@
  29783. mybuildmenu@
  29784. network@
  29785. nubus@
  29786. opp's@
  29787. pascal
  29788. sample@
  29789. picker@
  29790. pippin@
  29791. b--set theItem to choose file -- uncomment to test in an AS editor
  29792.     tell application "Finder"
  29793.         open item "Dev.CD Jan 94"
  29794.         activate
  29795.     end tell
  29796. on error errMsg number errNum
  29797.     --enter statements to perform when no records are found such as...
  29798.     display dialog "Sorry, the item you selected could not be found."
  29799.     return
  29800. end try
  29801. state
  29802. timing
  29803. scanner
  29804. 8040 and above, any brand of tablet (connect via ADB port), System 7.1 or above with Chinese Language Kit 1.1 or aboveN<Chinese, handwriting, pen, input, keyboard, tablet, CHK, THYO;Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:P@Dev.CD Aug 97 TC
  29805.  - Language Kits
  29806.  - Chinese Handwriting Kit 1.0CD Jul 93
  29807. Dev.CD Apr 93PDDev.CD Apr 94
  29808. Dev.CD Jan 94
  29809. Dev.CD Oct 93
  29810. Dev.CD Jul 93
  29811. Dev.CD Apr 9V
  29812. 64751X
  29813. Apr 94
  29814. provideds
  29815. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  29816. Sample Code.imgK
  29817. Feb 00
  29818. - Common
  29819.     - Sun Compliant Java Runtime Environment 1.1
  29820.     - QuickTime 3 
  29821.     - QTJava.zip
  29822.     - QTJava media samples
  29823. - Mac OS:
  29824.     - System 8 or later
  29825.     - Macintosh Runtime for Java (MRJ) 2.1
  29826. - Windows 95, 98, or NT::
  29827.     - JRE/JDK from Sun Microsystems, Inc. recommended
  29828. QuickTime, Java, MRJO
  29829. Dev.CD May 00 TC:Sample Code:P
  29830. Dev.CD May 00 TC
  29831.  - Sample Codeckage contains the G4 processor emulator extensions for Mac OS 8.1 and 8.5.  It also contains a Readme file and a ResEdit debug resource.
  29832. These extensions allow code written using the AltiVec instruction set to be run on a G3-class machine.J
  29833. Sample Code.imgK
  29834. May 99M
  29835. PowerPC G3, Mac OS 8.1 or 8.5.:Sample Code:V
  29836. 66394X
  29837. 1e    No Change
  29838. OT AN 
  29839. window's
  29840. windowcolors
  29841. windowcompare
  29842. windowed
  29843. windowpicker
  29844. ntermyre
  29845. wirelessj
  29846. wishd
  29847. wishes
  29848. wishingp
  29849. withA
  29850. f--set theItem to choose file -- uncomment to test in an AS editor
  29851.     tell application "Finder"
  29852.         open item "Dev.CD Jan 96 SSW"
  29853.         activate
  29854.     end tell
  29855. on error errMsg number errNum
  29856.     --enter statements to perform when no records are found such as...
  29857.     display dialog "Sorry, the item you selected could not be found."
  29858.     return
  29859. end try
  29860. 9500j
  29861. 9500/2009500/1809500
  29862. 95123
  29863. supports\
  29864. suppose
  29865. sures
  29866. surely
  29867. surf's
  29868. surface
  29869. surfboards
  29870. surfer
  29871. surovell
  29872. surprise
  29873. surround
  29874. survey
  29875. survival
  29876. suspend
  29877. suspendappleevent
  29878. suspending
  29879. sustains
  29880. swapping
  29881. swaps
  29882. swatches
  29883. swedish
  29884. swell
  29885. ree components: 
  29886.  Camera Access application 
  29887.  QuickTime IC system extension 
  29888.  QuickTake 200 camera component 
  29889. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  29890. QuickTime, Java, MRJary
  29891. which
  29892. provides
  29893. indispensable
  29894. work-
  29895. summary
  29896. controlstrip
  29897. sample
  29898. program
  29899. shows
  29900. summary
  29901. convert
  29902. projects
  29903. utility
  29904. which
  29905. summary
  29906. generator
  29907. application
  29908. generate
  29909. summary
  29910. linear
  29911. feedback
  29912. shift
  29913. register
  29914. entered
  29915. summary
  29916. daystar
  29917. digital
  29918. apple
  29919. computer
  29920. designed
  29921. application
  29922. summary
  29923. apple
  29924. cd-rom
  29925. handbook
  29926. provides
  29927. overview
  29928. summary
  29929. apple
  29930. chinese
  29931. handwriting
  29932. offers
  29933. another
  29934. summary
  29935. apple
  29936. grayscale
  29937. appearance
  29938. system
  29939. specifo
  29940. summary
  29941. apple
  29942. international
  29943. glossaries
  29944. contains
  29945. translats
  29946. summary
  29947. appletalk
  29948. developer's
  29949. toolkit
  29950. inten
  29951. summary
  29952. arabic
  29953. language
  29954. combination
  29955. system
  29956. summary
  29957. audio
  29958. palette
  29959. developer
  29960. documentation
  29961. contains
  29962. summary
  29963. communications
  29964. toolbox
  29965. contains
  29966. PyDev.CD Apr 00 SDK1
  29967.  - Development Kits
  29968.  - Mac OS
  29969.  - ColorSync 3.0 Mac SDK
  29970.  - Documentation
  29971.  - Embedding ICC Profiles DocsV
  29972. 67822X
  29973. Apr 00^
  29974. --set theItem to choose file -- uncomment to test in an AS editor
  29975.     tell application "Finder"
  29976.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:"
  29977.         activate
  29978.     end tell
  29979. on error errMsg number errNum
  29980.     --enter statements to perform when no records are found such as...
  29981.     display dialog "Sorry, the item you selected could not be found."
  29982.     return
  29983. end try
  29984. e    No Changef#ColorSync
  29985. Profile Specificationq
  29986. Dev.CD Apr 00 SDK1
  29987. D!All Packages
  29988. Tool Chest Edition
  29989. ImageCompositingI
  29990. This demo program shows how to composit a presentation out of disparate media sources, applying compositing effects such as blend and transparency. Recording a movie from the activities of the Compositor is also shown.J
  29991. Sample Code.imgK
  29992. Feb 00
  29993. ed to inclu
  29994. .e    No Changeq
  29995. Dev.CD May 00 TC
  29996. /D!All Packages
  29997. Tool Chest Edition
  29998. VersionEdit 1.1
  29999. Summary:  VersionEdit is a software development tool which automatically creates and updates product version information throughout the life of a software product.
  30000. As an alternative to using ResEdit or Rez, VersionEdit can be used to create and intelligently increment 'vers' type resources that adhere to Apple's version guidelines. VersionEdit also allows developers to encapsulate additional information about the product and their company within the application, making it available for usn
  30001. managert
  30002. market
  30003. media
  30004. memory
  30005. modern
  30006. module
  30007. monitorr
  30008. navigator
  30009. newsi
  30010. notesS
  30011. onescannerg
  30012. opp's
  30013. palette
  30014. parserV
  30015. performance
  30016. photoshop
  30017. player
  30018. plugins
  30019. postscript
  30020. primer
  30021. nubus
  30022. nubus
  30023. board
  30024. registration
  30025. nubuslist
  30026. nubuslist
  30027. nubustest
  30028. nubustest
  30029. nubustest
  30030. nubustest
  30031. nutankframes
  30032. nutankframes
  30033. object
  30034. object
  30035. pascal
  30036. objectcode
  30037. objectivec
  30038. objectppc
  30039. objects
  30040. objectsupportlib
  30041. obsolete
  30042. obsolete
  30043. pre-asip
  30044. obsolete&unsupported
  30045. obtain
  30046. install
  30047. image
  30048. sample
  30049. image
  30050. tools
  30051. image
  30052. odclassref
  30053. odcookbook
  30054. sample
  30055. parts
  30056. odf-interest
  30057. odf-interest
  30058. archive
  30059. odfdev
  30060. odflibrary
  30061. odflibrary
  30062. odprogguide
  30063. odupdates
  30064. transport
  30065. opencheckedout
  30066. opendoc
  30067. opendoc
  30068. development
  30069. opendoc
  30070. development
  30071. framework
  30072. opendoc
  30073. readme
  30074. opendoc
  30075. source
  30076. openmultfiles
  30077. opentptppp
  30078. opentptppp
  30079. r--set theItem to choose file -- uncomment to test in an AS editor
  30080.     tell application "Finder"
  30081.         open item "Dev.CD May 00 TC:Sample Code:"
  30082.         activate
  30083.     end tell
  30084. on error errMsg number errNum
  30085.     --enter statements to perform when no records are found such as...
  30086.     display dialog "Sorry, the item you selected could not be found."
  30087.     return
  30088. end try
  30089.         activate
  30090.     end tell
  30091. on error errMsg number errNum
  30092.     --enter statements to perform when no records are found such as...
  30093.     display dialog "Sorry, the item you selected could not be found."
  30094.     return
  30095. end try
  30096. e    No Changeq
  30097. Dev.CD Jun 00 RL Disk 1
  30098. 8D!All Packages
  30099. Tool Chest Edition
  30100. Apple System Profiler
  30101.     ments to perform when no records are found such as...
  30102.     display dialog "Sorry, the item you selected could not be found."
  30103.     return
  30104. end try
  30105. All Packages
  30106. System UpdateO
  30107. Dev.CD Oct 94P
  30108. Dev.CD Oct 9V
  30109. 64977X
  30110. Oct 94
  30111. odeled
  30112. modeless
  30113. modeling
  30114. objectsupportlib
  30115. macodbc
  30116. database
  30117. connectivity
  30118. drivers
  30119. network
  30120. middlewar
  30121. off-screen
  30122. opaque
  30123. choose
  30124. folder
  30125. navigation
  30126. services
  30127. transport
  30128. cache
  30129. delete
  30130. query
  30131. transport
  30132. resource
  30133. codewarrior
  30134. ethern
  30135. transport
  30136. debug
  30137. transport
  30138. kernel
  30139. strlog
  30140. debug
  30141. streams
  30142. transport
  30143. appletalk
  30144. rawmode
  30145. nbplookup
  30146. otlookup
  30147. transport
  30148. mapper
  30149. mapperref
  30150. transport
  30151. netstat
  30152. display
  30153. cache
  30154. logical
  30155. physic
  30156. transport
  30157. networking
  30158. appletalk
  30159. tcp/ip
  30160. Summary:  This folder contains complete information on Developer University, the self-paced products that are available, the classroom courses, and course schedule for October 1996 through December 1996.
  30161. Features:  Information on Developer University self-paced courses, classroom courses, field courses, course schedules, topics available on the World Wide Web and complete course outlines, prerequisites, and target audiences.
  30162. 01-Intro to DU.pdf
  30163. 02-What's New from DU.pdf
  30164. 03-Information & Registrati.pdf
  30165. 04-Index of Courses.pdf
  30166. 05-Self-Paced Products.pdf
  30167. 06-On-Line Topics.pdf
  30168. 07-Mac OS:
  30169. 08-Object Oriented:
  30170. 09-Multimedia & Graphics:
  30171. 10-Newton:
  30172. 11-Other topics:
  30173. 12-Training Schedule.pdf
  30174. 13-DU Training Sites.pdf
  30175. May 92L
  30176. Oct 96M
  30177. Adobe Acrobat ReaderOADev.CD Nov 99 TC:Programs & Marketing:About Developer University:PFDev.CD Nov 99 TC
  30178.  - Programs & Marketing
  30179.  - About Developer UniversityH
  30180. display
  30181. mode@
  30182. dynamic
  30183. library@
  30184. MacTCP 1.1, System 7, Mac+O;Dev.CD May 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PFDev.CD May 00 TC
  30185.  - Tool Chest
  30186.  - Networking
  30187.  - MacTCP
  30188.  - MacTCP+ ToolV
  30189. 67911X
  30190. May 00^
  30191. --set theItem to choose file -- uncomment to test in an AS editor
  30192.     tell application "Finder"
  30193.         open item "Dev.CD May 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  30194.         activate
  30195.     end tell
  30196. on error errMsg number errNum
  30197.     --enter statements to perform when no records are found such as...
  30198.     display dialog "Sorry, the item you selected could not be found."
  30199.     return
  30200. end try
  30201. e    No Changeq
  30202. Dev.CD May 00 TC
  30203. All Packages
  30204. Mail Suite 1.0
  30205. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  30206. Nov 96V
  30207. 67912X
  30208. 1e    No Change
  30209. cluded.
  30210. summary
  30211.  set. (Its functionality fills a specific need in Developer Relations, namely aiding
  30212. snippets
  30213. quickdraw
  30214. snippets
  30215. quicktime
  30216. snippets
  30217. sound
  30218. snippets
  30219. testing
  30220. debugging
  30221. snippets
  30222. snippets
  30223. toolbox
  30224. development
  30225. software
  30226. somobjects
  30227. sound
  30228. sound
  30229. manager
  30230. sound
  30231. premixer
  30232. effect
  30233. soundapp
  30234. soundboard
  30235. soundmemrecord
  30236. soundrecord
  30237. soundsprockettest
  30238. source
  30239. sourcebug
  30240. sourceobj
  30241. sources
  30242. spain
  30243. spain
  30244. distribution
  30245. guide
  30246. 1.0.1
  30247. speech
  30248. speech
  30249. recognition
  30250. manager
  30251. speech
  30252. synthesis
  30253. manager
  30254. sphere
  30255. spooler
  30256. sprocketinvaders
  30257. stack
  30258. standard
  30259. standard
  30260. samples
  30261. standardfileicons
  30262. standardsw
  30263. starter
  30264. saver
  30265. 2.1.1
  30266. stopxpp
  30267. stopxpp
  30268. stream
  30269. streamnop
  30270. strip
  30271. styleu
  30272. success
  30273. suite
  30274. suitesm
  30275. super
  30276. survey
  30277. 67595X
  30278. May 00^
  30279. --set theItem to choose file -- uncomment to test in an AS editor
  30280.     tell application "Finder"
  30281.         open item "Dev.CD May 00 TC:Tool Chest:Localization:AppleGlot:"
  30282.         activate
  30283.     end tell
  30284. on error errMsg number errNum
  30285.     --enter statements to perform when no records are found such as...
  30286.     display dialog "Sorry, the item you selected could not be found."
  30287.     return
  30288. end try
  30289. e    No ChangefBAppleGlot Localization Internationalization Translation Glossariesq
  30290. Dev.CD May 00 TC
  30291. All Packages
  30292. AppleScriptO
  30293. Dev.CD Jan 95P
  30294. Dev.CD Jan 9V
  30295. 67596X
  30296. Jan 95
  30297. b--set theItem to choose file -- uncomment to test in an AS editor
  30298.     tell application "Finder"
  30299.         open item "Dev.CD Jan 95"
  30300.         activate
  30301.     end tell
  30302. on error errMsg number errNum
  30303.     --enter statements to perform when no records are found such as...
  30304.     display dialog "Sorry, the item you selected could not be found."
  30305.     return
  30306. end try
  30307. All Packages
  30308. 67597
  30309. ke    No Changef2ColorSync
  30310. Profile Embed
  30311. Dev.CD Apr 98 SDK1
  30312. All Packages
  30313. F)Enhanced Macintosh PB 1400 Developer NoteI
  30314. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  30315. PB_190_5300RAMCard_Er.pdf
  30316. PowerBook_1400.pdf
  30317. PowerBook_1400_Addendum.pdf
  30318. PowerBook_2400c.pdf
  30319. PowerBook_3400.pdf
  30320. PowerBook_5300.pdf
  30321. PowerBook_Duo_2300c.pdf
  30322. PowerBook_Processor_Upg.pdfK
  30323. Sep 97M
  30324. Acrobat Reader.N
  30325. PowerBook 1400O|Dev.CD Jun 00 RL Disk 1:Technical Documentation:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:P
  30326. Dev.CD Jun 00 RL Disk 1
  30327.  - Technical Documentation
  30328.  - Technical Publications
  30329.  - hardware
  30330.  - Developer_Notes
  30331.  - Macintosh_CPUs-PPC_PortableV
  30332. 67773X
  30333. Jun 00^    RL Disk 1
  30334. e    No Change
  30335. uch as...
  30336.     display dialog "Sorry, the item you selected could not be found."
  30337.     return
  30338. end try
  30339. All Packages
  30340. horizon@
  30341. however@
  30342. iconposition@
  30343. imagine@
  30344. introduced@
  30345. introduction@
  30346. investments@
  30347. issue
  30348. highlights@
  30349. issue
  30350. highlights@
  30351. issues@
  30352. joins@
  30353. know@
  30354. letting@
  30355. long-awaited@
  30356. look@
  30357. macapp-based@
  30358. macos@
  30359. make@
  30360. material@
  30361. mechanism@
  30362. modifier@
  30363. name@
  30364. newsletter@
  30365. on-line-service@
  30366. oracle@
  30367. overall@
  30368. particular@
  30369. phrase@
  30370. powemac@
  30371. printer@
  30372. problems@
  30373. profile@
  30374. provides@
  30375. quickdraw's@
  30376. reduced@
  30377. region@
  30378. report@
  30379. resizeable@
  30380. resolution@
  30381. schneider@
  30382. sequence@
  30383. sharedlibs@
  30384. single@
  30385. slow@
  30386. specification@
  30387. starting@
  30388. summary@
  30389. summary
  30390. appleglot
  30391. 2.4b6
  30392. translation
  30393. summary
  30394. color
  30395. locator
  30396. enables
  30397. anything
  30398. }PLDev.CD May 00 TC
  30399.  - Tool Chest
  30400.  - OS Utilities
  30401.  - Gestalt Selectors List 4.3KD!All Packages
  30402. Tool Chest Edition
  30403. le is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  30404. Sample Code.imgK
  30405. Sep 96L
  30406. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  30407. Dev.CD May 00 TC:Sample Code:P
  30408. Dev.CD May 00 TC
  30409.  - Sample CodeV
  30410. 66762X
  30411. May 00^
  30412. r--set theItem to choose file -- uncomment to test in an AS editor
  30413.     tell application "Finder"
  30414.         open item "Dev.CD May 00 TC:Sample Code:"
  30415.         activate
  30416.     end tell
  30417. on error errMsg number errNum
  30418.     --enter statements to perform when no records are found such as...
  30419.     display dialog "Sorry, the item you selected could not be found."
  30420.     return
  30421. end try
  30422. e    No Change
  30423. e    No Change
  30424. starter
  30425. samples
  30426. readme
  30427. rdocproc
  30428. rdocproc
  30429. keychain
  30430. password
  30431. storage
  30432. passphrase
  30433. password
  30434. keychain
  30435. access
  30436. cryptography
  30437. signing
  30438. keyse
  30439. kibitz
  30440. korean
  30441. label
  30442. language
  30443. language
  30444. analysis
  30445. language
  30446. analysis
  30447. architecture
  30448. japanese
  30449. language
  30450. updater
  30451. arabic
  30452. chinese
  30453. cyrillic
  30454. hebrew
  30455. localizationy
  30456. localized
  30457. locationt
  30458. location
  30459. configuration
  30460. setting
  30461. preference
  30462. switch
  30463. module
  30464. lproj
  30465. macappX
  30466. macapp
  30467. framework
  30468. object-oriented
  30469. classes
  30470. editor
  30471. resouY
  30472. machine
  30473. macintoshQ
  30474. macintosh
  30475. powerbook
  30476. series
  30477. developers
  30478. powerpc
  30479. backside
  30480. macsbuga
  30481. macsbug
  30482. appleevent
  30483. apple
  30484. event
  30485. dcmda
  30486. mactcp
  30487. mactcp
  30488. communications
  30489. toolbox
  30490. serial
  30491. ports
  30492. audio
  30493. management
  30494. All Packages
  30495. New & Revised UpdateO
  30496. Dev.CD Apr 94
  30497. Dev.CD Jan 94P
  30498. Dev.CD Apr 94
  30499. Dev.CD Jan 9V
  30500. 67456X
  30501. Apr 94
  30502. p--set theItem to choose file -- uncomment to test in an AS editor
  30503.     tell application "Finder"
  30504.         open item "Dev.CD Apr 94
  30505. Dev.CD Jan 94"
  30506.         activate
  30507.     end tell
  30508. on error errMsg number errNum
  30509.     --enter statements to perform when no records are found such as...
  30510.     display dialog "Sorry, the item you selected could not be found."
  30511.     return
  30512. end try
  30513. All Packages
  30514. System UpdateO
  30515. Dev.CD Apr 94
  30516. Dev.CD Jan 94P
  30517. Dev.CD Apr 94
  30518. Dev.CD Jan 9V
  30519. 67457X
  30520. Apr 94
  30521. p--set theItem to choose file -- uncomment to test in an AS editor
  30522.     tell application "Finder"
  30523.         open item "Dev.CD Apr 94
  30524. Dev.CD Jan 94"
  30525.         activate
  30526.     end tell
  30527. on error errMsg number errNum
  30528.     --enter statements to perform when no records are found such as...
  30529.     display dialog "Sorry, the item you selected could not be found."
  30530.     return
  30531. end try
  30532. theyo
  30533. they'll
  30534. they'rej
  30535. thick
  30536. thingj
  30537. thingies
  30538. things
  30539. think
  30540. QuickTime
  30541. Dev.CD May 00 TC
  30542. D!All Packages
  30543. Tool Chest Edition
  30544. SGCapture2DiskI
  30545. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J
  30546. Sample Code.imgK
  30547. Feb 00
  30548. - Common
  30549.     - Sun Compliant Java Runtime Environment 1.1
  30550.     - QuickTime 3 
  30551.     - QTJava.zip
  30552.     - QTJava media samples
  30553. - Mac OS:
  30554.     - System 8 or later
  30555.     - Macintosh Runtime for Java (MRJ) 2.1
  30556. - Windows 95, 98, or NT::
  30557.     - JRE/JDK from Sun Microsystems, Inc. recommended
  30558. QuickTime, Java, MRJO
  30559. Dev.CD May 00 TC:Sample Code:P
  30560. Dev.CD May 00 TC
  30561.  - Sample CodeV
  30562. 68319X
  30563. May 00^
  30564. #uick
  30565. start
  30566. guide
  30567. projectdrag
  30568. protocol
  30569. protos
  30570. prototyping
  30571. prototyping
  30572. toolkit
  30573. survival
  30574. environment
  30575. utilities
  30576. graphics
  30577. objects
  30578. printing
  30579. 68766X
  30580. Apr 98^
  30581. --set theItem to choose file -- uncomment to test in an AS editor
  30582.     tell application "Finder"
  30583.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):
  30584.  Obsolete/Unsupported:"
  30585.         activate
  30586.     end tell
  30587. on error errMsg number errNum
  30588.     --enter statements to perform when no records are found such as...
  30589.     display dialog "Sorry, the item you selected could not be found."
  30590.     return
  30591. end try
  30592. e    No Changeq
  30593. Dev.CD Apr 98 SDK2
  30594. ND!All Packages
  30595. Tool Chest Edition
  30596. ZAM 1.0a13I
  30597. Summary:  This sample shows how to use the Time Manager and QuickDraw to do animation, as well as play asynch sounds and use AppleEvents.J
  30598. CoreHeaders
  30599. CoreSource
  30600. Dude #includes.c
  30601. ExplosionFrames.rsrc
  30602. Feedback Request 9/1/93
  30603. FireBallFrames.rsrc
  30604. GameHeaders
  30605. GameSource
  30606. nuTankFrames.rsrc
  30607. Release Notes 8/31/93
  30608. resources.rsrc
  30609. UtilCode
  30610. ZAM 1.0a13
  30611. ZAM Sounds
  30612. Nov 93:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:V
  30613. 68767X
  30614. 1e    No Change
  30615. packages
  30616. 68756X
  30617. Aug 97^
  30618. --set theItem to choose file -- uncomment to test in an AS editor
  30619.     tell application "Finder"
  30620.         open item "Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:"
  30621.         activate
  30622.     end tell
  30623. on error errMsg number errNum
  30624.     --enter statements to perform when no records are found such as...
  30625.     display dialog "Sorry, the item you selected could not be found."
  30626.     return
  30627. end try
  30628. e    No Changeq
  30629. Dev.CD Aug 97 TC
  30630. All Packages
  30631. WorldScript UpdaterO
  30632. Dev.CD Jul 96 SSWP
  30633. Dev.CD Jul 96 SSV
  30634. 68757X
  30635. Jul 96
  30636. f--set theItem to choose file -- uncomment to test in an AS editor
  30637.     tell application "Finder"
  30638.         open item "Dev.CD Jul 96 SSW"
  30639.         activate
  30640.     end tell
  30641. on error errMsg number errNum
  30642.     --enter statements to perform when no records are found such as...
  30643.     display dialog "Sorry, the item you selected could not be found."
  30644.     return
  30645. end try
  30646. All Packages
  30647. WorldScript UpdaterO
  30648. Dev.CD Jul 96 SSWV
  30649. 68758X
  30650. usenet
  30651. userT
  30652. hypercard
  30653. player
  30654. hypercard
  30655. serial
  30656. toolkit
  30657. hypercard
  30658. video
  30659. toolkit
  30660. hytime
  30661. icntoicon
  30662. icntoicon
  30663. iconpict
  30664. iconpict
  30665. icons
  30666. iconutilspriv
  30667. iconutilspriv
  30668. ideas
  30669. ideas
  30670. opportunities
  30671. ideas
  30672. toolkit
  30673. identifycd
  30674. idletasks
  30675. idletasks
  30676. distributors/localiz
  30677. imageg
  30678. images
  30679. All Packages
  30680. Cyrillic Language KitO!Dev.CD May 97 TC
  30681. Dev.CD May 96 TCP Dev.CD May 97 TC
  30682. Dev.CD May 96 TV
  30683. 67697X
  30684. May 97
  30685. v--set theItem to choose file -- uncomment to test in an AS editor
  30686.     tell application "Finder"
  30687.         open item "Dev.CD May 97 TC
  30688. Dev.CD May 96 TC"
  30689.         activate
  30690.     end tell
  30691. on error errMsg number errNum
  30692.     --enter statements to perform when no records are found such as...
  30693.     display dialog "Sorry, the item you selected could not be found."
  30694.     return
  30695. end try
  30696. !D!All Packages
  30697. Tool Chest Edition
  30698. Cyrillic Language Kit v1.0
  30699. USummary: The Cyrillic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Cyrillic-based languages on the Macintosh
  30700.  and other computers using the Mac
  30701.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  30702. e    No Change
  30703. e and the time offset from GMT
  30704. Reinstalla
  30705. 68709X
  30706. Jun 00^    RL Disk 2
  30707. --set theItem to choose file -- uncomment to test in an AS editor
  30708.     tell application "Finder"
  30709.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:webobjects:"
  30710.         activate
  30711.     end tell
  30712. on error errMsg number errNum
  30713.     --enter statements to perform when no records are found such as...
  30714.     display dialog "Sorry, the item you selected could not be found."
  30715.     return
  30716. end try
  30717. e    No Changef3WebObjects
  30718. WebObjects 4
  30719. Mac OS X Server
  30720. Web Objects
  30721. /A>http://developer.apple.com/techpubs/webobjects/webobjects.html
  30722. Dev.CD Jun 00 RL Disk 2
  30723. D!All Packages
  30724. Mac OS SDK Edition
  30725. Telephone Manager 3.0
  30726. approaches
  30727. appropriate
  30728. appropriately
  30729. approval
  30730. architecture/roadmap
  30731. architectures
  30732. archive
  30733. archived
  30734. archivesi
  30735. e    No Changef
  30736. testing
  30737. debugging
  30738. printersq
  30739. Dev.CD May 00 TC
  30740. D!All Packages
  30741. Tool Chest Edition
  30742. ProcDoggie2.1b2
  30743. ProcDoggie is a full blown application that demonstrates a variety of Process Manager-related techniques, including:
  30744. 1. Getting a list of running processes
  30745. 2. Getting information about a running process
  30746. 3. Launching a processes, with and without opening documents
  30747. Sample Code.imgK
  30748. May 97L
  30749. Jan 98N
  30750. process managerO
  30751. Dev.CD May 00 TC:Sample Code:P
  30752. Dev.CD May 00 TC
  30753.  - Sample CodeV
  30754. 68077X
  30755. May 00^
  30756. r--set theItem to choose file -- uncomment to test in an AS editor
  30757.     tell application "Finder"
  30758.         open item "Dev.CD May 00 TC:Sample Code:"
  30759.         activate
  30760.     end tell
  30761. on error errMsg number errNum
  30762.     --enter statements to perform when no records are found such as...
  30763.     display dialog "Sorry, the item you selected could not be found."
  30764.     return
  30765. end try
  30766. e    No Changef
  30767. process managerq
  30768. Dev.CD May 00 TC
  30769. D!All Packages
  30770. Mac OS SDK Edition
  30771. !5:4&&
  30772. /5?aw
  30773. .4<_]gbf_
  30774. eL>I]qsvqu|
  30775. ot{aJNj
  30776. P^XXnQ
  30777. !6:6&&
  30778. $2+P_U]fR
  30779. FebU^onF
  30780. r--set theItem to choose file -- uncomment to test in an AS editor
  30781.     tell application "Finder"
  30782.         open item "Dev.CD May 00 TC:Sample Code:"
  30783.         activate
  30784.     end tell
  30785. on error errMsg number errNum
  30786.     --enter statements to perform when no records are found such as...
  30787.     display dialog "Sorry, the item you selected could not be found."
  30788.     return
  30789. end try
  30790. begini
  30791. opencheckedout
  30792. openmultfiles
  30793. opp's
  30794. orientedR
  30795. oserr
  30796. debug
  30797. 1.0b1]
  30798. output
  30799. overview
  30800. overview
  30801. appletalk
  30802. overview
  30803. appletalk
  30804. parserV
  30805. pasmatit
  30806. password
  30807. password
  30808. interface
  30809. 5300ramcard
  30810. installer
  30811. installer
  30812. 1.2.3
  30813. instance
  30814. instrumentation
  30815. instrumentation
  30816. 1.0.6
  30817. int'l
  30818. int'l
  30819. developer
  30820. contacts
  30821. interactive
  30822. interactive
  30823. success
  30824. guide
  30825. interapplication
  30826. interface
  30827. interfaces
  30828. internationals
  30829. international
  30830. 1.5.1
  30831. iso9660
  30832. sample
  30833. issue
  30834. rocessor accesses cache (L1 & L2) versus main memory.
  30835. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  30836. Includes source code so that Developers can incorporate the code into their own program.
  30837. Issues: This program only runs 
  30838. memory
  30839. memory
  30840. management
  30841. menud
  30842. menuhints
  30843. menuhints
  30844. mergeitems
  30845. mergeitems
  30846. message
  30847. meta-content
  30848. meta-content
  30849. format
  30850. metrowerks
  30851. metrowerks
  30852. zoneranger
  30853. apple
  30854. product
  30855. noteW
  30856. notesv
  30857. nubus
  30858. nubus
  30859. board
  30860. registration
  30861. object
  30862. objectcode
  30863. objects
  30864. objectsupportlib
  30865. obsolete
  30866. obsolete
  30867. pre-asip
  30868. openi
  30869. browser
  30870. begini
  30871. opp's
  30872. orientedR
  30873. debug
  30874. 1.0b1]
  30875. output
  30876. overview
  30877. overview
  30878. appletalk
  30879. overview
  30880. appletalk
  30881. parserV
  30882. password
  30883. password
  30884. interface
  30885. All Packages
  30886. AppleScriptO
  30887. Dev.CD Jan 95P
  30888. Dev.CD Jan 9V
  30889. 67600X
  30890. Jan 95
  30891. b--set theItem to choose file -- uncomment to test in an AS editor
  30892.     tell application "Finder"
  30893.         open item "Dev.CD Jan 95"
  30894.         activate
  30895.     end tell
  30896. on error errMsg number errNum
  30897.     --enter statements to perform when no records are found such as...
  30898.     display dialog "Sorry, the item you selected could not be found."
  30899.     return
  30900. end try
  30901. @D!All Packages
  30902. Mac OS SDK Edition
  30903. y:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  30904. This package contains documentation (u documentation (u
  30905. 67601X
  30906. ~--set theItem to choose file -- uncomment to test in an AS editor
  30907.     tell application "Finder"
  30908.         open item "Dev.CD Apr 94
  30909. Dev.CD Jan 94
  30910. Dev.CD Oct 93"
  30911.         activate
  30912.     end tell
  30913. on error errMsg number errNum
  30914.     --enter statements to perform when no records are found such as...
  30915.     display dialog "Sorry, the item you selected could not be found."
  30916.     return
  30917. end try
  30918. everyware
  30919. evict
  30920. evolved
  30921. eworldj
  30922. exact`
  30923. exactly
  30924. examining
  30925. exampleN
  30926. examples
  30927. exceeds
  30928. except
  30929. exception
  30930. exceptional
  30931. exceptions
  30932. exchange
  30933. exchanging
  30934. excitingf
  30935. executable
  30936. T 2.x implements that feature.
  30937. AutoGuest 3.0 was updated to work with Speed Doubler
  30938.  8.0 through 8.1.2, but may have problems with newer versions of that product. If there is a problem, AutoGuest will notify you at startup that it is running on an 
  30939. unknown Mac
  30940. JMAutoGuest
  30941. AutoGuest 3.0 User's Guide.pdf
  30942. AutoGuest READ ME
  30943. Check AutoGuest.asK
  30944. Jan 92L
  30945. May 99N#Program Linking, AppleEvents, GuestONDev.CD May 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:PYDev.CD May 00 TC
  30946.  - Tool Chest
  30947.  - Interapplication Communication
  30948.  - AE Tools
  30949.  - AutoGuest
  30950. b--set theItem to choose file -- uncomment to test in an AS editor
  30951.     tell application "Finder"
  30952.         open item "Dev.CD Apr 94"
  30953.         activate
  30954.     end tell
  30955. on error errMsg number errNum
  30956.     --enter statements to perform when no records are found such as...
  30957.     display dialog "Sorry, the item you selected could not be found."
  30958.     return
  30959. end try
  30960. All Packages
  30961. 67320X
  30962. Jan 99L
  30963. Dec 99M
  30964. MoreNetworkSetup requires the Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveO
  30965. Dev.CD May 00 TC:Sample Code:P
  30966. Dev.CD May 00 TC
  30967.  - Sample CodeV
  30968. 67928X
  30969. May 00^
  30970. r--set theItem to choose file -- uncomment to test in an AS editor
  30971.     tell application "Finder"
  30972.         open item "Dev.CD May 00 TC:Sample Code:"
  30973.         activate
  30974.     end tell
  30975. on error errMsg number errNum
  30976.     --enter statements to perform when no records are found such as...
  30977.     display dialog "Sorry, the item you selected could not be found."
  30978.     return
  30979. end try
  30980. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  30981. Dev.CD May 00 TC
  30982. D!All Packages
  30983. Tool Chest Edition
  30984. PQDev.CD May 00 TC
  30985.  - Tool Chest
  30986.  - Localization
  30987.  - HC Stack Localization NavigatorV
  30988. 67803X
  30989. May 00^
  30990. --set theItem to choose file -- uncomment to test in an AS editor
  30991.     tell application "Finder"
  30992.         open item "Dev.CD May 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:"
  30993.         activate
  30994.     end tell
  30995. on error errMsg number errNum
  30996.     --enter statements to perform when no records are found such as...
  30997.     display dialog "Sorry, the item you selected could not be found."
  30998.     return
  30999. end try
  31000. e    No Changeq
  31001. Dev.CD May 00 TC
  31002. All Packages
  31003. Hebrew Language KitO
  31004. Dev.CD May 96 TCP
  31005. Dev.CD May 96 TV
  31006. 67804X
  31007. May 96
  31008. as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  31009. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  31010. System requirements are as follows:
  31011. Mexican Spanish TTS:
  31012.     System 7.0 or later
  31013.     68020 or better, including PowerPC
  31014.     1.3 MB RAM
  31015. MacinTalk 2:
  31016.     System 6.0.7 or later
  31017.     Any Mac CPU
  31018.     150K RAM
  31019. MacinTalk 3:
  31020.     System 7.0 or later
  31021.     33MHz 68030 or faster, 68040, or PowerPC
  31022.     300K RAM
  31023. MacinTalk Pro:
  31024.     System 7.0 or later
  31025.     68040 or PowerPC
  31026.     1.5 MB RAM
  31027. For English TTS, you can look at it the other way around:
  31028. With System 6.0.7, 6.0.8 use MacinTalk 2.
  31029. With System 7 aB
  31030. nd 68040 or PowerPC use MacinTalk 3 and MacinTalk Pro.
  31031. With System 7 and 68030 of 33MHz or faster use MacinTalk 3.
  31032. With System 7 and a slower processor use MacinTalk 2.
  31033. N7Speech, Synthesis, Text-to-Speech, MacinTalk, PlainTalkropean
  31034. distributors
  31035. summary
  31036. folder
  31037. contains
  31038. number
  31039. postscript
  31040. utilitie
  31041. summary
  31042. folder
  31043. contains
  31044. variety
  31045. hypercard
  31046. summary
  31047. folder
  31048. contains
  31049. complete
  31050. information
  31051. developR
  31052. 67631X
  31053. Nov 99^
  31054. --set theItem to choose file -- uncomment to test in an AS editor
  31055.     tell application "Finder"
  31056.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:"
  31057.         activate
  31058.     end tell
  31059. on error errMsg number errNum
  31060.     --enter statements to perform when no records are found such as...
  31061.     display dialog "Sorry, the item you selected could not be found."
  31062.     return
  31063. end try
  31064. Deletedq
  31065. Dev.CD Nov 99 TC
  31066. _D!All Packages
  31067. Tool Chest Edition
  31068. is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  31069. Features:
  31070.  lists all of the current System Software and Macintosh Systems
  31071.  handles more than one user at a time
  31072.  password capability
  31073.  easicapability
  31074.  easi
  31075. oercions
  31076. coexist
  31077. cohasset
  31078. collaborate
  31079. collaborationj
  31080. collation
  31081. collect`
  31082. collected
  31083. llectionb
  31084. collection
  31085. inside
  31086. macintosh
  31087. books
  31088. related
  31089. programming
  31090. collection
  31091. developer
  31092. documentation
  31093. collection
  31094. documentation
  31095. developer
  31096. notes
  31097. collections
  31098. collectionservices
  31099. collectpictcolors
  31100. collects
  31101. collyer
  31102. color[
  31103. Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you place a call to the Apple User Assistance Center or for recording system configurations during testing.
  31104. If you have one of the computers listed below, we recommend that you install Apple System Profiler now. Note that you MUST be running Mac OS version 7.5.2 or 7.5.3 or later to successfully install Apple System Profiler.
  31105. * Power Macintos
  31106. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  31107. * PowerBook 5300, 2300 and 190 series. 
  31108. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  31109. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  31110. Installation instructions:
  31111. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  31112. 2. Double-click on the Apple System Profiler Installer application. 
  31113. Ko.http://developer.apple.com/techpubs/index.htmlq
  31114. Dev.CD Apr 00 SDK1
  31115. LD!All Packages
  31116. Mac OS SDK Edition
  31117. F DeveloperDocumentation: Hardware
  31118. =================
  31119. What's New and Updated:
  31120. ==================
  31121. Power Mac G4 Developer Note
  31122. --------------------------------------
  31123. This developer note provides technical information about the Power Mac G4 computer. The developer note includes information about 
  31124.        - features 
  31125.        - compatibility issues 
  31126.        - internal logic 
  31127.        - I/O ports and built-in I/O devices 
  31128.        - RAM expansion 
  31129.        - expansion slots 
  31130.        - system software 
  31131. G4.pdfK
  31132. Apr 00L
  31133. Apr 00NWHardware Developer Documentation, developer notes, devnotes, Power Mac, Power MacintoshOWDev.CD Apr 00 SDK1:What's New:Developer Documentation:Developer Documentation:hardware:PbDev.CD Apr 00 SDK1
  31134.  - What's New
  31135.  - Developer Documentation
  31136.  - Developer Documentation
  31137.  - hardwareV
  31138. 67741X
  31139. Apr 00^
  31140. #://developer.apple.com/techpubs/index.html
  31141. environments
  31142. enwall
  31143. eoaccess
  31144. eocontrol
  31145. eointerface
  31146. eomodeler
  31147. epoch
  31148. eprom
  31149. equilibrium
  31150. equilibrium's
  31151. equivalent
  31152. erase
  31153. erases
  31154. erasing
  31155. errata
  31156. erratic
  31157. erroneous
  31158. error
  31159. error-handling
  31160. errors
  31161. ethernetQ
  31162. ethernets
  31163. ethertalkB
  31164. europeanj
  31165. evaluated
  31166. evaluates
  31167. evangelicalj
  31168. evangelism
  31169. evans
  31170. evenbetterbuserror
  31171. event]
  31172. editor@
  31173. endpoint@
  31174. filename@
  31175. filetool@
  31176. finder
  31177. strings@
  31178. framework@
  31179. getversion@
  31180. pages@
  31181. html@
  31182. imaging@
  31183. laserwriter
  31184. laserwriter
  31185. driver
  31186. printer
  31187. 8.5.1@
  31188. laserwriter
  31189. bridge@
  31190. launch@
  31191. macapp@
  31192. memory@
  31193. multi-processing@
  31194. notes@
  31195. optimizing@
  31196. ot/ppp@
  31197. overview@
  31198. plaintalk@
  31199. power@
  31200. profiler@
  31201. quicktime@
  31202. quicktime
  31203. conferencing@
  31204. replacement@
  31205. rgbforecolor@
  31206. screen@
  31207. mode@
  31208. search@
  31209. selected@
  31210. serial
  31211. ports@
  31212. soundsprocket@
  31213. system@
  31214. technote@
  31215. translation@
  31216. unix@
  31217. view@
  31218. workgroup
  31219. server@
  31220. been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools: 
  31221. To be considered for inclusion in these exciting, high-v
  31222. nto multiple-node movies. Use the QTVR 1.0 Authoring Tools Suite available in the Apple Developer Catalog for these purposes. 
  31223. The folders Make QTVR Object 1.0b2 and Make QTVR Panorama 1.0b2 contain the source code for the QuickTime VR beta-level, unsupported tools Make QTVR Object and Make QTVR Panorama. This source code is an example of how to use the file format information described in Apple Technote 1035, QuickTime VR 1.0 Panorama Movie File Format, and Apple Technote 1036, QuickTimeD
  31224.  VR 1.0 Object Movie File Format. 
  31225. This code:
  31226.  Is beta-level and unsupported. 
  31227.  Is available as a pair of MPW Projector databases or as individual files. 
  31228. Issues:  These are beta-level tools and are unsupported. 
  31229. Sample Code.imgK
  31230. Jun 96M
  31231. These tools run on a Macintosh and require several megabytes of free memory -- the larger the files to be created, the more memory is required.   The code requires a Macintosh and an appropriate development environment.O
  31232. Dev.CD May 00 TC:Sample Code:
  31233. p--set theItem to choose file -- uncomment to test in an AS editor
  31234.     tell application "Finder"
  31235.         open item "Dev.CD May 94
  31236. Dev.CD Feb 94"
  31237.         activate
  31238.     end tell
  31239. on error errMsg number errNum
  31240.     --enter statements to perform when no records are found such as...
  31241.     display dialog "Sorry, the item you selected could not be found."
  31242.     return
  31243. end try
  31244. uld not be found."
  31245.     return
  31246. end try
  31247. All Packages
  31248. System 7.5 Update 2.0O
  31249. Dev.CD Jul 96 SSWP
  31250. Dev.CD Jul 96 SSV
  31251. 67206X
  31252. Jul 96
  31253. f--set theItem to choose file -- uncomment to test in an AS editor
  31254.     tell application "Finder"
  31255.         open item "Dev.CD Jul 96 SSW"
  31256.         activate
  31257.     end tell
  31258. on error errMsg number errNum
  31259.     --enter statements to perform when no records are found such as...
  31260.     display dialog "Sorry, the item you selected could not be found."
  31261.     return
  31262. end try
  31263. All Packages
  31264. System 7.5 Update 2.0O
  31265. Dev.CD Jul 96 SSWP
  31266. Dev.CD Jul 96 SSV
  31267. 67207X
  31268. Jul 96
  31269. Updatedo
  31270. http://developer.apple.com/sdkq
  31271. Dev.CD Jun 00 RL Disk 1
  31272. nD!All Packages
  31273. Mac OS SDK Edition
  31274. contains 3 folders title Documentation, Samples and Tools.
  31275.   Documentation
  31276.    *  Designing PCI Cards&Drivers
  31277.     -  Describes the current Design environment for PCI and CardBus cards
  31278.    *  PCI Binding to OF v2.1
  31279.     -  This is the Addendum to IEEE 1275 for Boot Initialization
  31280. Configuration
  31281.    *  MacOS PC Card Family 3.0
  31282.     -  Describes the Architecture and Implementation of PC Card (Card Bus)
  31283. 3.0 under MacOS
  31284.   Samples
  31285.    *  CustomEnabler
  31286.     -  Provides source code a
  31287. s an example of a SystemSoft custom enabler to
  31288. support multiple cards
  31289.    *  Another CustomEnabler
  31290.     -  Provides source code as an example of a custom enabler designed to
  31291. correct the IBM OEM Ethernet PC Card.
  31292.   Tools
  31293.    *  Display Name Registry 2.0
  31294.     -  Displays the Macintosh
  31295. s Name Registry and Device Tree
  31296.    *  TupleDumper
  31297.     -  
  31298. Dumps
  31299.  the CardBus (PCMCIA) tuples of any inserted PC cardsinserted PC cards
  31300. movingt
  31301. moving
  31302. source
  31303. powerpc
  31304. mpc106A
  31305. mpdelayuntil
  31306. mping
  31307. system
  31308. mpw's
  31309. mpw-hosted
  31310. mpw-related
  31311. toolkit
  31312. mrj's
  31313. mrj-dev
  31314. mrjclasses
  31315. mrjlib
  31316. mrplus
  31317. mrplus
  31318. performance
  31319. analysis
  31320. powerpc
  31321. applicatio
  31322. ms-dos
  31323. msdos
  31324. nager and the reasons you should use it. 
  31325. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  31326. Vol IIIL
  31327. Jun 95
  31328. 3236X
  31329. --set theItem to choose file -- uncomment to test in an AS editor
  31330.     tell application "Finder"
  31331.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Display Manager SDK:"
  31332.         activate
  31333.     end tell
  31334. on error errMsg number errNum
  31335.     --enter statements to perform when no records are found such as...
  31336.     display dialog "Sorry, the item you selected could not be found."
  31337.     return
  31338. end try
  31339. er. Special considerations should  be taken when considering memory requirements
  31340. A for your imaging model. Images scanned at high resolutions can be extremely large so you may want to consider spooling the data off to disk as it comes in from the scanner. This method will reduce the overall footprint of your application and allow for high resolution scans without allocating huge quantities of memory.
  31341. JRProgGuide to Apple Scanners
  31342. Scan Image 1.0:
  31343. Scanner - Read Me
  31344. Scanner 4.1 AddendumK
  31345. Mar 93L
  31346. Nov 96OFDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:
  31347. (Okay, I've mentioned that already, but I couldn't decide what heading it under.)
  31348.     -Using lists in document windows.
  31349.  Resource Manager
  31350.     -Opening resource forks without loading all preloaded resources. This is particularly important when opening
  31351.      application resource forks that may contain preloaded 'CODE' resources.
  31352.  Dialog Manager
  31353.     -Non standard text styles in a dialog, including popup menus and editable text items.
  31354.     -Support a number of moveable modal dialogs in an 
  31355. application.
  31356. It also demonstrates:
  31357.   -How to properly support the standard event loop, including basic support for multiple monitors.
  31358.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  31359.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  31360.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  31361.   -An example of using 
  31362. 68001X
  31363. Apr 98^
  31364. --set theItem to choose file -- uncomment to test in an AS editor
  31365.     tell application "Finder"
  31366.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:"
  31367.         activate
  31368.     end tell
  31369. on error errMsg number errNum
  31370.     --enter statements to perform when no records are found such as...
  31371.     display dialog "Sorry, the item you selected could not be found."
  31372.     return
  31373. end try
  31374. e    No Changef
  31375. PCCard
  31376. Hooper
  31377. PowerBook
  31378. Cometq
  31379. Dev.CD Apr 98 SDK1
  31380. PC Card SDKsI
  31381. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  31382. PC Card Manager 3.0
  31383. What's the difference?K
  31384. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  31385.  - Development Kits
  31386.  - Hardware
  31387.  - PC Card SDKsV
  31388. 68002X
  31389. 1rd SDKsV
  31390. 68002X
  31391. 1e    No Change
  31392. stuff
  31393. style
  31394. style
  31395. styleguide00u
  31396. submission
  31397. success
  31398. suitem
  31399. suitesm
  31400. suites
  31401. under
  31402. developmentm
  31403. support
  31404. supporting
  31405. supporting
  31406. files
  31407. survey
  31408. survival
  31409. guide
  31410. sweden
  31411. sweden
  31412. distributors/localiz
  31413. swedish
  31414. swedish
  31415. 1.1.3
  31416. switch
  31417. switch
  31418. switz
  31419. switz
  31420. distributors/localiz
  31421. symantec
  31422. symantec
  31423. builds
  31424. symfilesv
  31425. synccatch
  31426. synchronization
  31427. synthesis
  31428. system
  31429. additions
  31430. system
  31431. folder
  31432. items
  31433. systemfolder
  31434. systemfolder
  31435. tabloid
  31436. tabloid
  31437. target
  31438. tccalc
  31439. tcp/ip
  31440. tcp/ip
  31441. administration
  31442. image
  31443. tcp/ip
  31444. connection
  31445. image
  31446. tcp/ip
  31447. mib-ii
  31448. alias
  31449. technical
  31450. technique
  31451. techniques
  31452. technotes
  31453. OIDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:8
  31454. 24GC 7.0:PTDev.CD Nov 99 TC
  31455.  - Tool Chest
  31456.  - Hardware
  31457.  - Display & Video Hardware
  31458. 24GC 7.0V
  31459. 67552X
  31460. Nov 99^
  31461. --set theItem to choose file -- uncomment to test in an AS editor
  31462.     tell application "Finder"
  31463.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:8
  31464. 24GC 7.0:"
  31465.         activate
  31466.     end tell
  31467. on error errMsg number errNum
  31468.     --enter statements to perform when no records are found such as...
  31469.     display dialog "Sorry, the item you selected could not be found."
  31470.     return
  31471. end try
  31472. Deletedf
  31473. Videoq
  31474. Dev.CD Nov 99 TC
  31475. D!All Packages
  31476. Tool Chest Edition
  31477. A-Law sdec/scomI
  31478. A sample fat compression/decompression Sound Manager component example.
  31479. Shows how to make a compression component, a decompression component, and how to make a fat component.J
  31480. Sample Code.imgK
  31481. Aug 97N1component, compression, decompression, sdec, scomO
  31482. Dev.CD May 00 TC:Sample Code:nge
  31483. tandardsw
  31484. x--set theItem to choose file -- uncomment to test in an AS editor
  31485.     tell application "Finder"
  31486.         open item "Dev.CD Aug 96 TC
  31487. Dev.CD Jan 96 SDK1"
  31488.         activate
  31489.     end tell
  31490. on error errMsg number errNum
  31491.     --enter statements to perform when no records are found such as...
  31492.     display dialog "Sorry, the item you selected could not be found."
  31493.     return
  31494. end try
  31495.  not be found."
  31496.     return
  31497. end try
  31498. e    No ChangefBMacApp
  31499. Framework
  31500. Object-oriented
  31501. Classes
  31502. Editor
  31503. Resources
  31504. /A(http://developer.apple.com/tools/macapp/
  31505. Dev.CD Apr 00 SDK1
  31506. All Packages
  31507. Adobe Acrobat Reader
  31508. 66329X
  31509. Dev.CD Apr 95
  31510. Dev.CD Jan 95P
  31511. Dev.CD Apr 95
  31512. Dev.CD Jan 9V
  31513. 68033X
  31514. Apr 95
  31515. p--set theItem to choose file -- uncomment to test in an AS editor
  31516.     tell application "Finder"
  31517.         open item "Dev.CD Apr 95
  31518. Dev.CD Jan 95"
  31519.         activate
  31520.     end tell
  31521. on error errMsg number errNum
  31522.     --enter statements to perform when no records are found such as...
  31523.     display dialog "Sorry, the item you selected could not be found."
  31524.     return
  31525. end try
  31526. All Packages
  31527. F    PowerTalkO
  31528. Dev.CD Apr 95P
  31529. Dev.CD Apr 9V
  31530. 68034X
  31531. Apr 95
  31532. b--set theItem to choose file -- uncomment to test in an AS editor
  31533.     tell application "Finder"
  31534.         open item "Dev.CD Apr 95"
  31535.         activate
  31536.     end tell
  31537. on error errMsg number errNum
  31538.     --enter statements to perform when no records are found such as...
  31539.     display dialog "Sorry, the item you selected could not be found."
  31540.     return
  31541. end try
  31542. All Packages
  31543. F    PowerTalkO
  31544. Dev.CD Apr 95P
  31545. Dev.CD Apr 9V
  31546. 68035X
  31547. Apr 95
  31548. e Evans.
  31549. heaps
  31550. heart
  31551. heartbeat
  31552. heavily
  31553. heavy
  31554. hebreu
  31555. hebrew
  31556. hecht
  31557. hedgingj
  31558. height
  31559. helpZ
  31560. helper
  31561. helpful
  31562. helping
  31563. helpsZ
  31564. hierarchical
  31565. hifi-color
  31566. highg
  31567. high-end
  31568. high-leveld
  31569. high-performance
  31570. high-quality
  31571. higher
  31572. highlighting
  31573. highlightsj
  31574. highly-successful
  31575. hindi
  31576. 68721X
  31577. May 00^
  31578. r--set theItem to choose file -- uncomment to test in an AS editor
  31579.     tell application "Finder"
  31580.         open item "Dev.CD May 00 TC:Sample Code:"
  31581.         activate
  31582.     end tell
  31583. on error errMsg number errNum
  31584.     --enter statements to perform when no records are found such as...
  31585.     display dialog "Sorry, the item you selected could not be found."
  31586.     return
  31587. end try
  31588. e    No Changeq
  31589. Dev.CD May 00 TC
  31590. !D!All Packages
  31591. Tool Chest Edition
  31592. TransferProvider
  31593. This sample demonstrates how to use OTTransferProviderOwnership to transfer the ownership of an Open Transport provider (eg an endpoint) between Open Transport clients.  In this example, an endpoint is transferred between a shared library and an application that calls that shared library.  The code from this sample is featured in the latest release (v1.2) of the book 
  31594. Inside Macintosh: Open Transport
  31595. Sample Code.imgK
  31596. Nov 97M
  31597. Open Transport 1.1.1 or later:Sample Code:V
  31598. 68722X
  31599. 1e    No Change
  31600. ter drivers under various circumstances. Read TN#91 for details.
  31601. PostScriptHandleDemo:  This sample demonstrates how to use the PostScriptHandle PicComment to send PostScript to PostScript printers. This is of course only useful for PostScript printers.
  31602. Print clipped offscreen: This sample shows how to print a clipped offscreen. Replaces old sample called 'Offscreen region MaskRgn'.
  31603. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the righ
  31604. t number of sheets of paper to tape together and make a poster, like many drawing applications.
  31605. PrintDialogMagic:  A short example of how to avoid having the print dialogs wait for user response (useful for automated printing).
  31606. Rotated Thingies:  This example demonstrates how to rotate objects on PostScript printers using two methods: RotateBegin/End PicComments and TextBegin/End PicComments. PrGeneral is used to change the resolution, which throws another wrench in the works: scaling.
  31607. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  31608. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  31609. -   AppleLink:  GONZALEZ3
  31610. -   Internet:   gonzalez3@applelink.apple.com
  31611. -   Fax:        (408) 974-9456
  31612. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  31613. Thanks for your feedback.
  31614. Regards,
  31615. Ricardo G
  31616. Summary:  The Apple International Glossaries contains translations for 1337 MacOS terms in 34 languages.
  31617. The "Apple International Glossaries" folder contains a Read Me file and 3 sub-folders:
  31618. 1. Apple Int'l Glossaries (TXT); this folder contains text file format.
  31619. 2. Apple Int'l Glossaries (SS); this folder contains Claris Works 4.0 spreadsheet file format.
  31620. 3. Apple Int'l Glossaries (LG); this folder contains AppleGlot file format.
  31621. Features:
  31622.  As a developer, you save time and money in th
  31623. e localization process. Now you can translate all resources that contain standard MacOS terminology automatically.
  31624.  Your localized products will be more consistent with the translated MacOS. 
  31625.  To look up a specific term easily, we have provided the Glossaries as ClarisWorks spreadsheet (SS) tables. You can find these in the folder "Apple Glossaries (SS)".
  31626.  To import the Glossaries into other spreadsheets or databases, we have also provided them as tab-delimited text files. You can find 
  31627. MMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  31628.  - Development Kits (Disc 1)
  31629.  - Macintosh Easy Openpen item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Networks:"
  31630.         activate
  31631.     end tell
  31632. on error errMsg number errNum
  31633.     --enter statements to perform when no records are found such as...
  31634.     display dialog "Sorry, the item you selected could not be found."
  31635.     return
  31636. end try
  31637. e    No Changeq
  31638. Dev.CD May 00 TC
  31639. D!All Packages
  31640. Mac OS SDK Edition
  31641. Nav Svcs 1.0 SDK
  31642. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  31643. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  31644. M%Multiprocessor hardware NOT required!N-multiprocessing, multitasking, multiprocessorOMDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:PXDev.CD Feb 00 TC
  31645.  - What's New?
  31646.  - Development Kits
  31647.  - Mac OS
  31648.  - Multiprocessing 2.1 SDKV
  31649. 67945X
  31650. Feb 00^
  31651. --set theItem to choose file -- uncomment to test in an AS editor
  31652.     tell application "Finder"
  31653.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:"
  31654.         activate
  31655.     end tell
  31656. on error errMsg number errNum
  31657.     --enter statements to perform when no records are found such as...
  31658.     display dialog "Sorry, the item you selected could not be found."
  31659.     return
  31660. end try
  31661. e    No Changef+multiprocessing
  31662. multitasking
  31663. multiprocessoro
  31664. http://developer.apple.com/sdk/q
  31665. Dev.CD Feb 00 TC
  31666. D!All Packages
  31667. Tool Chest Edition
  31668. MusicMixereveloper Documentation:Technical Publications:PUDev.CD Apr 00 SDK1
  31669.  - What's New
  31670.  - Developer Documentation
  31671.  - Technical Publications
  31672. Lurkers 1.7
  31673. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  31674. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool HCI
  31675. Mass Storage Class Driver
  31676. HID Class Driver
  31677. Keyboard Driver
  31678. Mouse Driver
  31679. Mac OS USB
  31680. http://developer.apple.com/sdk
  31681. Dev.CD Jun 00 RL Disk 1
  31682. D!All Packages
  31683. Tool Chest Edition
  31684. MacApp Developer Survey
  31685.      Chest:Testing & Debugging:MemHell:P@Dev.CD May 00 TC
  31686.  - Tool Chest
  31687.  - Testing & Debugging
  31688.  - MemHellV
  31689. 62981X
  31690. May 00^
  31691. aegizmos_
  31692. appear
  31693. where
  31694. location
  31695. memory
  31696. 68197X
  31697. Jan 95
  31698. p--set theItem to choose file -- uncomment to test in an AS editor
  31699.     tell application "Finder"
  31700.         open item "Dev.CD Jan 95
  31701. Dev.CD Oct 94"
  31702.         activate
  31703.     end tell
  31704. on error errMsg number errNum
  31705.     --enter statements to perform when no records are found such as...
  31706.     display dialog "Sorry, the item you selected could not be found."
  31707.     return
  31708. end try
  31709. All Packages
  31710. F    QuickTimeO
  31711. Dev.CD Jan 96 SSWP
  31712. Dev.CD Jan 96 SSV
  31713. 68198X
  31714. Jan 96
  31715. f--set theItem to choose file -- uncomment to test in an AS editor
  31716.     tell application "Finder"
  31717.         open item "Dev.CD Jan 96 SSW"
  31718.         activate
  31719.     end tell
  31720. on error errMsg number errNum
  31721.     --enter statements to perform when no records are found such as...
  31722.     display dialog "Sorry, the item you selected could not be found."
  31723.     return
  31724. end try
  31725. All Packages
  31726. F    QuickTimeO
  31727. Dev.CD Jan 96 SSWP
  31728. Dev.CD Jan 96 SSV
  31729. 68199X
  31730. Jan 96
  31731. installing
  31732. installing
  31733. opendoc
  31734. NuBusTester:  A library (with source) to detect early Macintosh II CPU ROMs that didn't handle declaration ROMs in 32-bit space correctly.  Jm-Read Me
  31735. -Read Me.txt
  31736. nbTestIntf.p
  31737. nbTestLib.o
  31738. nbTestLib.
  31739. NuBusTest
  31740. NuBusTest.make
  31741. NuBusTest.p
  31742. NuBusTest.p.oK
  31743. Oct 92OCDev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:PNDev.CD May 00 TC
  31744.  - Tool Chest
  31745.  - Devices
  31746.  - NuBus/Slot Manager
  31747.  - NuBusTesterV
  31748. 67963X
  31749. May 00^
  31750. --set theItem to choose file -- uncomment to test in an AS editor
  31751.     tell application "Finder"
  31752.         open item "Dev.CD May 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  31753.         activate
  31754.     end tell
  31755. on error errMsg number errNum
  31756.     --enter statements to perform when no records are found such as...
  31757.     display dialog "Sorry, the item you selected could not be found."
  31758.     return
  31759. end try
  31760. e    No Changeq
  31761. Dev.CD May 00 TC
  31762. +D!All Packages
  31763. Tool Chest Edition
  31764. Object Pascal to C++ Tips 2 code:K
  31765. Vol IIIL
  31766. Jun 95 if required DrawSprock
  31767. Summary:  The Telephone Manager is a new manager for the Macintosh Communications Toolbox. It provides a programming interface that lets you develop a variety of telephony applications, including screen-based telephony applications and Macintosh-based answering machines.
  31768. Using the Telephone Manager, applications can offer telephone services to users yet operate independently of the user
  31769. s network type or telephone type. For example, a Macintosh application can serve as a virtual telephone
  31770. whether the telephone network provides Integrated Services Digital Network (ISDN) service or 
  31771. plain old telephone service
  31772.  (POTS), and whether the attached telephone set is a speakerphone or a mobile telephone.
  31773. Issues:  Contact System Software Licensing for licensing details.
  31774. J|Apple Telecom Software 2.1:
  31775. Documentation:
  31776. Interfaces:
  31777. Libraries:
  31778. Stiletto Program:
  31779. Stiletto Sources:
  31780. Telephone Manager 3.0:K
  31781. Sep 93L
  31782. Jan 96O=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:
  31783. 7J)Development:
  31784. Japanese:
  31785. Recipes:
  31786. Apr 96L
  31787. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  31788.  - Development Kits (Disc 2)
  31789.  - OpenDoc InternationalV
  31790. 67976X
  31791. Jan 97^
  31792. --set theItem to choose file -- uncomment to test in an AS editor
  31793.     tell application "Finder"
  31794.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  31795.         activate
  31796.     end tell
  31797. on error errMsg number errNum
  31798.     --enter statements to perform when no records are found such as...
  31799.     display dialog "Sorry, the item you selected could not be found."
  31800.     return
  31801. end try
  31802. Deletedq
  31803. Dev.CD Jan 97 SDK2
  31804. 8D!All Packages
  31805. Tool Chest Edition
  31806. OpenFWBridgeFixJul97
  31807.      MacTCP connections for any connections which are allocated within the currently quitting or crashing application. Any such connection will be closed and its assocated MacTCP stream will be released.  This will prevent most of the Mac crashes associated wit
  31808. projects
  31809. projectx
  31810. projlistmenu
  31811. prominent
  31812. prominently
  31813. promised
  31814. promises
  31815. promotion
  31816. promotional
  31817. promotions
  31818. prompt
  31819. promptsY
  31820. proofreadersu
  31821. propagates
  31822. proper
  31823. properly
  31824. properties
  31825. property
  31826. propertylist
  31827. proportional
  31828. propositinj
  31829. proprietary
  31830. prospective
  31831. protect
  31832. protected
  31833. proto
  31834. protocol
  31835. prove
  31836. proves
  31837. provideZ
  31838. provideds
  31839. 67735X
  31840. Sept 9^
  31841. --set theItem to choose file -- uncomment to test in an AS editor
  31842.     tell application "Finder"
  31843.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  8:"
  31844.         activate
  31845.     end tell
  31846. on error errMsg number errNum
  31847.     --enter statements to perform when no records are found such as...
  31848.     display dialog "Sorry, the item you selected could not be found."
  31849.     return
  31850. end try
  31851. Deletedq
  31852. Dev.CD Sept 96 RL
  31853. GD(All Packages
  31854. Reference Library Edition
  31855. develop Issue  9
  31856.     ment to test in an AS editor
  31857.     tell application "Finder"
  31858.         open item "Dev.CD Oct 93
  31859.         activate
  31860.     end tell
  31861. on error errMsg number errNum
  31862.     --enter statements to perform when no records are found such as...
  31863.     display dialog "Sorry, the item you selected could not be found."
  31864.     return
  31865. end try
  31866. All Packages
  31867. F    QuickTimeO)Dev.CD Oct 93
  31868. Dev.CD Jul 93
  31869. Dev.CD Apr 93P(Dev.CD Oct 93
  31870. Dev.CD Jul 93
  31871. Dev.CD Apr 9V
  31872. 67005X
  31873. Oct 93
  31874. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  31875. JQDisplay Device Driver Guide
  31876. Mac OS Runtime Architectures
  31877. Read Me - Other SSW DocsK
  31878. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  31879.  - Technical Documentation
  31880.  - More SSW DocumentationpleSearch Client API for Windows, and
  31881.  updated documentation.
  31882. J/AppleSearch - Read Me First
  31883. Macintosh:
  31884. Windows:K
  31885. Feb 94L
  31886. Nov 94nge
  31887. white
  31888. win2maccountersample
  31889. windowpicker
  31890. windowpicker
  31891. windows
  31892. services
  31893. 1.0.8
  31894. services
  31895. suite
  31896. 1.0.7
  31897. workbook
  31898. workgroup
  31899. workgroup
  31900. server
  31901. worldscript
  31902. worldscript
  31903. updater
  31904. worldwide
  31905. worldwide
  31906. quickdraw
  31907. worldwide
  31908. system
  31909. software
  31910. 1-12/96k
  31911. 1-bit
  31912. 1.0.0d3
  31913. 1.0.1h
  31914. 1.0.2h
  31915. 1.0.3e
  31916. 1.0.6
  31917. 1.0.8
  31918. 1.0a5
  31919. 1.0b1
  31920. 1.0b2
  31921. 1.0d1
  31922. 1.0d8
  31923. 1.1.1
  31924. 1.1.2
  31925. 67607X
  31926. May 00^
  31927. --set theItem to choose file -- uncomment to test in an AS editor
  31928.     tell application "Finder"
  31929.         open item "Dev.CD May 00 TC:Tool Chest:Networking:AppleTalk and PPP:"
  31930.         activate
  31931.     end tell
  31932. on error errMsg number errNum
  31933.     --enter statements to perform when no records are found such as...
  31934.     display dialog "Sorry, the item you selected could not be found."
  31935.     return
  31936. end try
  31937. e    No Changeq
  31938. Dev.CD May 00 TC
  31939. GD!All Packages
  31940. Mac OS SDK Edition
  31941.  folder contains:
  31942.  the current release of AppleTalk Connection for Macintosh (version 1.1),
  31943.  the current release of AppleTalk Administration for Macintosh (version 1.1)
  31944. IMPORTANT NOTES
  31945. AppleTalk Connection installs the version 1.1.2 of the
  31946. Apple Shared Library Manager. Do not use AppleTalk Connection version 1.1 or AppleTalk Administration version 1.1 with an older version of Apple Shared Library Manager.
  31947. AppleTalk Connection relies on the latest release of MacSNMP vease of MacSNMP v
  31948. interleaving
  31949. internationals
  31950. international
  31951. glossariess
  31952. internationalizationy
  31953. internet
  31954. interrupt
  31955. interrupt
  31956. debugging
  31957. introduction
  31958. investment
  31959. iostreams
  31960. cd-rom
  31961. device
  31962. driver
  31963. inputsprocket
  31964. powerplant
  31965. items
  31966. japanese
  31967. after
  31968. wombat
  31969. tutorial
  31970. introduction
  31971. programming
  31972. learning
  31973. jbindery
  31974. jdirect
  31975. jmanager
  31976. joystick
  31977. kernel
  31978. All Packages
  31979. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  31980. Dev.CD Jan 94
  31981. Dev.CD Oct 93
  31982. Dev.CD Jul 93
  31983. Dev.CD Apr 93PDDev.CD Apr 94
  31984. Dev.CD Jan 94
  31985. Dev.CD Oct 93
  31986. Dev.CD Jul 93
  31987. Dev.CD Apr 9V
  31988. 68641X
  31989. Apr 94
  31990. --set theItem to choose file -- uncomment to test in an AS editor
  31991.     tell application "Finder"
  31992.         open item "Dev.CD Apr 94
  31993. Dev.CD Jan 94
  31994. Dev.CD Oct 93
  31995. Dev.CD Jul 93
  31996. Dev.CD Apr 93"
  31997.         activate
  31998.     end tell
  31999. on error errMsg number errNum
  32000.     --enter statements to perform when no records are found such as...
  32001.     display dialog "Sorry, the item you selected could not be found."
  32002.     return
  32003. end try
  32004. All Packages
  32005. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32006. Dev.CD Jan 94
  32007. Dev.CD Oct 93
  32008. Dev.CD Jul 93
  32009. Dev.CD Apr 93PDDev.CD Apr 94
  32010. Dev.CD Jan 94
  32011. Dev.CD Oct 93
  32012. Dev.CD Jul 93
  32013. Dev.CD Apr 9V
  32014. 68642X
  32015. Apr 94
  32016. enviroment
  32017. environementz
  32018. environmentj
  32019. OCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  32020.  - Development Kits
  32021.  - QuickDraw 3D for Windows 1.5.2V
  32022. 68113X
  32023. Apr 99^
  32024. --set theItem to choose file -- uncomment to test in an AS editor
  32025.     tell application "Finder"
  32026.         open item "Dev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:"
  32027.         activate
  32028.     end tell
  32029. on error errMsg number errNum
  32030.     --enter statements to perform when no records are found such as...
  32031.     display dialog "Sorry, the item you selected could not be found."
  32032.     return
  32033. end try
  32034. Deletedf
  32035. QuickDraw 3D
  32036. Windows
  32037. Metafileq
  32038. Dev.CD Apr 99 SDK1
  32039. D!All Packages
  32040. Mac OS SDK Edition
  32041. QuickDraw GX
  32042.     nformation in the SDK is the same. The 3.1 version of the .Keyboard font contains fifteen additional glyphs for displaying the function keys F1 to F15 in menus and dialogs.
  32043. 66340X
  32044. 1e    No Change
  32045. styleu
  32046. success
  32047. suite
  32048. suitesm
  32049. super
  32050. survey
  32051. firewire
  32052. D!All Packages
  32053. Mac OS SDK Edition
  32054. AdLib 2.6.5
  32055. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  32056. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  32057. lay dialog "Sorry, the item you selected could not be found."
  32058.     return
  32059. end try
  32060. e    No ChangefZtraversing related tables
  32061. referential integrity rules
  32062. validation and reformatting
  32063. databaseq
  32064. Dev.CD Apr 00 SDK1
  32065. ;D!All Packages
  32066. Tool Chest Edition
  32067. WebObjects Memory Mgmt
  32068. Dev.CD Jul 93
  32069. Dev.CD Apr 9V
  32070. 68250X
  32071. Jul 93
  32072. p--set theItem to choose file -- uncomment to test in an AS editor
  32073.     tell application "Finder"
  32074.         open item "Dev.CD Jul 93
  32075. Dev.CD Apr 93"
  32076.         activate
  32077.     end tell
  32078. on error errMsg number errNum
  32079.     --enter statements to perform when no records are found such as...
  32080.     display dialog "Sorry, the item you selected could not be found."
  32081.     return
  32082. end try
  32083. All Packages
  32084. F    QuickTimeO
  32085. Dev.CD Jul 93
  32086. Dev.CD Apr 93P
  32087. Dev.CD Jul 93
  32088. Dev.CD Apr 9V
  32089. 68251X
  32090. Jul 93
  32091. p--set theItem to choose file -- uncomment to test in an AS editor
  32092.     tell application "Finder"
  32093.         open item "Dev.CD Jul 93
  32094. Dev.CD Apr 93"
  32095.         activate
  32096.     end tell
  32097. on error errMsg number errNum
  32098.     --enter statements to perform when no records are found such as...
  32099.     display dialog "Sorry, the item you selected could not be found."
  32100.     return
  32101. end try
  32102. All Packages
  32103. F    QuickTimeO
  32104. Dev.CD Jul 93
  32105. Dev.CD Apr 93V
  32106. 68252X
  32107. All Packages
  32108. Chinese Language KitO
  32109. Dev.CD Nov 97 TCP
  32110. Dev.CD Nov 97 TV
  32111. 67660X
  32112. Nov 97
  32113. e--set theItem to choose file -- uncomment to test in an AS editor
  32114.     tell application "Finder"
  32115.         open item "Dev.CD Nov 97 TC"
  32116.         activate
  32117.     end tell
  32118. on error errMsg number errNum
  32119.     --enter statements to perform when no records are found such as...
  32120.     display dialog "Sorry, the item you selected could not be found."
  32121.     return
  32122. end try
  32123. All Packages
  32124. Chinese Language KitO
  32125. Dev.CD May 98 TCP
  32126. Dev.CD May 98 TV
  32127. 67661X
  32128. May 98
  32129. e--set theItem to choose file -- uncomment to test in an AS editor
  32130.     tell application "Finder"
  32131.         open item "Dev.CD May 98 TC"
  32132.         activate
  32133.     end tell
  32134. on error errMsg number errNum
  32135.     --enter statements to perform when no records are found such as...
  32136.     display dialog "Sorry, the item you selected could not be found."
  32137.     return
  32138. end try
  32139. All Packages
  32140. Chinese Language Kit UpdaterV
  32141. 67662X
  32142. All Packages
  32143. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  32144. Dev.CD Jan 94
  32145. Dev.CD Oct 93
  32146. Dev.CD Jul 93
  32147. Dev.CD Apr 93PDDev.CD Apr 94
  32148. Dev.CD Jan 94
  32149. Dev.CD Oct 93
  32150. Dev.CD Jul 93
  32151. Dev.CD Apr 9V
  32152. 68452X
  32153. Apr 94
  32154. --set theItem to choose file -- uncomment to test in an AS editor
  32155.     tell application "Finder"
  32156.         open item "Dev.CD Apr 94
  32157. Dev.CD Jan 94
  32158. Dev.CD Oct 93
  32159. Dev.CD Jul 93
  32160. Dev.CD Apr 93"
  32161.         activate
  32162.     end tell
  32163. on error errMsg number errNum
  32164.     --enter statements to perform when no records are found such as...
  32165.     display dialog "Sorry, the item you selected could not be found."
  32166.     return
  32167. end try
  32168. All Packages
  32169. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  32170. Dev.CD Jan 94
  32171. Dev.CD Oct 93
  32172. Dev.CD Jul 93
  32173. Dev.CD Apr 93PDDev.CD Apr 94
  32174. Dev.CD Jan 94
  32175. Dev.CD Oct 93
  32176. Dev.CD Jul 93
  32177. Dev.CD Apr 9V
  32178. 68453X
  32179. Apr 94
  32180. basing
  32181. handles
  32182. handwriting
  32183. hardwareA
  32184. Jan 94
  32185. Mar 92nge
  32186. 67608X
  32187. Apr 98^
  32188. --set theItem to choose file -- uncomment to test in an AS editor
  32189.     tell application "Finder"
  32190.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:"
  32191.         activate
  32192.     end tell
  32193. on error errMsg number errNum
  32194.     --enter statements to perform when no records are found such as...
  32195.     display dialog "Sorry, the item you selected could not be found."
  32196.     return
  32197. end try
  32198. e    No Changeq
  32199. Dev.CD Apr 98 SDK1
  32200. HD!All Packages
  32201. Tool Chest Edition
  32202. AppleTalk SW for SNMP
  32203. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  32204. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  32205. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  32206. e    No Change
  32207. fonts
  32208. footprintg
  32209. ion from your driver, greatly easing your debugging woes.
  32210. Graphics Hints From Forrest: Using the Palette Manager Off-Screen  by Forrest Tanaka.  Can you use the Palette Manager to manage colors in off-screen ports? Well, yes, but there are some caveats.
  32211. Be Our Guest: Background-Only Applications in System 7  by C. K. Haun.   Faceless background tasks provide a handy way out of some sticky situations. C. K. shows you the basics.
  32212. J(develop Issue  9:
  32213. develop Issue  9 code:K
  32214. Vol IIIL
  32215. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  9:PKDev.CD Sept 96 RL
  32216.  - Technical Documentation
  32217.  - develop
  32218.  - develop Issue  9l application "Finder"
  32219.         open item "Dev.CD Jan 94"
  32220.         activate
  32221.     end tell
  32222. on error errMsg number errNum
  32223.     --enter statements to perform when no records are found such as...
  32224.     display dialog "Sorry, the item you selected could not be found."
  32225.     return
  32226. end try
  32227. All Packages
  32228. F    QuickTimeV
  32229. 66995X
  32230. ped by an exception (or displayed by the MRJ MacsBug dcmd options 
  32231. mrj sc
  32232.  and 
  32233. mrj threads
  32234. ) will include valid source line numbers. This is of great help to us in debugging if you send us MacsBug logs or console output. NOTE: You must disable the JITC to reliably get line numbers. To do so, move the 
  32235. MRJ Symantec JITC
  32236.  library from the 
  32237. MRJ Libraries
  32238.  folder to somewhere outside the System Folder.
  32239. MRJLib contains user breaks (warnings) that MRJ will generate when it detects it has enter
  32240. ed an invalid state. These warnings will drop you into MacsBug; you can just continue execution by typing 
  32241.  in MacsBug followed by the return key. There is no need to kill the target application (
  32242. ) since user breaks are not crashes!  
  32243. MRJLib has been compiled with PowerPC 
  32244. traceback tables
  32245.  enabled. This results in much more accurate native stack crawls that correctly display the names of functions/methods. This is of great help to us in debugging if you send us MacsBug logs when a 
  32246. devanagari
  32247. develop\
  32248. develop-ers
  32249. developed
  32250. developerR
  32251. All Packages
  32252. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  32253. Dev.CD Jan 94
  32254. Dev.CD Oct 93
  32255. Dev.CD Jul 93
  32256. Dev.CD Apr 93PDDev.CD Apr 94
  32257. Dev.CD Jan 94
  32258. Dev.CD Oct 93
  32259. Dev.CD Jul 93
  32260. Dev.CD Apr 9V
  32261. 68502X
  32262. Apr 94
  32263. --set theItem to choose file -- uncomment to test in an AS editor
  32264.     tell application "Finder"
  32265.         open item "Dev.CD Apr 94
  32266. Dev.CD Jan 94
  32267. Dev.CD Oct 93
  32268. Dev.CD Jul 93
  32269. Dev.CD Apr 93"
  32270.         activate
  32271.     end tell
  32272. on error errMsg number errNum
  32273.     --enter statements to perform when no records are found such as...
  32274.     display dialog "Sorry, the item you selected could not be found."
  32275.     return
  32276. end try
  32277. All Packages
  32278. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  32279. Dev.CD Jan 94
  32280. Dev.CD Oct 93
  32281. Dev.CD Jul 93
  32282. Dev.CD Apr 93PDDev.CD Apr 94
  32283. Dev.CD Jan 94
  32284. Dev.CD Oct 93
  32285. Dev.CD Jul 93
  32286. Dev.CD Apr 9V
  32287. 68503X
  32288. Apr 94
  32289. development
  32290. newer
  32291. newfolder
  32292. newgworld
  32293. newsi
  32294. newsgroup
  32295. newsgroups
  32296. e    No Changef
  32297. QuickTime
  32298. Dev.CD May 00 TC
  32299. D!All Packages
  32300. Tool Chest Edition
  32301. QTStreamingAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  32302. Sample Code.imgK
  32303. Feb 00
  32304. E- Common
  32305.     - Sun Compliant Java Runtime Environment 1.1
  32306.     - QuickTime 3 
  32307.     - QTJava.zip
  32308.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  32309.     - QTJava media samples
  32310. - Mac OS:
  32311.     - System 8 or later
  32312.     - Macintosh Runtime for Java (MRJ) 2.1
  32313. - Windows 95, 98, or NT::
  32314.     - JRE/JDK from Sun Microsystems, Inc. recommended
  32315. QuickTime, Java, MRJO
  32316. Dev.CD May 00 TC:Sample Code:P
  32317. Dev.CD May 00 TC
  32318.  - Sample CodeV
  32319. 68087X
  32320. May 00^
  32321. #r Business Report.
  32322. Apple Directions 01/97
  32323. Apple Directions 02/97
  32324. Apple Directions 03/97
  32325. Apple Directions 04/97
  32326. Apple Directions 05/97.pdf
  32327. Apple Directions 06/97.pdf
  32328. Apple Directions 07/97.pdf
  32329. Apple Directions 08/97.pdf
  32330. Apple Directions 09/97.pdf
  32331. Apple Directions 10/97.pdf
  32332. Apple Directions 11/97.pdf
  32333. Feb 97L
  32334. Sep 97d
  32335. Summary:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  32336.   -Creating a Time Base call back
  32337.   -Setting call backs based on the length of a movie.
  32338.   -Automatically closing a movie once it has finished playing
  32339.   -Making a loop within a movie.
  32340.   -Changing the rate of a movie while it is playing.
  32341.   -Slaving one movie to another.
  32342.   -Offsetting the start frame of a slave movie.
  32343.   -Delaying the start
  32344. E of a slave movie playing
  32345. It achieves the above by using Time Base call backs documented in Inside Macintosh QuickTime pages 2-335 to 2-341, 2-364
  32346. It also demonstrates
  32347.   Ways to pass data to the call backs and dispose of it once the movie has finished.
  32348.   How to create a default button on a dialog without using user items.
  32349. Sample Code.imgK
  32350. Jan 96O
  32351. Dev.CD May 00 TC:Sample Code:P
  32352. Dev.CD May 00 TC
  32353.  - Sample Code
  32354. 67693X
  32355. May 00^
  32356. --set theItem to choose file -- uncomment to test in an AS editor
  32357.     tell application "Finder"
  32358.         open item "Dev.CD May 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:"
  32359.         activate
  32360.     end tell
  32361. on error errMsg number errNum
  32362.     --enter statements to perform when no records are found such as...
  32363.     display dialog "Sorry, the item you selected could not be found."
  32364.     return
  32365. end try
  32366. e    No Changeq
  32367. Dev.CD May 00 TC
  32368. All Packages
  32369. New & Revisede Cursor Component SDK enables the building and use of cursor components.  Cursor components allow you to build custom color cursor completely under your control.  For example cursors created utilizing this SDK could be extra large, thousands or millions of colors, transparent, situationually intelligent, and/or animated.
  32370. Cursor_Comp_1.0_SDK.imgK
  32371. Jun 00M6Mac OS 9.0 or later, Universal Interfaces 3.3 or laterN*cursor component, color cursor, big cursorursor, big cursor
  32372. 67863X
  32373. May 00^
  32374. --set theItem to choose file -- uncomment to test in an AS editor
  32375.     tell application "Finder"
  32376.         open item "Dev.CD May 00 TC:Language Kits:Korean Language Kit 1.0:"
  32377.         activate
  32378.     end tell
  32379. on error errMsg number errNum
  32380.     --enter statements to perform when no records are found such as...
  32381.     display dialog "Sorry, the item you selected could not be found."
  32382.     return
  32383. end try
  32384. e    No Changeq
  32385. Dev.CD May 00 TC
  32386. D!All Packages
  32387. Tool Chest Edition
  32388. F    LabelMenu
  32389.  Summary:  This demonstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  32390. Sample Code.imgK
  32391. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  32392. Finder label menu iconO
  32393. Dev.CD May 00 TC:Sample Code:P
  32394. Dev.CD May 00 TC
  32395.  - Sample CodeV
  32396. 67864X
  32397. May 00^
  32398. Vol IIICode.imgK
  32399. Nov 99M=Mac OS with the drag manager and the thread manager installedN5Drag and Drop, PromiseHFSFlavor, hfs, promise, finderO
  32400. Dev.CD May 00 TC:Sample Code:P
  32401. Dev.CD May 00 TC
  32402.  - Sample CodeV
  32403. 66546X
  32404. May 00^
  32405. r--set theItem to choose file -- uncomment to test in an AS editor
  32406.     tell application "Finder"
  32407.         open item "Dev.CD May 00 TC:Sample Code:"
  32408.         activate
  32409.     end tell
  32410. on error errMsg number errNum
  32411.     --enter statements to perform when no records are found such as...
  32412.     display dialog "Sorry, the item you selected could not be found."
  32413.     return
  32414. end try
  32415.         activate
  32416.     end tell
  32417. on error errMsg number errNum
  32418.     --enter statements to perform when no records are found such as...
  32419.     display dialog "Sorry, the item you selected could not be found."
  32420.     return
  32421. end try
  32422. Deletedf'Pippin
  32423. Bandai
  32424. Atworld
  32425. Atmark
  32426. multimediaq
  32427. Dev.CD Dec 99 RL
  32428. `D!All Packages
  32429. Tool Chest Edition
  32430. F    PlayMovie
  32431.     Toolbox:Balloony:letalk
  32432. tcp/ip
  32433. PFDev.CD May 00 TC
  32434.  - Tool Chest
  32435.  - Testing & Debugging
  32436.  - General toolsKit includes Apple TrueType fonts that display and print high-quality Devanagari, Gurmukhi and Gujarati characters at any size. Documents can be printed on both QuickDraw and PostScript printers. If you use a QuickDraw GX application with the kit you will be able to access additional advanced typography features supported by Apple QuickDraw GX technology.
  32437. The kit comes with a selection of keyboard layouts accompanied by a r
  32438. !eference card. The default INSCRIPT layout, developed in India to address the special needs of Indian languages, permits all the Indian scripts to be typed in a common way. For users who prefer a phonetic Romanized input option, a QWERTY keyboard layout is also provided for each language.
  32439. Install 1
  32440. Install 2K
  32441. May 97O7Dev.CD May 00 TC:Language Kits:Indian Language Kit 1.0:P<Dev.CD May 00 TC
  32442.  - Language Kits
  32443.  - Indian Language Kit 1.0in debugging if you send us MacsBug logs when a 
  32444. --set theItem to choose file -- uncomment to test in an AS editor
  32445.     tell application "Finder"
  32446.         open item "Dev.CD Jan 94
  32447. Dev.CD Oct 93
  32448. Dev.CD Jul 93
  32449. Dev.CD Apr 93
  32450. Dev.CD Mar 93
  32451. Dev.CD Feb 93
  32452. Dev.CD Jan 93
  32453. Dev.CD Nov/Dec 92"
  32454.         activate
  32455.     end tell
  32456. on error errMsg number errNum
  32457.     --enter statements to perform when no records are found such as...
  32458.     display dialog "Sorry, the item you selected could not be found."
  32459.     return
  32460. end try
  32461. Install MacApp R13u5
  32462. More SSW Documentation
  32463.     e this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  32464. Issues: This tool is provided by a third party. It and its source code have been placed in the public domain. See the READ ME for more info.
  32465. Balloonify.c
  32466. Balloonify.h
  32467. Balloony
  32468. Balloony.r
  32469. Balloony.RESOURCES
  32470. Balloony.
  32471. BalloonyHelp.r
  32472. BalloonyRes.h
  32473. main.c
  32474. Read Me
  32475. Sample OutputK
  32476. Dec 97O-Dev.CD May 00 TC:Tool Chest:Toolbox:Balloony:
  32477. iODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:PIDev.CD Apr 98 SDK2
  32478.  - Development Kits (Disc 2)
  32479.  - QuickTime Conferencing
  32480. b--set theItem to choose file -- uncomment to test in an AS editor
  32481.     tell application "Finder"
  32482.         open item "Dev.CD Oct 94"
  32483.         activate
  32484.     end tell
  32485. on error errMsg number errNum
  32486.     --enter statements to perform when no records are found such as...
  32487.     display dialog "Sorry, the item you selected could not be found."
  32488.     return
  32489. end try
  32490. dles updates from one version to another, and copies over resizeable items.
  32491. Features:
  32492.  supports 'RMAP' resources to remap to a dB
  32493. ifferent template
  32494.  can treat the datafork as a resource
  32495.  environement relative batch file
  32496.  P0nn retry logic
  32497.  file specific templates in a _FileInfo folder
  32498.  auto association by name
  32499.  bug fixes : size fields, speed zone (see 'What's New')
  32500. AppleGlot 2.4b6.imgK
  32501. Dec 95L
  32502. Mar 96M
  32503. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO3Dev.CD May 00 TC:Tool Chest:Localization:AppleGlot:P;Dev.CD May 00 TC
  32504.  - Tool Chest
  32505.  - Localization
  32506.  - AppleGloteractive
  32507. All Packages
  32508. F    PowerTalkO
  32509. Dev.CD Apr 95
  32510. Dev.CD Jan 95P
  32511. Dev.CD Apr 95
  32512. Dev.CD Jan 9V
  32513. 68046X
  32514. Apr 95
  32515. p--set theItem to choose file -- uncomment to test in an AS editor
  32516.     tell application "Finder"
  32517.         open item "Dev.CD Apr 95
  32518. Dev.CD Jan 95"
  32519.         activate
  32520.     end tell
  32521. on error errMsg number errNum
  32522.     --enter statements to perform when no records are found such as...
  32523.     display dialog "Sorry, the item you selected could not be found."
  32524.     return
  32525. end try
  32526. All Packages
  32527. F    PowerTalkO
  32528. Dev.CD Apr 95
  32529. Dev.CD Jan 95P
  32530. Dev.CD Apr 95
  32531. Dev.CD Jan 9V
  32532. 68047X
  32533. Apr 95
  32534. p--set theItem to choose file -- uncomment to test in an AS editor
  32535.     tell application "Finder"
  32536.         open item "Dev.CD Apr 95
  32537. Dev.CD Jan 95"
  32538.         activate
  32539.     end tell
  32540. on error errMsg number errNum
  32541.     --enter statements to perform when no records are found such as...
  32542.     display dialog "Sorry, the item you selected could not be found."
  32543.     return
  32544. end try
  32545. All Packages
  32546. appletalk
  32547. alias
  32548. third-partyo
  32549. thisB
  32550. Wesingle/appledou
  32551. formats
  32552. appleswupdates-engli
  32553. appleswupdates-engli
  32554. appleswupdates-ww
  32555. appleswupdates-ww
  32556. appletalkS
  32557. appletalk
  32558. administration
  32559. appletalk
  32560. administration
  32561. 1.0.2
  32562. appletalk
  32563. connection
  32564. appletalk
  32565. connection
  32566. 1.0.2
  32567. 67630X
  32568. May 00^
  32569. --set theItem to choose file -- uncomment to test in an AS editor
  32570.     tell application "Finder"
  32571.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:Balloony:"
  32572.         activate
  32573.     end tell
  32574. on error errMsg number errNum
  32575.     --enter statements to perform when no records are found such as...
  32576.     display dialog "Sorry, the item you selected could not be found."
  32577.     return
  32578. end try
  32579. e    No Changef
  32580. balloon
  32581. dialogq
  32582. Dev.CD May 00 TC
  32583. ^D!All Packages
  32584. Tool Chest Edition
  32585. BBEdit Lite 3.5
  32586. worldwide
  32587. worldwrite
  32588. worry
  32589. would
  32590. 1.0a13
  32591. 1.0a6
  32592. 1.0b1]
  32593. 1.0b16
  32594. 1.0b2
  32595. 1.0b3]
  32596. 1.0b4]
  32597. 1.0d13
  32598. 1.0d2
  32599. adbreinit
  32600. adbreinit
  32601. noteW
  32602. adbreinit
  32603. advanced[
  32604. advanced
  32605. color
  32606. imaging[
  32607. advanced
  32608. color
  32609. imaging
  32610. coercion
  32611. init]
  32612. aegizmos]
  32613. O or later (3.0.1 or later recommended)
  32614. (Netscape Navigator 2.0.2 can also be used with limitations; e.g., it will not allow you to submit a PDF form, and operations such as printing PDF files from within Netscape Navigator 2.0.2 can crash your Mac.)
  32615. You may also be able to use other Web browsers that fully support the Netscape APIs.
  32616. Adobe, Acrobat, Reader, PDFile -- uncomment to test in an AS editor
  32617.     tell application "Finder"
  32618.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:"
  32619.         activate
  32620.     end tell
  32621. on error errMsg number errNum
  32622.     --enter statements to perform when no records are found such as...
  32623.     display dialog "Sorry, the item you selected could not be found."
  32624.     return
  32625. end try
  32626. e    No Changef7VUMeter
  32627. sound level meters
  32628. ARTA sample code
  32629. volume unitq
  32630. Dev.CD May 00 TC
  32631. 8D!All Packages
  32632. Tool Chest Edition
  32633. WASTE 1.3a6
  32634. nical Publications
  32635.  - hardware
  32636. compressimage
  32637. compressionP
  32638. OO9Dev.CD May 00 TC:Language Kits:Arabic Language Kit 1.0.1:P>Dev.CD May 00 TC
  32639.  - Language Kits
  32640.  - Arabic Language Kit 1.0.1V
  32641. 67616X
  32642. May 00^
  32643. --set theItem to choose file -- uncomment to test in an AS editor
  32644.     tell application "Finder"
  32645.         open item "Dev.CD May 00 TC:Language Kits:Arabic Language Kit 1.0.1:"
  32646.         activate
  32647.     end tell
  32648. on error errMsg number errNum
  32649.     --enter statements to perform when no records are found such as...
  32650.     display dialog "Sorry, the item you selected could not be found."
  32651.     return
  32652. end try
  32653. e    No Changeq
  32654. Dev.CD May 00 TC
  32655. PD!All Packages
  32656. Tool Chest Edition
  32657. F    ARPSample
  32658. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  32659. e    No Change
  32660. N"quicktime jpeg compress decompress May 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PFDev.CD May 00 TC
  32661.  - Tool Chest
  32662.  - Networking
  32663.  - MacTCP
  32664.  - MacTCP+ ToolV
  32665. 66677X
  32666. May 00^
  32667. --set theItem to choose file -- uncomment to test in an AS editor
  32668.     tell application "Finder"
  32669.         open item "Dev.CD May 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  32670.         activate
  32671.     end tell
  32672. on error errMsg number errNum
  32673.     --enter statements to perform when no records are found such as...
  32674.     display dialog "Sorry, the item you selected could not be found."
  32675.     return
  32676. end try
  32677. e    No Changeq
  32678. Dev.CD May 00 TC
  32679. All Packages
  32680. Mail Suite 1.0
  32681. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  32682. Nov 96V
  32683. 66678X
  32684. 1e    No Change
  32685. refs" 
  32686. Dev.CD May 00 TC:Sample Code:P
  32687. Dev.CD May 00 TC
  32688.  - Sample CodeV
  32689. 67852X
  32690. May 00^
  32691. r--set theItem to choose file -- uncomment to test in an AS editor
  32692.     tell application "Finder"
  32693.         open item "Dev.CD May 00 TC:Sample Code:"
  32694.         activate
  32695.     end tell
  32696. on error errMsg number errNum
  32697.     --enter statements to perform when no records are found such as...
  32698.     display dialog "Sorry, the item you selected could not be found."
  32699.     return
  32700. end try
  32701. e    No Changef
  32702. QuickTime
  32703. Dev.CD May 00 TC
  32704. D!All Packages
  32705. Tool Chest Edition
  32706. JPEG Sample
  32707. xSummary:  This sample demonstrates how to compress and decompress JPEG images with QuickTime. We use the FCompressImage function but the CompressImage counterpart function could also be used. Although this sample strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  32708. Sample Code.imgK
  32709. Jul 96L
  32710. May 97
  32711. 2300c
  32712. 2400c
  32713. 24gcO
  32714. 3.0.1Y
  32715. 3.6.5
  32716. 3/92^
  32717. Dev.CD Oct 93
  32718. Dev.CD Jul 93
  32719. Dev.CD Apr 93"
  32720.         activate
  32721.     end tell
  32722. on error errMsg number errNum
  32723.     --enter statements to perform when no records are found such as...
  32724.     display dialog "Sorry, the item you selected could not be found."
  32725.     return
  32726. end try
  32727. All Packages
  32728. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  32729. Dev.CD Jan 94
  32730. Dev.CD Oct 93
  32731. Dev.CD Jul 93
  32732. Dev.CD Apr 93PDDev.CD Apr 94
  32733. Dev.CD Jan 94
  32734. Dev.CD Oct 93
  32735. Dev.CD Jul 93
  32736. Dev.CD Apr 9V
  32737. 66198X
  32738. Apr 94
  32739. h interface.
  32740. Somewhere in QuickTime: Dynamic Customization of Components by Bill Guschwan.  A sample derived media handler that "speaks" the text track in a movie.
  32741. JEdevelop Issue 15:
  32742. develop Issue 15 code:
  32743. develop Issue 15 references:K
  32744. Vol IIIL
  32745. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 15:PJDev.CD Sep 96 RL
  32746.  - Technical Documentation
  32747.  - develop
  32748.  - develop Issue 15
  32749. interface
  32750. locales
  32751. locales
  32752. localization
  32753. locator
  32754. lookup
  32755. lookupmenu
  32756. development
  32757. toolkit
  32758. encodingsw
  32759. macapp
  32760. macapp
  32761. cdent
  32762. stuff
  32763. macbinary
  32764. maccalendar
  32765. machack
  32766. macintosh
  32767. macos8and9
  32768. macos8documentation
  32769. macsbug]
  32770. macsbug
  32771. resources]
  32772. mag'n
  32773. magic
  32774. magic
  32775. magic
  32776. utility
  32777. magican
  32778. magician
  32779. mailm
  32780. suite
  32781. appleglot
  32782. localization
  32783. internationalization
  32784. translation
  32785. glosy
  32786.     tell application "Finder"
  32787.         open item "Dev.CD Apr 94
  32788. Dev.CD Jan 94
  32789. Dev.CD Oct 93
  32790. Dev.CD Jul 93"
  32791.         activate
  32792.     end tell
  32793. on error errMsg number errNum
  32794.     --enter statements to perform when no records are found such as...
  32795.     display dialog "Sorry, the item you selected could not be found."
  32796.     return
  32797. end try
  32798. developmentsj
  32799. devfeedback
  32800. devicej
  32801. deviceloop
  32802. devicesV
  32803. devon
  32804. mple strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  32805. Sample Code.imgK
  32806. Jul 96L
  32807. May 97
  32808. offerh
  32809. offered
  32810. official
  32811. offscreen
  32812. often
  32813. older
  32814. olson
  32815. Win2MacCounterSamples
  32816. Sample code to accompany Chapter 12 of 
  32817. An Introduction to Macintosh Programming for Windows Programmers
  32818. This sample contains a series of six C++ sample programs used to illustrate how to write a simple Macintosh application. The samples use the Metrowerks PowerPlant applications framework, which ships as part of the CodeWarrior Integrated Development environment. (PowerPlant ships with a wide range of useful sample programs. We
  32819. ll describe many of those in more detail below.) These sam
  32820. Eples illustrate many common applications features, including:
  32821. 1. Multiple document windows. 
  32822. 2. Disk files for persistent data. 
  32823. 3. Menu items for modifying the data. 
  32824. 4. Buttons for modifying the data. 
  32825. 5. Modal dialogs. 
  32826. 6. Printing. 
  32827. 7. Custom application and document icons. 
  32828. 8. Customized 
  32829. About this program
  32830.  dialog. 
  32831. Dev.CD Apr 95
  32832. Dev.CD Jan 9V
  32833. 68165X
  32834. Apr 95
  32835. p--set theItem to choose file -- uncomment to test in an AS editor
  32836.     tell application "Finder"
  32837.         open item "Dev.CD Apr 95
  32838. Dev.CD Jan 95"
  32839.         activate
  32840.     end tell
  32841. on error errMsg number errNum
  32842.     --enter statements to perform when no records are found such as...
  32843.     display dialog "Sorry, the item you selected could not be found."
  32844.     return
  32845. end try
  32846. All Packages
  32847. QuickDraw GXO
  32848. Dev.CD Apr 95
  32849. Dev.CD Jan 95P
  32850. Dev.CD Apr 95
  32851. Dev.CD Jan 9V
  32852. 68166X
  32853. Apr 95
  32854. p--set theItem to choose file -- uncomment to test in an AS editor
  32855.     tell application "Finder"
  32856.         open item "Dev.CD Apr 95
  32857. Dev.CD Jan 95"
  32858.         activate
  32859.     end tell
  32860. on error errMsg number errNum
  32861.     --enter statements to perform when no records are found such as...
  32862.     display dialog "Sorry, the item you selected could not be found."
  32863.     return
  32864. end try
  32865. All Packages
  32866. QuickDraw GXO
  32867. Dev.CD Apr 95P
  32868. Dev.CD Apr 9V
  32869. 68167X
  32870. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  32871.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  32872. JDDrawSprocket_SDK
  32873. InputSprocket_SDK
  32874. NetSprocket_SDK
  32875. SoundSprocket_SDKK
  32876. Jun 96L
  32877. Jan 00NISprockets, Games, DrawSprocket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Apr 00 SDK1
  32878.  - Development Kits
  32879.  - Mac OS
  32880.  - GameSprocket SDKsorean Language Kit co
  32881. 61692X
  32882. This sample shows how to use the Network Setup library (as introduced in Mac OS 8.5) to determine whether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  32883. Sample Code.imgK
  32884. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO
  32885. Dev.CD May 00 TC:Sample Code:P
  32886. Dev.CD May 00 TC
  32887.  - Sample CodeV
  32888. 55596X
  32889. May 00^
  32890. #Reinstalla
  32891. mt/mp
  32892. mucha
  32893. mueller
  32894. multi-homing
  32895. multi-interface
  32896. multi-platform
  32897. multi-styled
  32898. multibuffering
  32899. multifinder
  32900. multihoming
  32901. multilingual
  32902. multimediaj
  32903. multipage
  32904. multipane
  32905. multiplay
  32906. multipled
  32907. multiple-buffering/p
  32908. multiple-node
  32909. multiprocessing
  32910. multitasking
  32911. multithreading
  32912. musicj
  32913. must-have
  32914. mybuildmenu
  32915. mydeviceloop
  32916. myfont
  32917. myself
  32918. mysteries
  32919. mystery
  32920. naked
  32921. strip
  32922. stripped
  32923. stripunits
  32924. strlist
  32925. strlog
  32926. stroke
  32927. stroll
  32928. strong
  32929. stronger
  32930. strongestj
  32931. strongly
  32932. structglinfo
  32933. structs
  32934. structure
  32935. structured
  32936. structures
  32937. strutures
  32938. studies
  32939. studio
  32940. studyj
  32941. stuff
  32942. stuffit
  32943. styleu
  32944. style-linking
  32945. stylemap
  32946. subject
  32947. subjects
  32948. submission
  32949. submit
  32950. subroutine
  32951. subsection
  32952. subset
  32953. subspace
  32954. substitute
  32955. substitutions
  32956. subtle
  32957. succeed
  32958. success
  32959. successfulf
  32960. successfullyx
  32961. suchQ
  32962. suffer
  32963. suffix
  32964. basis
  32965. basket
  32966. batchz
  32967. batteries
  32968. battery
  32969. bbedit
  32970. Development Kits
  32971.  - Mac OS
  32972.  - ColorPicker 2.1.1 SDKV
  32973. 63969X
  32974. Apr 00^
  32975. SDK1X
  32976. Apr 00^
  32977. SDK1e    No Change
  32978. All Packages
  32979. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  32980. Dev.CD Jan 94
  32981. Dev.CD Oct 93
  32982. Dev.CD Jul 93
  32983. Dev.CD Apr 93PDDev.CD Apr 94
  32984. Dev.CD Jan 94
  32985. Dev.CD Oct 93
  32986. Dev.CD Jul 93
  32987. Dev.CD Apr 9V
  32988. 68510X
  32989. Apr 94
  32990. --set theItem to choose file -- uncomment to test in an AS editor
  32991.     tell application "Finder"
  32992.         open item "Dev.CD Apr 94
  32993. Dev.CD Jan 94
  32994. Dev.CD Oct 93
  32995. Dev.CD Jul 93
  32996. Dev.CD Apr 93"
  32997.         activate
  32998.     end tell
  32999. on error errMsg number errNum
  33000.     --enter statements to perform when no records are found such as...
  33001.     display dialog "Sorry, the item you selected could not be found."
  33002.     return
  33003. end try
  33004. All Packages
  33005. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  33006. Dev.CD Jan 94
  33007. Dev.CD Oct 93
  33008. Dev.CD Jul 93
  33009. Dev.CD Apr 93PDDev.CD Apr 94
  33010. Dev.CD Jan 94
  33011. Dev.CD Oct 93
  33012. Dev.CD Jul 93
  33013. Dev.CD Apr 9V
  33014. 68511X
  33015. Apr 94
  33016. An example of OpenGL and DrawSprocket integration for full screen drawing, correctly handling multiple displays.  Also, this shows how to get the version of DrawSprocket in use for both DrawSprocket 1.1.4 and 1.7 and demonstrates multiple OpenGL pixel format examples.  Lastly, it integrates a simple OpenGL buffer swaps per second counter.
  33017.         
  33018. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dia
  33019. log only if there are more than one "best" device.  Currently, there is not a good mechanism to do this easily, so the two best other options are:
  33020. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  33021. Dev.CD Apr 9V
  33022. 68694X
  33023. Apr 94
  33024. b--set theItem to choose file -- uncomment to test in an AS editor
  33025.     tell application "Finder"
  33026.         open item "Dev.CD Apr 94"
  33027.         activate
  33028.     end tell
  33029. on error errMsg number errNum
  33030.     --enter statements to perform when no records are found such as...
  33031.     display dialog "Sorry, the item you selected could not be found."
  33032.     return
  33033. end try
  33034. D!All Packages
  33035. Tool Chest Edition
  33036. Summary: The Tags Suite is a collection of MPW tools that help navigate interactively in source code. You can quickly and easily locate the source definitions of subroutines, structs and RECORDs, global variables, and more.
  33037. Features: Capable of tagging thousands of items in {AIncludes}, {CIncludes}, and {PInterfaces}, as well as in your own code. Tags are easily updated when source is changed. Easy to use, integrated with MPW, fast.
  33038. 68695X
  33039. 1e    No Change
  33040. dcmda
  33041. dcmds]
  33042. deanna
  33043. chestA
  33044. calvacom
  33045. camera
  33046. cameras
  33047. cameron
  33048. campaign
  33049. campaigns
  33050. campfire
  33051. WNprinting
  33052. Carbon
  33053. Carbon printing
  33054. Carbon Printing Manager
  33055. print
  33056. imaging
  33057. graphics
  33058. F    QuickTimeO
  33059. Dev.CD Jan 94P
  33060. Dev.CD Jan 9V
  33061. 60814X
  33062. Jan 94
  33063. 16x16
  33064. 17000
  33065. 1992-1995
  33066. 1995j
  33067. accelerated
  33068. power
  33069. macintosh
  33070. artwork
  33071. program
  33072. 1996R
  33073. korean
  33074. korean
  33075. language
  33076. korean
  33077. language
  33078. 1.0.1
  33079. labelmenu
  33080. libraryv
  33081. localization
  33082. localizers
  33083. locationt
  33084. locator
  33085. macintosh
  33086. macro
  33087. magician
  33088. managert
  33089. market
  33090. media
  33091. memory
  33092. modern
  33093. module
  33094. monitorr
  33095. navigator
  33096. newsi
  33097. notesS
  33098. onescannerg
  33099. opp's
  33100. palette
  33101. parserV
  33102. performance
  33103. photoshop
  33104. player
  33105. plugins
  33106. postscript
  33107. primer
  33108. ations
  33109. Summary:  The QuickDraw GX Print Spooler Patch fixes a problem when trying to print to AppleShare and Novell Netware print spoolers.  This patch makes changes to the QuickDraw GX extension and the LaserWriter GX printer driver.  You should work with copies of the GX extension and GX driver, and then move the modified files into your system's Extensions folder.
  33110. These spooler patches replace any previous versions. This version fixes a problem where users were unable to patch certain localizB
  33111. ed versions of GX.
  33112. JuGX Spooler Patch Read Me
  33113. QDGX 1.1.1 Spooler Patch 1.0.2
  33114. QDGX 1.1.2 Spooler Patch 1.0.2
  33115. QDGX 1.1.3 Spooler Patch 1.0.2K
  33116. Jun 96M3QuickDraw GX (minimum 1.1.1), System 7.5 (minimum).N:QuickDraw GX spooler print patch AppleShare Novell NetwareOBDev.CD May 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:PJDev.CD May 00 TC
  33117.  - Tool Chest
  33118.  - QuickDraw GX
  33119.  - QDGX Spooler Patch 1.0.2 It shows tabs in small and large sizes. 
  33120. Use of the Grayscale Appearance design in
  33121.  v1.1
  33122. 67740X
  33123. Apr 00^
  33124. --set theItem to choose file -- uncomment to test in an AS editor
  33125.     tell application "Finder"
  33126.         open item "Dev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:"
  33127.         activate
  33128.     end tell
  33129. on error errMsg number errNum
  33130.     --enter statements to perform when no records are found such as...
  33131.     display dialog "Sorry, the item you selected could not be found."
  33132.     return
  33133. end try
  33134. e    No Change
  33135. o.http://developer.apple.com/techpubs/index.html
  33136. Dev.CD Oct 94P
  33137. Dev.CD Jan 95
  33138. Dev.CD Oct 9V
  33139. 66960X
  33140. Jan 95
  33141. p--set theItem to choose file -- uncomment to test in an AS editor
  33142.     tell application "Finder"
  33143.         open item "Dev.CD Jan 95
  33144. Dev.CD Oct 94"
  33145.         activate
  33146.     end tell
  33147. on error errMsg number errNum
  33148.     --enter statements to perform when no records are found such as...
  33149.     display dialog "Sorry, the item you selected could not be found."
  33150.     return
  33151. end try
  33152. dJvAppleII File and Auxiliary Type
  33153. Bug Reporting
  33154. C/F Registration Requests:
  33155. Dev Info Change Form
  33156. NuBus Board RegistrationK
  33157. May 92L
  33158. Jan 98N#bug reports, error reports to AppleO+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  33159.  - Utilities
  33160.  - Developer FormsV
  33161. 67637X
  33162. Dec 99^
  33163. --set theItem to choose file -- uncomment to test in an AS editor
  33164.     tell application "Finder"
  33165.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  33166.         activate
  33167.     end tell
  33168. on error errMsg number errNum
  33169.     --enter statements to perform when no records are found such as...
  33170.     display dialog "Sorry, the item you selected could not be found."
  33171.     return
  33172. end try
  33173. Deletedf"bug reports
  33174. error reports to Appleq
  33175. Dev.CD Dec 99 RL
  33176. eD!All Packages
  33177. Tool Chest Edition
  33178. bugInfo macro
  33179.     trowerks
  33180. mexican
  33181. minilauncher
  33182. minimizep
  33183. minimum
  33184. minor
  33185. All Packages
  33186. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33187. Dev.CD Jan 94
  33188. Dev.CD Oct 93
  33189. Dev.CD Jul 93
  33190. Dev.CD Apr 93PDDev.CD Apr 94
  33191. Dev.CD Jan 94
  33192. Dev.CD Oct 93
  33193. Dev.CD Jul 93
  33194. Dev.CD Apr 9V
  33195. 68470X
  33196. Apr 94
  33197. --set theItem to choose file -- uncomment to test in an AS editor
  33198.     tell application "Finder"
  33199.         open item "Dev.CD Apr 94
  33200. Dev.CD Jan 94
  33201. Dev.CD Oct 93
  33202. Dev.CD Jul 93
  33203. Dev.CD Apr 93"
  33204.         activate
  33205.     end tell
  33206. on error errMsg number errNum
  33207.     --enter statements to perform when no records are found such as...
  33208.     display dialog "Sorry, the item you selected could not be found."
  33209.     return
  33210. end try
  33211. All Packages
  33212. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33213. Dev.CD Jan 94
  33214. Dev.CD Oct 93
  33215. Dev.CD Jul 93
  33216. Dev.CD Apr 93PDDev.CD Apr 94
  33217. Dev.CD Jan 94
  33218. Dev.CD Oct 93
  33219. Dev.CD Jul 93
  33220. Dev.CD Apr 9V
  33221. 68471X
  33222. Apr 94
  33223. perspective
  33224. appkit
  33225. appkit
  33226. reference
  33227. Drivers for PM v1.0
  33228. b--set theItem to choose file -- uncomment to test in an AS editor
  33229.     tell application "Finder"
  33230.         open item "Dev.CD Apr 94"
  33231.         activate
  33232.     end tell
  33233. on error errMsg number errNum
  33234.     --enter statements to perform when no records are found such as...
  33235.     display dialog "Sorry, the item you selected could not be found."
  33236.     return
  33237. end try
  33238. culturej
  33239. curbow
  33240. curious
  33241. current
  33242. current
  33243. release
  33244. mactcp
  33245. v2.0.6
  33246. mactcp
  33247. admin
  33248. v2.0.6
  33249. currently
  33250. cursive
  33251. cursor
  33252. cursors
  33253. curves
  33254. customo
  33255. customchoose
  33256. customenabler
  33257. customersj
  33258. customise
  33259. customizable
  33260. customization
  33261. customize
  33262. customizing
  33263. cutting
  33264. cvtccomments
  33265. cyberdog
  33266. cycle
  33267. cycles
  33268. Summary:  This package contains a debugging version of the Modern Memory Manager. Once installed on Power Macintosh machines it allows the developer greater control in detecting and eliminating memory manager bugs. A control panel is provided which allows for dynamic enabling and disabling of the debugging features.
  33269. Features:
  33270. Check Heap on Entry - validate heap data structures on entry to Memory Manager calls.
  33271. Check Heap on Exit - validate heap data strutures on exit from Memory Manager c
  33272. alls.
  33273. Fill Free Blocks - fill disposed, emptied, or purged blocks with garbage.
  33274. Check Blocks - More robust check on validity of a handle or pointer passed into the Memory Manager
  33275. Issues:
  33276. When full robust checking is enabled, and VM is also enabled, your machine will slow to a crawl.
  33277. DMM may report errors when using Chooser.
  33278. System Heap doesn't have as robust error checking as other heaps
  33279. Memory Management.imgK
  33280. Apr 95L
  33281. Jan 96M
  33282. Any Power Macintosh. write a device loop that works u
  33283. 52xxv
  33284. 5300j
  33285. 5300c/1005300ce/1173
  33286. 53xxv
  33287. 5400x
  33288. 58.1.5
  33289. 5thcolumnB
  33290. 6-158
  33291. 6-164
  33292. 6.0.4
  33293. 6.0.5
  33294. 6.3.1
  33295. 6.3.2
  33296. 6100x
  33297. 6200x
  33298. 62xxv
  33299. 6300x
  33300. 63xxv
  33301. 64-bit
  33302. 651-3561
  33303. 651-7584
  33304. 65c02r
  33305. 68000
  33306. 68020d
  33307. 68030
  33308. 68040
  33309. 680x0
  33310. 68881/2
  33311. 68k-based
  33312. support
  33313. asynchronous
  33314. a-trap
  33315. a/roseQ
  33316. ability`
  33317. ableo
  33318. aboutj
  33319. abovep
  33320. Aug 96
  33321. e--set theItem to choose file -- uncomment to test in an AS editor
  33322.     tell application "Finder"
  33323.         open item "Dev.CD Aug 96 TC"
  33324.         activate
  33325.     end tell
  33326. on error errMsg number errNum
  33327.     --enter statements to perform when no records are found such as...
  33328.     display dialog "Sorry, the item you selected could not be found."
  33329.     return
  33330. end try
  33331. All Packages
  33332. QuickDraw GXO
  33333. Dev.CD Jun 97 SSWP
  33334. Dev.CD Jun 97 SSV
  33335. 68183X
  33336. Jun 97
  33337. f--set theItem to choose file -- uncomment to test in an AS editor
  33338.     tell application "Finder"
  33339.         open item "Dev.CD Jun 97 SSW"
  33340.         activate
  33341.     end tell
  33342. on error errMsg number errNum
  33343.     --enter statements to perform when no records are found such as...
  33344.     display dialog "Sorry, the item you selected could not be found."
  33345.     return
  33346. end try
  33347. All Packages
  33348. QuickDraw GXO
  33349. Dev.CD Jun 97 SSWP
  33350. Dev.CD Jun 97 SSV
  33351. 68184X
  33352. Jun 97
  33353. YD!All Packages
  33354. Tool Chest Edition
  33355. Dev.CD Jan 96 SSWP
  33356. Dev.CD Jan 96 SSV
  33357. 66861X
  33358. Jan 96
  33359. f--set theItem to choose file -- uncomment to test in an AS editor
  33360.     tell application "Finder"
  33361.         open item "Dev.CD Jan 96 SSW"
  33362.         activate
  33363.     end tell
  33364. on error errMsg number errNum
  33365.     --enter statements to perform when no records are found such as...
  33366.     display dialog "Sorry, the item you selected could not be found."
  33367.     return
  33368. end try
  33369. All Packages
  33370. QuickDraw 3DO
  33371. Dev.CD Jan 96 SSWP
  33372. Dev.CD Jan 96 SSV
  33373. 66862X
  33374. Jan 96
  33375. f--set theItem to choose file -- uncomment to test in an AS editor
  33376.     tell application "Finder"
  33377.         open item "Dev.CD Jan 96 SSW"
  33378.         activate
  33379.     end tell
  33380. on error errMsg number errNum
  33381.     --enter statements to perform when no records are found such as...
  33382.     display dialog "Sorry, the item you selected could not be found."
  33383.     return
  33384. end try
  33385. All Packages
  33386. QuickDraw 3DO
  33387. Dev.CD Jan 96 SSWV
  33388. 66863X
  33389. ture 
  33390. --set theItem to choose file -- uncomment to test in an AS editor
  33391.     tell application "Finder"
  33392.         open item "Dev.CD Apr 94
  33393. Dev.CD Jan 94
  33394. Dev.CD Oct 93
  33395. Dev.CD Jul 93"
  33396.         activate
  33397.     end tell
  33398. on error errMsg number errNum
  33399.     --enter statements to perform when no records are found such as...
  33400.     display dialog "Sorry, the item you selected could not be found."
  33401.     return
  33402. end try
  33403. inactiveo
  33404. includeb
  33405. includedA
  33406. includesQ
  33407. includingQ
  33408. includs
  33409. incompatabilityo
  33410. incompatible
  33411. incorporates
  33412. increased
  33413. increases
  33414. incrementalb
  33415. indexb
  33416. indexesq
  33417. indicatedZ
  33418. indispensable
  33419. industrywatchj
  33420. inefficiency
  33421. informationB
  33422. informational
  33423. summary
  33424. 5thcolumn
  33425. allows
  33426. control
  33427. informatiB
  33428. summary
  33429. collection
  33430. scripts
  33431. tools
  33432. summary
  33433. collection
  33434. reports
  33435. multimedia
  33436. standards
  33437. summary
  33438. macsbug
  33439. helps
  33440. detect
  33441. memory
  33442. summary
  33443. fills
  33444. disposed
  33445. memory
  33446. error
  33447. summary
  33448. guide
  33449. support
  33450. development
  33451. macintosh
  33452. summary
  33453. parser
  33454. allow
  33455. access
  33456. system'sV
  33457. summary
  33458. aetracker
  33459. init/control
  33460. panel
  33461. allows
  33462. summary
  33463. controlling
  33464. finder
  33465. through
  33466. apple
  33467. summary
  33468. which
  33469. known
  33470. finderevents
  33471. summary
  33472. apple
  33473. directions
  33474. developer
  33475. business
  33476. reportl
  33477. summary
  33478. apple
  33479. directions
  33480. developer
  33481. business
  33482. report
  33483. 1-12/k
  33484. summary
  33485. apple's
  33486. indian
  33487. language
  33488. summary
  33489. apple's
  33490. korean
  33491. language
  33492. affordable
  33493. summary
  33494. appleglot
  33495. translation
  33496. cache
  33497. ratesA
  33498.  this.
  33499. KillEveryOneButMe:  This thing shows you how to kill all the other applications running on a machine for demos, school situations, kiosks, etc. PLEASE don't abuse this.
  33500. Launch Me:  This code shows how to get one application to launch another application when there is not enough memory for both applications to be open at the same time.  It will not fragment memory like having a second application would.
  33501. LaunchWithDoc:  This is the smallest Launch application we could come up with;
  33502.  it launches an application with the 'odoc' (Open Documents) Apple event.
  33503. LaunchWithDoc2:  Document-launching sample program Loosely based on C.K. Haun's LaunchWithDoc. This snippet includes some very useful routines.
  33504. LaunchWithSize:  Will launch an application using a memory partition it sets rather than the one in the application's SIZE resource.  Patches Get1Resource to watch for the SIZE resource and then changes it so that LaunchApplication creates a different size memory partition 
  33505. features
  33506. features
  33507. allows
  33508. reset
  33509. interrupt
  33510. keyboard
  33511. features
  33512. allows
  33513. users
  33514. chess
  33515. network
  33516. highlights
  33517. issue
  33518. highlights
  33519. issue
  33520. highlights
  33521. issue
  33522. highlights
  33523. issue
  33524. highlights
  33525. issue
  33526. highlights
  33527. e    No Changef
  33528. PCI ndrv driver loaderq
  33529. Dev.CD May 00 TC
  33530. D!All Packages
  33531. Tool Chest Edition
  33532. Localization for Japan
  33533. Summary: Localization for Japan provides an overview of what is needed to successfully introduce a software product in the Japanese market.
  33534. Features: Targeting an audience ranging from product managers to  software developers, this book tells you the important issues to consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  33535. Localization for JapanK
  33536. Aug 92M
  33537. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  33538.  - Programs & MarketingV
  33539. 67877X
  33540. May 98^
  33541. #ysically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  33542.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  33543. format
  33544. formatter
  33545. forms
  33546. fragment
  33547. fragment
  33548. framework
  33549. french
  33550. front
  33551. function
  33552. gamesprocket
  33553. gamesprocket
  33554. germany
  33555. gestalt
  33556. gestalt
  33557. selectors
  33558. getenetaddrdirect
  33559. getenetaddrdirect
  33560. gethelpstrings
  33561. getpppstatus
  33562. getsetoptions
  33563. globals
  33564. glossariess
  33565. glyphaiv
  33566. goodies
  33567. graphics
  33568. grayscaleo
  33569. groupdrawing
  33570. guidep
  33571. anges to your application with Carbon, new Apple menu behavior, accessing opaque menu data, accessing menu item data using universal command IDs, writing a Carbon MDEF, working with menu and menu item attributes, and enabling and disabling menu items.
  33572. Carbon Window Manager API [NEW]
  33573. ------------------------
  33574. This preliminary document discusses the Window Manager features introduced in CarbonLib 1.0 with Mac OS 9.0. The CarbonLib 1.0 Window Manager API includes new functions for window cla
  33575. sses and layering, changing window attributes, window scrolling, creating windows with custom structure regions, and erasing the window's content region.
  33576. Display Manager [NEW]
  33577. ---------------
  33578. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  33579. manipulation
  33580. manipulations
  33581. manner
  33582. manualy
  33583. manually
  33584. manualsu
  33585. manufacturers
  33586. manyY
  33587. mapped
  33588. mapper
  33589. mappingU
  33590. mapping
  33591. physical
  33592. codes
  33593. virtual
  33594. codesU
  33595. mappings
  33596. marathi
  33597. marathon
  33598. marchj
  33599. marching
  33600. markZ
  33601. markc
  33602. marked
  33603. marketj
  33604. marketingj
  33605. marketplace
  33606. rd Manager 3.0
  33607. What's the difference?K
  33608. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  33609.  - Development Kits
  33610.  - Hardware
  33611.  - PC Card SDKsV
  33612. 66768X
  33613. 1rd SDKsV
  33614. 66768X
  33615. 1e    No Change
  33616. CD!All Packages
  33617. Tool Chest Edition
  33618. OTFindSerialPortsI
  33619. This sample demonstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  33620. Inside Macintosh: Open Transport
  33621. Sample Code.imgK
  33622. Jun 98M
  33623. Open Transport 1.1.1 or higherNCOpen Transport, serial port, registry, OTGetUserPortNameFromPortRefO
  33624. Dev.CD May 00 TC:Sample Code:P
  33625. Dev.CD May 00 TC
  33626.  - Sample CodeV
  33627. 67988X
  33628. May 00^
  33629. TC Plug-insq
  33630. Dev.CD Apr 98 SDK1
  33631. D!All Packages
  33632. Mac OS SDK Edition
  33633. Communications Toolbox
  33634. Sept 9
  33635. q--set theItem to choose file -- uncomment to test in an AS editor
  33636.     tell application "Finder"
  33637.         open item "Dev.CD Sept 92
  33638. Dev.CD Aug 92"
  33639.         activate
  33640.     end tell
  33641. on error errMsg number errNum
  33642.     --enter statements to perform when no records are found such as...
  33643.     display dialog "Sorry, the item you selected could not be found."
  33644.     return
  33645. end try
  33646. D!All Packages
  33647. Tool Chest Edition
  33648. Macintosh PowerBook Qualified
  33649. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  33650. The Kit includes:
  33651. Guide to Macintosh PowerBook Qualified Program
  33652. Program Technical Specifications
  33653. Program Pre-testing Guidelines
  33654. Legal Documentation for licensing and program participation
  33655. o perform network lookups, otherwise, the Preferred AppleTalk calls are used.D fit in with the rest of the system, and how to make good use of them.
  33656. Implementing Shared Internet Preferences With Internet Config by Quinn 
  33657. The Eskimo!
  33658.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  33659. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  33660. macro
  33661. macros/templates
  33662. macsbug
  33663. macsbug
  33664. macsnmp
  33665. mactcp
  33666. mactcp
  33667. developer
  33668. tools
  33669. mactcp
  33670. 2.0.6
  33671. mactcp
  33672. token
  33673. mactcp
  33674. mactv
  33675. magician
  33676. suite
  33677. makemake
  33678. makemake
  33679. 2.0d38
  33680. management
  33681. managert
  33682. manalyzer
  33683. manalyzer
  33684. 2.0d3
  33685. market
  33686. maximizing
  33687. maximizing
  33688. quadra
  33689. floatingpoint
  33690. media
  33691. megamovies
  33692. megamovies
  33693. 1.6.2
  33694. memhell
  33695. memory
  33696. memory
  33697. monitor
  33698. defproc
  33699. 1.0.3
  33700. menuscripter
  33701. onescannerg
  33702. opp's
  33703. palette
  33704. parserV
  33705. performance
  33706. photoshop
  33707. player
  33708. plugins
  33709. postscript
  33710. powerbook
  33711. primer
  33712. 68736X
  33713. May 00^
  33714. --set theItem to choose file -- uncomment to test in an AS editor
  33715.     tell application "Finder"
  33716.         open item "Dev.CD May 00 TC:Tool Chest:Developer Utilities:VersionEdit 1.1:"
  33717.         activate
  33718.     end tell
  33719. on error errMsg number errNum
  33720.     --enter statements to perform when no records are found such as...
  33721.     display dialog "Sorry, the item you selected could not be found."
  33722.     return
  33723. end try
  33724. e    No Changeq
  33725. Dev.CD May 00 TC
  33726. 0D!All Packages
  33727. Tool Chest Edition
  33728. Virtual Sphere 1.0.1
  33729. /Summary: This package contains an application that demonstrates five "virtual controllers" for use in rotating three-dimensional 3D objects with the mouse, and an application to compare the controllers in an experiment. 
  33730. Features: Source code for implementing the Virtual Sphere controller is provided.
  33731. 68737X
  33732. 1e    No Change
  33733. utsprockettest
  33734. inside
  33735. inside
  33736. macintosh
  33737. quickdraw
  33738. install
  33739. ports
  33740. built-in
  33741. devices
  33742. ibm's
  33743. ibook
  33744. ibooks
  33745. ic-savvy
  33746. iconZ
  33747. icon's
  33748. icondimming
  33749. ideaN
  33750. ideal
  33751. identified
  33752. identifiers
  33753. identify
  33754. identity
  33755. ignoring
  33756. apple
  33757. standardsw
  33758. ec 99 RL
  33759. All Packages
  33760. System UpdateO
  33761. Dev.CD Oct 94P
  33762. Dev.CD Oct 9V
  33763. 67439X
  33764. Oct 94
  33765. b--set theItem to choose file -- uncomment to test in an AS editor
  33766.     tell application "Finder"
  33767.         open item "Dev.CD Oct 94"
  33768.         activate
  33769.     end tell
  33770. on error errMsg number errNum
  33771.     --enter statements to perform when no records are found such as...
  33772.     display dialog "Sorry, the item you selected could not be found."
  33773.     return
  33774. end try
  33775. All Packages
  33776. System UpdateO)Dev.CD Oct 94
  33777. Dev.CD Apr 94
  33778. Dev.CD Jan 94P(Dev.CD Oct 94
  33779. Dev.CD Apr 94
  33780. Dev.CD Jan 9V
  33781. 67440X
  33782. Oct 94
  33783. services
  33784. location
  33785. network
  33786. stream
  33787. network
  33788. watch
  33789. networking
  33790. audio
  33791. features
  33792. newgworld
  33793. tokenizer
  33794. newgworld
  33795. performance
  33796. photoshop
  33797. player
  33798. plugins
  33799. postscript
  33800. powerbook
  33801. primer
  33802. f--set theItem to choose file -- uncomment to test in an AS editor
  33803.     tell application "Finder"
  33804.         open item "Dev.CD Jun 97 SSW"
  33805.         activate
  33806.     end tell
  33807. on error errMsg number errNum
  33808.     --enter statements to perform when no records are found such as...
  33809.     display dialog "Sorry, the item you selected could not be found."
  33810.     return
  33811. end try
  33812. apple
  33813. guidep
  33814. apple
  33815. helpq
  33816. apple
  33817. media
  33818. conference
  33819. apple
  33820. apple
  33821. newsi
  33822. apple
  33823. servers
  33824. apple
  33825. shared
  33826. library
  33827. managerv
  33828. apple
  33829. systemx
  33830. apple
  33831. services
  33832. unicode
  33833. imaging
  33834. appleevent
  33835. appleevents
  33836. applegloty
  33837. appleglot
  33838. localization
  33839. internationalization
  33840. translation
  33841. glosy
  33842. applescript
  33843. applesearch
  33844. appleshare
  33845. appleshare
  33846. client
  33847. appleshare
  33848. appletalk
  33849. design
  33850. assemblers
  33851. assembly
  33852. assistant
  33853. async
  33854. pdates the interfaces required for pre-emptively threaded applications. The SDK includes documentation describing the changes.
  33855. This package includes:
  33856.  CFM-68K 4.0, Code Fragment Manager for 680x0 Macintoshes
  33857.  ObjectSupportLib, version 1.2
  33858.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  33859. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  33860. NOTE:  This versiC
  33861. on is incompatible with:
  33862.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  33863.  Jasik's The Debugger, versions built prior to March 3, 1997
  33864. JQ CFM-68K Runtime Enabler
  33865. CFM-68K 4.0
  33866. CFM-68K Read Me
  33867. Interfaces:
  33868. ObjectSupportLibK
  33869. Jan 96L
  33870. May 97M
  33871. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:
  33872. polymorphic
  33873. polymorphism
  33874. menuscripter
  33875. midiconverter
  33876. minilauncher
  33877. minilauncher
  33878. 1.3b5
  33879. modern
  33880. module
  33881. modules
  33882. monitorr
  33883. moofwars
  33884. moofwars
  33885. documentation
  33886. morefiles
  33887. morefiles
  33888. 1.4.9
  33889. morefinderevents
  33890. moreisbetter
  33891. morenetworksetup
  33892. mountalias
  33893. mountalias
  33894. movie
  33895. moviecallbacks
  33896. mpdelayuntiltest
  33897. mphelloworld
  33898. mphelloworld
  33899. pascal
  33900. mping
  33901. mping
  33902. mpintertasktime
  33903. mpperiodicaltest
  33904. script
  33905. 1.1.1
  33906. mpwtool
  33907. mpwtool
  33908. 2.1.4
  33909. install
  33910. notesS
  33911. onescannerg
  33912. opp's
  33913. palette
  33914. parserV
  33915. pascal
  33916. performance
  33917. photoshop
  33918. player
  33919. plugins
  33920. postscript
  33921. powerbook
  33922. primer
  33923. MenuScripter 4.0
  33924. Summary:  The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  33925. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Thle Sync 1.1 Developer Read Me
  33926. File Synchronization Guide
  33927. PowerPCK
  33928. Dec 97M"Designed for any MacOS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOIDev.CD May 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:PQDev.CD May 00 TC
  33929.  - Tool Chest
  33930.  - Developer Utilities
  33931.  - File Synchronization 1.1
  33932. AOInterfaces&Libraries
  33933. PCI Power ReadMe
  33934. SampleDriver
  33935. Updating Drivers for PM v1.0
  33936. macintosh
  33937. powerbook
  33938. series
  33939. developer
  33940. macintosh's
  33941. macintosh-based
  33942. macintosh-powerpc
  33943. macintoshes
  33944. macjapanese
  33945. macodbc
  33946. performance
  33947. static
  33948. libraries
  33949. anniversary
  33950. 7.1.3
  33951. 7.5.5
  33952. 7/96o
  33953. apple
  33954. grayscale
  33955. appearanceo
  33956. 7edit\
  33957. 7edit
  33958. readmeO
  33959. 8.5.1
  33960. 8/31/93
  33961. 9/1/93
  33962. 95/02
  33963. h as...
  33964.     display dialog "Sorry, the item you selected could not be found."
  33965.     return
  33966. end try
  33967. All Packages
  33968. F    QuickTimeO
  33969. Dev.CD Jul 93
  33970. Dev.CD Apr 93P
  33971. Dev.CD Jul 93
  33972. Dev.CD Apr 9V
  33973. 65791X
  33974. Jul 93
  33975. cumentation:ABS Technical Notes:V
  33976. 61386X
  33977. Deleted
  33978. 67887X
  33979. May 00^
  33980. r--set theItem to choose file -- uncomment to test in an AS editor
  33981.     tell application "Finder"
  33982.         open item "Dev.CD May 00 TC:Sample Code:"
  33983.         activate
  33984.     end tell
  33985. on error errMsg number errNum
  33986.     --enter statements to perform when no records are found such as...
  33987.     display dialog "Sorry, the item you selected could not be found."
  33988.     return
  33989. end try
  33990. e    No ChangefAtext encoding
  33991. character set
  33992. Text Encoding Converter
  33993. font encodingq
  33994. Dev.CD May 00 TC
  33995. All Packages
  33996. New & RevisedF
  33997. Mac OS USB DDK 1.4.1
  33998.      that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  33999. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  34000. About Rinaldi Collection 95/02
  34001. Align 2.7 (US)
  34002. ArchiveContent 1.1 (US)
  34003. ATalkZones 1.5 (US)
  34004. Calendoid 1.6 (US)
  34005. CapsLock 1.0 (US)
  34006. Chartoid 1.4 (US)
  34007. ChooseColor 1.1 (US)
  34008. Chooser 2.2 (US)
  34009. ClipInfo 1.0 (US)
  34010. ClipToPict 1.5 (US)
  34011. CompressPictFile 1.2 (US)
  34012. CopyFolder 2.5 (US)
  34013. CopyRes 2.1 (US)
  34014. CreateAlias 1.0 (US)
  34015. CreateCustomIcon 1.1 (US)
  34016. CreateFolder 1.2 (US)
  34017. CreateMenuHelp 1.0 (US)
  34018. CreateThumbnail 1.2 (US)
  34019. DataMaster 1.3 (US)
  34020. DateConverter 1.2 (US)
  34021. DocCreator 1.5 (US)
  34022. DocTypes 1.6 (US)
  34023. DoMenu 1.0 
  34024. EraseFile 1.2 (US)
  34025. ExtractItems 1.4 (US)
  34026. FileCopy 2.7 (US)
  34027. FileIsOpen 1.2 (US)
  34028. FileMaker 1.3 (US)
  34029. FileSharingMaster 1.0 (US)
  34030. FindFolder 1.1 (US)
  34031. FolderSize 1.5 (US)
  34032. FontMaster 1.3 (US)
  34033. FormatNum 1.0 (US)
  34034. FullBalloons 1.0 (US)
  34035. FullDrag 1.3 (US)
  34036. FullFind 1.5 (US)
  34037. FullHPop 1.7 (US)
  34038. FullMove 1.2 (US)
  34039. FullOffset 1.0 (US)
  34040. FullRemove 1.1 (US)
  34041. FullRename 1.4 (US)
  34042. FullReplace 1.1 (US)
  34043. FullResList 2.2 (US)
  34044. FullSFPack 1.7 (US)
  34045. FullSort 3.9 (US)
  34046. FullText 2.1 (US)
  34047. GetBootVol 1.1 (US)
  34048. GetDInfo 1.1 
  34049. actually
  34050. graphical
  34051. editor
  34052. which
  34053. create
  34054. adaptT
  34055. adaptation
  34056. adapts
  34057. adbop
  34058. adbreinitV
  34059. add-ons
  34060. addchange
  34061. added
  34062. addendumg
  34063. addheader
  34064. adding^
  34065. additionc
  34066. additionala
  34067. additionally
  34068. additionsj
  34069. addresmenu
  34070. addresmenu7.1
  34071. addressh
  34072. address
  34073. resolution
  34074. protocol
  34075. protocol
  34076. mapping
  34077. nsport
  34078. networking
  34079. appletalk
  34080. tcp/ip
  34081. ischeckedout
  34082. iscii-compatible
  34083. isimagewriter
  34084. isn't
  34085. isolate
  34086. isolation
  34087. sample
  34088. reasonably
  34089. complete
  34090. example
  34091. implementation
  34092. ispelementlist
  34093. ispelementlist
  34094. extractbykind
  34095. issuej
  34096. Symbiotic
  34097. client
  34098. serverq
  34099. Dev.CD Dec 99 RL
  34100. #D!All Packages
  34101. Mac OS SDK Edition
  34102. Network Services Location (NSL)
  34103. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  34104. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  34105. t need to be complex, as the simple tools presented here wil
  34106. YO"Dev.CD Jun 97 SSW
  34107. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  34108. Dev.CD Dec 96 SV
  34109. 68266X
  34110. Jun 97
  34111. w--set theItem to choose file -- uncomment to test in an AS editor
  34112.     tell application "Finder"
  34113.         open item "Dev.CD Jun 97 SSW
  34114. Dev.CD Dec 96 SE"
  34115.         activate
  34116.     end tell
  34117. on error errMsg number errNum
  34118.     --enter statements to perform when no records are found such as...
  34119.     display dialog "Sorry, the item you selected could not be found."
  34120.     return
  34121. end try
  34122. All Packages
  34123. F    QuickTimeO"Dev.CD Jun 97 SSW
  34124. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  34125. Dev.CD Dec 96 SV
  34126. 68267X
  34127. Jun 97
  34128. w--set theItem to choose file -- uncomment to test in an AS editor
  34129.     tell application "Finder"
  34130.         open item "Dev.CD Jun 97 SSW
  34131. Dev.CD Dec 96 SE"
  34132.         activate
  34133.     end tell
  34134. on error errMsg number errNum
  34135.     --enter statements to perform when no records are found such as...
  34136.     display dialog "Sorry, the item you selected could not be found."
  34137.     return
  34138. end try
  34139. t to change at any moment. You should be careful when using this.
  34140. GestaltValue:  GestaltValue is a binary library that allows you to add your own Gestalt selectors to the System. No source.
  34141. Sleep Queue Entry:  This snippet demonstrates how to create a sleep queue entry under Think C.
  34142. TestGestalt:  These sample applications show how to use Gestalt to get information on system features.
  34143. TimeZone.Daylight:  This program shows how you can use the ReadLocation function to show the current lC
  34144. ocation and time zone information that is in the Date & Time Control Panel.  The program also shows how you can determine if Daylight Savings Time is on or off.  The program also shows how you can determine if Daylight Savings Time is on or off.
  34145. Sample Code.imgK
  34146. May 94L
  34147. Nov 96O
  34148. Dev.CD May 00 TC:Sample Code:P
  34149. Dev.CD May 00 TC
  34150.  - Sample Codehive
  34151. filesi
  34152. archive
  34153. htmli
  34154. advanced[
  34155. advanced
  34156. color
  34157. imaging[
  34158. advanced
  34159. color
  34160. imaging
  34161. coercion
  34162. init]
  34163. aegizmos]
  34164. D!All Packages
  34165. Tool Chest Edition
  34166. Look for new and updated Mac OS 8 and 9, Mac OS X, QuickTime, Java and WebObjects documentation.
  34167. List of new and updated documentation:
  34168. -PowerBook Developer Note
  34169. -iBook Developer Note 
  34170. -Power Mac G4 Developer Note
  34171. -Apple Publications Style Guide [UPDATE]
  34172. FEATURES:
  34173. New and Updated Documentation!
  34174. --------------
  34175. HARDWARE:
  34176. ---------------
  34177. PowerBook Developer Note
  34178. This developer note describes the latest PowerBook computer, which carries the PowerBook lin
  34179. e forward by adding FireWire ports as well as a new internal architecture, higher processor speeds, and an ATI RAGE 128 graphics controller.
  34180.    The developer note includes information about
  34181.    - the features of the PowerBook
  34182.    - some compatibility issues
  34183.    - the internal logic and custom ICs
  34184.    - the I/O ports and built-in I/O devices
  34185.    - the expansion features
  34186.    - the system software
  34187. --------------------------------
  34188. iBook Developer Note 
  34189. This developer note has been updated to inclu
  34190. textN
  34191. encoding
  34192. converter
  34193. allows
  34194. convert
  34195. extractor
  34196. plug-ins
  34197. content
  34198. extra
  34199. text-handling
  34200. text-to-speech
  34201. textbegin/end
  34202. textbox
  34203. textedit
  34204. textstyle
  34205. texttotypeintlcoerci
  34206. texture
  34207. e    No Changef
  34208. after dark
  34209. wombatq
  34210. Dev.CD May 00 TC
  34211. D!All Packages
  34212. Tool Chest Edition
  34213. JScriptAppletI\This demo program shows how to control a QuickTime movie within a browser using JavaScript.
  34214. Sample Code.imgK
  34215. Feb 00
  34216. D- Common
  34217.     - Sun Compliant Java Runtime Environment 1.1
  34218.     - QuickTime 3 
  34219.     - QTJava.zip
  34220.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  34221.     - QTJava media samples
  34222. - Mac OS:
  34223.     - System 8 or later
  34224.     - Macintosh Runtime for Java (MRJ) 2.1
  34225. - Windows 95, 98, or NT::
  34226.     - JRE/JDK from Sun Microsystems, Inc. recommended
  34227. QuickTime, Java, MRJO
  34228. Dev.CD May 00 TC:Sample Code:P
  34229. Dev.CD May 00 TC
  34230.  - Sample CodeV
  34231. 67855X
  34232. May 00^
  34233. #able devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  34234. drivers
  34235. dumpobj
  34236. duplication
  34237. content
  34238. development
  34239. entertainment
  34240. consumer
  34241. electronics
  34242. dynamicv
  34243. translation
  34244. manager
  34245. translation
  34246. editing
  34247. editorY
  34248. effects
  34249. eject
  34250. electronics
  34251. elements
  34252. email
  34253. embed
  34254. emulator
  34255. enabled
  34256. enabler
  34257. encoding
  34258. endpoint
  34259. endpoints
  34260. engine
  34261. engine
  34262. internet
  34263. sherlock
  34264. enterprise
  34265. entertainment
  34266. environmentt
  34267. eomodeler
  34268. with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  34269. Sample Code.imgK
  34270. Aug 95
  34271. gender-based
  34272. title
  34273. creation
  34274. general
  34275. general
  34276. tools
  34277. generator
  34278. generic
  34279. generic
  34280. module
  34281. cwpro2t
  34282. german
  34283. german
  34284. 1.1.3
  34285. germany
  34286. germany
  34287. distributors/localiz
  34288. gestalt
  34289. gestalt
  34290. gestalt
  34291. selectors
  34292. gestalt
  34293. submission
  34294. getbootvol
  34295. getbootvol
  34296. getdinfo
  34297. getdinfo
  34298. getdir
  34299. getdir
  34300. geteof
  34301. geteof
  34302. getfinfo
  34303. getfinfo
  34304. gethelpstrings
  34305. geticon
  34306. geticon
  34307. getinfo
  34308. getinfo
  34309. getkeys
  34310. getlastchange
  34311. getmfsize
  34312. getmode
  34313. getmode
  34314. getsetoptions
  34315. getsetoptions
  34316. getsetoptions-68k
  34317. getsetoptions-ppc
  34318. getting
  34319. getting
  34320. started
  34321. getvinfo
  34322. getvinfo
  34323. anging
  34324. excitingf
  34325. executable
  34326. spawn
  34327. spbgetdeviceinfo
  34328. spbrecord
  34329. spbsetdeviceinfo
  34330. speakj
  34331. speakerphone
  34332. speakers
  34333. speaking
  34334. speaksj
  34335. specfically
  34336. specialT
  34337. specialized
  34338. specially
  34339. specifics
  34340. specifically
  34341.     tell application "Finder"
  34342.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:"
  34343.         activate
  34344.     end tell
  34345. on error errMsg number errNum
  34346.     --enter statements to perform when no records are found such as...
  34347.     display dialog "Sorry, the item you selected could not be found."
  34348.     return
  34349. end try
  34350. e    No Changef)Mail Suite
  34351. Apple Events
  34352. AppleScript
  34353. emailq
  34354. Dev.CD Jun 00 RL Disk 1
  34355. 68305X
  34356. May 00^
  34357. --set theItem to choose file -- uncomment to test in an AS editor
  34358.     tell application "Finder"
  34359.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:"
  34360.         activate
  34361.     end tell
  34362. on error errMsg number errNum
  34363.     --enter statements to perform when no records are found such as...
  34364.     display dialog "Sorry, the item you selected could not be found."
  34365.     return
  34366. end try
  34367. e    No Changef,AppleScript
  34368. StuffIt
  34369. Engine
  34370. scriptable
  34371. scriptq
  34372. Dev.CD May 00 TC
  34373. D!All Packages
  34374. Tool Chest Edition
  34375. ScriptSwitcher
  34376. ScriptSwitcher8 is a quick way to modify all the resources needed to switch the primary script (e.g Roman, Japanese, Chinese, etc.) of your system. It is useful for testing and avoids having to use resedit to change resources. It works on versions of Mac OS 7.0 and 8.0.
  34377. ScriptSwitcher.imgK
  34378. Oct 92L
  34379. Jan 98:Tool Chest:Localization:ScriptSwitcher:V
  34380. 68306X
  34381. 1e    No Change
  34382. iness & Marketing: News (Apple Initiatives Sell 3d-Party Products); Market Research Monthly (Apple Macintosh User Study); Marketing Feature (Retail Channels).
  34383. This is final draft copy from Apple Directions, 
  34384.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS. 
  34385. Apple Directions 01/95
  34386. Apple Directions 02/95
  34387. Apple Directions 03/95
  34388. Apple Directions 04/95
  34389. Apple Directions 05/95
  34390. Apple Directions 06/95
  34391. Apple Directions 07/95
  34392. Apple Directions 08/95
  34393. Apple Directions 09/95
  34394. Apple Directions 10/95
  34395. Apple Directions 11/95
  34396. Apple Directions 12/95
  34397. Mar 95L
  34398. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  34399.  - Programs & Marketing
  34400.  - Apple Directions
  34401.  - Apple Directions 1995All Packages
  34402. System Enabler 111 (PB 160/180)O
  34403. Dev.CD Apr 93P
  34404. Dev.CD Apr 9V
  34405. 61166X
  34406. Apr 93
  34407. modeled
  34408. modeling
  34409. Apr 94
  34410. p--set theItem to choose file -- uncomment to test in an AS editor
  34411.     tell application "Finder"
  34412.         open item "Dev.CD Apr 94
  34413. Dev.CD Jan 94"
  34414.         activate
  34415.     end tell
  34416. on error errMsg number errNum
  34417.     --enter statements to perform when no records are found such as...
  34418.     display dialog "Sorry, the item you selected could not be found."
  34419.     return
  34420. end try
  34421. All Packages
  34422. System Enabler 065 (LC 575)O
  34423. Dev.CD Apr 94P
  34424. Dev.CD Apr 9V
  34425. 68525X
  34426. Apr 94
  34427. b--set theItem to choose file -- uncomment to test in an AS editor
  34428.     tell application "Finder"
  34429.         open item "Dev.CD Apr 94"
  34430.         activate
  34431.     end tell
  34432. on error errMsg number errNum
  34433.     --enter statements to perform when no records are found such as...
  34434.     display dialog "Sorry, the item you selected could not be found."
  34435.     return
  34436. end try
  34437. All Packages
  34438. System Enabler 065 (LC 575)O
  34439. Dev.CD Apr 94P
  34440. Dev.CD Apr 9V
  34441. 68526X
  34442. Apr 94
  34443. coercion
  34444. init]
  34445. aegizmos]
  34446. Summary:  StandardFileIcons is a control panel which allows you to modify the behavior of PACK 3, the Standard File package.  Starting with System Update 3.0, PACK 3 uses icons taken from the Desktop file when displaying files in its lists.  This can be slow, especially on a slow connection such as Apple Remote Access and a modem.  This control panel lets you disable this feature and return to the previous behavior of PACK 3.
  34447.   Source code in C which compiles for MPW, Symantec 7.0.3 and MB
  34448. etrowerks DR/4 is included.
  34449.   Version 1.2 corrects a bug involving calling DisposeHandle on a resource.  I now call ReleaseResource, which is the correct call.
  34450. Sample Code.imgK
  34451. Oct 94L
  34452. Nov 94M}Requires System 7.0.  Won't do anything harmful with previous systems.  Won't do anything useful unless System 7.5 or later.
  34453. NCCDEV control panel INIT MPW Symantec Metrowerks StandardFile PACK 3O
  34454. Dev.CD May 00 TC:Sample Code:P
  34455. Dev.CD May 00 TC
  34456.  - Sample Codeon
  34457. explains
  34458. d in conjunc
  34459. D!All Packages
  34460. Tool Chest Edition
  34461. HC Stack Localization Navigator
  34462. Summary: Localization guide for HyperCard stacks.
  34463. Features: This tool navigates the user through the stack he is localizing, stopping at each field and button name which needs to be translated.
  34464. This tool is palette based, buttons include: next item; previous item; scan items forward; scan items backwards; edit item; edit field; show help; hide help.  
  34465. The next item, previous item, scan items (forward), and scan items (backwards) buttons take the user to each  field and button in the stacB{k which need to be localized. 
  34466. This package is System 7.0 compatible.
  34467. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  34468. HC Stack Localization Navig.imgK
  34469. Vol VIIM
  34470. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD May 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:nge
  34471. pixel sizes.
  34472. CopyMask:  Shows how Copy
  34473. uF    PowerTalkO
  34474. Dev.CD Apr 95
  34475. Dev.CD Jan 95P
  34476. Dev.CD Apr 95
  34477. Dev.CD Jan 9nt to test in an AS editor
  34478.     tell application "Finder"
  34479.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:"
  34480.         activate
  34481.     end tell
  34482. on error errMsg number errNum
  34483.     --enter statements to perform when no records are found such as...
  34484.     display dialog "Sorry, the item you selected could not be found."
  34485.     return
  34486. end try
  34487. e    No Changef
  34488. AppleShare
  34489. AFP protocol.q
  34490. Dev.CD Apr 98 SDK1
  34491. All Packages
  34492. AppleSingle/AppleDouble FormatI
  34493. Summary: This document describes version 2 of the AppleSingle/AppleDouble file formats used for storing files on foreign file systems.J>AppleSingle/AppleDouble Formats
  34494. ReadMe
  34495. AppleSingle/AppleDoubleK
  34496. Vol VM
  34497. Adobe Acrobat Reader.O_Dev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:V
  34498. 66372X
  34499. 1e    No Change
  34500. Chinese Dictation KitO
  34501. Dev.CD May 97 TCP
  34502. Dev.CD May 97 Tev.CD Apr 94
  34503. Dev.CD Jan 94
  34504. Dev.CD Oct 93
  34505. Dev.CD Jul 93
  34506. Dev.CD Apr 93PDDev.CD Apr 94
  34507. Dev.CD Jan 94
  34508. Dev.CD Oct 93
  34509. Dev.CD Jul 93
  34510. Dev.CD Apr 9V
  34511. 67228X
  34512. Apr 94
  34513. --set theItem to choose file -- uncomment to test in an AS editor
  34514.     tell application "Finder"
  34515.         open item "Dev.CD Apr 94
  34516. Dev.CD Jan 94
  34517. Dev.CD Oct 93
  34518. Dev.CD Jul 93
  34519. Dev.CD Apr 93"
  34520.         activate
  34521.     end tell
  34522. on error errMsg number errNum
  34523.     --enter statements to perform when no records are found such as...
  34524.     display dialog "Sorry, the item you selected could not be found."
  34525.     return
  34526. end try
  34527. All Packages
  34528. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  34529. Dev.CD Jan 94
  34530. Dev.CD Oct 93
  34531. Dev.CD Jul 93
  34532. Dev.CD Apr 93PDDev.CD Apr 94
  34533. Dev.CD Jan 94
  34534. Dev.CD Oct 93
  34535. Dev.CD Jul 93
  34536. Dev.CD Apr 9V
  34537. 67229X
  34538. Apr 94
  34539. practical
  34540. practice
  34541. flashing
  34542. flat-panel
  34543. flattenning
  34544. flavor
  34545. flavors
  34546. flexibility
  34547. flexible
  34548. flicker
  34549. flight-sim
  34550. flightsim
  34551. flipping
  34552. float-to-int
  34553. floating
  34554. flood
  34555. flookup
  34556. floor
  34557. floppies
  34558. floppy
  34559. focus
  34560. focuses
  34561. folderR
  34562. folderso
  34563. folks
  34564. follow
  34565. followed
  34566. following
  34567. follows
  34568. fonte
  34569. fonts
  34570. footprintg
  34571. sighyper
  34572. hytime
  34573. snarfer
  34574. snarfer
  34575. snarfer
  34576. user's
  34577. guide
  34578. sound
  34579. manager
  34580. fully
  34581. themeso
  34582. things
  34583. think
  34584. think
  34585. think
  34586. pascal
  34587. files
  34588. thooks
  34589. thooks
  34590. documentation
  34591. thooks
  34592. documentation
  34593. thread
  34594. thread
  34595. manager
  34596. thread
  34597. manager
  34598. 2.1.1d1
  34599. thread
  34600. manager
  34601. documentation
  34602. threadutilities
  34603. ticket
  34604. ticket
  34605. program
  34606. ticket
  34607. program
  34608. ticket
  34609. program
  34610. ticket
  34611. program
  34612. ticket
  34613. program
  34614. olkit
  34615. tools]
  34616. tools
  34617. goodies
  34618. tools
  34619. topicsR
  34620. total
  34621. helper
  34622. trainingR
  34623. transitionso
  34624. cienc
  34625. :  bbsw@netcom.com
  34626. !NOT AN APPLE PRODUCT!:
  34627. About BBEdit Lite
  34628. BBEdit Extensions:
  34629. BBEdit Lite 3.5
  34630. BBEdit Lite Quickstart
  34631. TextChanger 2.0.1:
  34632. Upgrading to BBEdit 3.5:
  34633. What's New in BBEdit Lite 3.5K
  34634. May 94L
  34635. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  34636.  - Tool Chest
  34637.  - Developer Utilities
  34638.  - BBEdit Lite 3.5eturn
  34639. end try
  34640. e software license included in the folder created by the Installer.
  34641. J,Install QuickView
  34642. READ ME - QV Developer Ed.K
  34643. Jun 95N"TOOLBOX ASSISTANT, MPTA, QUICKVIEWOfDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  34644. MPTA Goodies:QuickView
  34645.  Developer Edition:PqDev.CD Sep 97 RL
  34646.  - Technical Documentation
  34647.  - Toolbox Assistant
  34648. MPTA Goodies
  34649.  - QuickView
  34650.  Developer EditionW
  34651. ot/ppp
  34652. transport
  34653. ot/ppp
  34654. otbuffer
  34655. otbufferinfo
  34656. otfifo
  34657. otgetendpointinfo
  34658. otgetindexedport
  34659. otgetuserportnamefro
  34660. otlifo
  34661. otlink
  34662. ]Ji4PM 4.6
  34663. 604 Performance
  34664. Emulator
  34665. Emulator CP Release Notes
  34666. POWER Emulator
  34667. POWER Emulator CP Release NotesK
  34668. Dec 95M
  34669. Power Macintosh.N0debugging, performance, POWER, PowerPC, emulatorOBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Performance tools:PJDev.CD May 00 TC
  34670.  - Tool Chest
  34671.  - Testing & Debugging
  34672.  - Performance toolsV
  34673. 68014X
  34674. May 00^
  34675. --set theItem to choose file -- uncomment to test in an AS editor
  34676.     tell application "Finder"
  34677.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Performance tools:"
  34678.         activate
  34679.     end tell
  34680. on error errMsg number errNum
  34681.     --enter statements to perform when no records are found such as...
  34682.     display dialog "Sorry, the item you selected could not be found."
  34683.     return
  34684. end try
  34685. e    No Changef,debugging
  34686. performance
  34687. POWER
  34688. PowerPC
  34689. emulatorq
  34690. Dev.CD May 00 TC
  34691. ^D!All Packages
  34692. Tool Chest Edition
  34693. PGPuam 
  34694.     acintosh Systems
  34695.  handles more than one user at a time
  34696.  password capability
  34697.  easicapability
  34698.  easi
  34699. <F    QuickTimeO)Dev.CD Oct 93
  34700. Dev.CD Jul 93
  34701. Dev.CD Apr 93P(Dev.CD Oct 93
  34702. Dev.CD Jul 93
  34703. Dev.CD Apr 9rinting
  34704.  - LaserWriter 8.5.1GMV
  34705. 65401X
  34706. May 00^
  34707. --set theItem to choose file -- uncomment to test in an AS editor
  34708.     tell application "Finder"
  34709.         open item "Dev.CD May 00 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:"
  34710.         activate
  34711.     end tell
  34712. on error errMsg number errNum
  34713.     --enter statements to perform when no records are found such as...
  34714.     display dialog "Sorry, the item you selected could not be found."
  34715.     return
  34716. end try
  34717. e    No Changef"LaserWriter 8 driver printer 8.5.1q
  34718. Dev.CD May 00 TC
  34719. D!All Packages
  34720. Tool Chest Edition
  34721. Leaks dcmdIkSummary: A dcmd for MacsBug or TMON that helps detect memory leaks. Heavily commented source code included.J
  34722. Memory Management.imgK
  34723. Vol XOBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  34724.  - Tool Chest
  34725.  - Testing & Debugging
  34726.  - Memory ManagementV
  34727. 65402X
  34728. May 00^
  34729. #ons\
  34730. tools]
  34731. depends
  34732. deployed
  34733. deployment
  34734. depth
  34735. depths
  34736. dereference
  34737. derivative
  34738. derived
  34739. describe
  34740. described
  34741. describes[
  34742. describing
  34743. description
  34744. iptors_
  34745. designo
  34746. design
  34747. robustness
  34748. theresa
  34749. tensor
  34750. information
  34751. designedN
  34752. designer
  34753. designers
  34754. designing
  34755. desired
  34756. deskpat
  34757. desktop
  34758. 67830X
  34759. May 00^
  34760. --set theItem to choose file -- uncomment to test in an AS editor
  34761.     tell application "Finder"
  34762.         open item "Dev.CD May 00 TC:Language Kits:Indian Language Kit 1.0:"
  34763.         activate
  34764.     end tell
  34765. on error errMsg number errNum
  34766.     --enter statements to perform when no records are found such as...
  34767.     display dialog "Sorry, the item you selected could not be found."
  34768.     return
  34769. end try
  34770. e    No Changeq
  34771. Dev.CD May 00 TC
  34772. D!All Packages
  34773. Tool Chest Edition
  34774. Inline Input for TextEdit
  34775. pSummary:  This package helps developers implement inline input for TextEdit using the TSMTE extension in their applications.
  34776. Features:  The package provides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  34777. Sample Code.imgK
  34778. Feb 94L
  34779. May 94:Sample Code:V
  34780. 67831X
  34781. Moved
  34782. s MacsBug logs when a 
  34783. csmp-digest-v3-032
  34784. csmp-digest-v3-033
  34785. csmp-digest-v3-034
  34786. csmp-digest-v3-035
  34787. csmp-digest-v3-036
  34788. csmp-digest-v3-037
  34789. csmp-digest-v3-038
  34790. csmp-digest-v3-039
  34791. csmp-digest-v3-040
  34792. csmp-digest-v3-041
  34793. csmp-digest-v3-042
  34794. csmp-digest-v3-043
  34795. csmp-digest-v3-044
  34796. csmp-digest-v3-045
  34797. csmp-digest-v3-046
  34798. csmp-digest-v3-047
  34799. csmp-digest-v3-048
  34800. csmp-digest-v3-049
  34801. csmp-digest-v3-050
  34802. csmp-digest-v3-051
  34803. csmp-digest-v3-052
  34804. csmp-digest-v3-053
  34805. csmp-digest-v3-054
  34806. csmp-digest-v3-055
  34807. csmp-digest-v3-056
  34808. csmp-digest-v3-057
  34809. csmp-digest-v3-058
  34810. csmp-digest-v3-059
  34811. csmp-digest-v3-060
  34812. csmp-digest-v3-061
  34813. csmp-digest-v3-062
  34814. csmp-digest-v3-063
  34815. csmp-digest-v3-064
  34816. csmp-digest-v3-065
  34817. csmp-digest-v3-066
  34818. csmp-digest-v3-067
  34819. csmp-digest-v3-068
  34820. csmp-digest-v3-069
  34821. csmp-digest-v3-070
  34822. csmp-digest-v3-071
  34823. csmp-digest-v3-072
  34824. csmp-digest-v3-073
  34825. csmp-digest-v3-074
  34826. csmp-digest-v3-075
  34827. csmp-digest-v3-076
  34828. damage
  34829. dangerously
  34830. dangling
  34831. daniel
  34832. danish
  34833. darkening
  34834. dashed
  34835. dashed-capped
  34836. database
  34837. databasess
  34838. dataforkz
  34839. datagram
  34840. dates
  34841. david
  34842. davidson
  34843. day-to-day
  34844. daylight
  34845. daystar
  34846. dboxproc
  34847. dcmda
  34848. dcmds]
  34849. dealer
  34850. dealing
  34851. deals
  34852. be    No Changef
  34853. DrawSprocket
  34854. Context Switchq
  34855. Dev.CD May 00 TC
  34856. cD!All Packages
  34857. Tool Chest Edition
  34858. DTS MPW Goodies
  34859. Summary: This folder contains MPW goodies from Developer Technical Support. 
  34860. Features:  
  34861.  AddChange
  34862.  AddHeader
  34863.  CancelWindowCheckOut
  34864.  ChangeFileName
  34865.  CheckedOutFiles
  34866.  CheckInAll
  34867.  CheckWindowIn
  34868.  CheckWindowOut
  34869.  CompareDirText
  34870.  CompareLastRevision
  34871.  CoolRequest
  34872.  CvtCComments
  34873.  DirActive
  34874.  Docs & Help Files:
  34875.  FindChange
  34876.  FindLurkers
  34877.  FLookup
  34878.  GetKeys
  34879.  GetLastChange
  34880.  GetMFSize
  34881.  InitProjector
  34882.  Justify
  34883.  KeyMenu
  34884.  Lookup
  34885.  LookupMenu
  34886.  MarkC
  34887.  MarkPascal
  34888.  MountProjector
  34889.  MountServer
  34890.  MyBuildMenu
  34891.  OpenCheckedOut
  34892.  OpenMultFiles
  34893.  OSErr
  34894.  PasMatIt
  34895.  Print2
  34896.  ProjectFolders
  34897.  ProjectMenu
  34898.  ProjListMenu
  34899.  Quit
  34900.  RelString
  34901.  SetMarkers
  34902.  SetMFSize
  34903.  SetProject
  34904.  SetProjector
  34905.  SourceMenu
  34906.  Srcs:
  34907.  StripUnits
  34908.  Trim
  34909.  UnmountProjector
  34910.  UnwrapCommentText
  34911.  UserStartup
  34912. Goodies
  34913.  Wild
  34914.  WrapCommentText
  34915. MPW Goodies Info
  34916. 67764X
  34917. 1e    No Change
  34918. Mar 92nge
  34919. b--set theItem to choose file -- uncomment to test in an AS editor
  34920.     tell application "Finder"
  34921.         open item "Dev.CD Oct 94"
  34922.         activate
  34923.     end tell
  34924. on error errMsg number errNum
  34925.     --enter statements to perform when no records are found such as...
  34926.     display dialog "Sorry, the item you selected could not be found."
  34927.     return
  34928. end try
  34929. n Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  34930. Dev.CD May 00 TC:Sample Code:P
  34931. Dev.CD May 00 TC
  34932.  - Sample CodeV
  34933. 65405X
  34934. May 00^
  34935. r--set theItem to choose file -- uncomment to test in an AS editor
  34936.     tell application "Finder"
  34937.         open item "Dev.CD May 00 TC:Sample Code:"
  34938.         activate
  34939.     end tell
  34940. on error errMsg number errNum
  34941.     --enter statements to perform when no records are found such as...
  34942.     display dialog "Sorry, the item you selected could not be found."
  34943.     return
  34944. end try
  34945. e    No Change.
  34946. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  34947. --set theItem to choose file -- uncomment to test in an AS editor
  34948.     tell application "Finder"
  34949.         open item "Dev.CD Apr 94
  34950. Dev.CD Jan 94
  34951. Dev.CD Oct 93
  34952. Dev.CD Jul 93
  34953. Dev.CD Apr 93"
  34954.         activate
  34955.     end tell
  34956. on error errMsg number errNum
  34957.     --enter statements to perform when no records are found such as...
  34958.     display dialog "Sorry, the item you selected could not be found."
  34959.     return
  34960. end try
  34961. v.CD Jul 95P
  34962. Dev.CD Jul 9V
  34963. 65218X
  34964. Jul 95
  34965. b--set theItem to choose file -- uncomment to test in an AS editor
  34966.     tell application "Finder"
  34967.         open item "Dev.CD Jul 95"
  34968.         activate
  34969.     end tell
  34970. on error errMsg number errNum
  34971.     --enter statements to perform when no records are found such as...
  34972.     display dialog "Sorry, the item you selected could not be found."
  34973.     return
  34974. end try
  34975. All Packages
  34976. CPU SE 406O
  34977. Dev.CD Jul 95P
  34978. Dev.CD Jul 9V
  34979. 65219X
  34980. Jul 95
  34981. debugging
  34982. resource
  34983. handles
  34984. dither
  34985. ardwareA
  34986. Deletedf
  34987. Multi-processing
  34988.  MP Pascalq
  34989. Dev.CD Nov 99 TC
  34990. D!All Packages
  34991. Tool Chest Edition
  34992. a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  34993. J&***** Readme first *****
  34994. MPing
  34995. SourcesK
  34996. Vol XO8Dev.CD May 00 TC:Tool Chest:Networking:MacTCP:MPing 1.1:PCDev.CD May 00 TC
  34997.  - Tool Chest
  34998.  - Networking
  34999.  - MacTCP
  35000.  - MPing 1.1V
  35001. 67933X
  35002. May 00^
  35003. --set theItem to choose file -- uncomment to test in an AS editor
  35004.     tell application "Finder"
  35005.         open item "Dev.CD May 00 TC:Tool Chest:Networking:MacTCP:MPing 1.1:"
  35006.         activate
  35007.     end tell
  35008. on error errMsg number errNum
  35009.     --enter statements to perform when no records are found such as...
  35010.     display dialog "Sorry, the item you selected could not be found."
  35011.     return
  35012. end try
  35013. end try
  35014. b--set theItem to choose file -- uncomment to test in an AS editor
  35015.     tell application "Finder"
  35016.         open item "Dev.CD Feb 95"
  35017.         activate
  35018.     end tell
  35019. on error errMsg number errNum
  35020.     --enter statements to perform when no records are found such as...
  35021.     display dialog "Sorry, the item you selected could not be found."
  35022.     return
  35023. end try
  35024. orry, the item you selected could not be found."
  35025.     return
  35026. end try
  35027. e    No Changef%Testing
  35028. Memory
  35029. Virtual User
  35030. Debuggingq
  35031. Dev.CD May 00 TC
  35032. Menu Defproc 1.0.3
  35033. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  35034. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  35035. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  35036. dimming.
  35037. Nov 94M
  35038. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Apr 00 SDK1
  35039.  - Development Kits
  35040.  - Mac OS
  35041.  - File System Managerum
  35042.     --enter statements to perform when no records are found such as...
  35043.     display dialog "Sorry, the item you selected could not be found."
  35044.     return
  35045. end try
  35046. e    No Changef
  35047. Printing
  35048. PostScript
  35049. Filterq
  35050. Dev.CD May 00 TC
  35051. eD!All Packages
  35052. Tool Chest Edition
  35053. PostScript UtilitiesI
  35054. Summary: This folder contains a number of PostScript
  35055.  utilities.
  35056. Features:
  35057.  DiskRestore
  35058.  kill test page
  35059.  Laser Doctor
  35060.  letter paper tray
  35061.  plain paper tray
  35062.  print total pages
  35063.  restore test page
  35064. This package is 7.0 compatible.JnDiskRestore
  35065. kill test page
  35066. Laser Doctor
  35067. letter paper tray
  35068. plain paper tray
  35069. print total pages
  35070. restore test pageK
  35071. Vol IIIL
  35072. Vol VIIO:Dev.CD May 00 TC:Tool Chest:Printing:PostScript Utilities:nge
  35073. r 111 (PB 160/180)O
  35074. Dev.CD Apr 93V
  35075. 64866X
  35076. }OQDev.CD May 97 TC
  35077. Dev.CD Nov 96 TC
  35078. Dev.CD Aug 96 TC
  35079. Dev.CD Feb 96 TC
  35080. Dev.CD Feb 95PPDev.CD May 97 TC
  35081. Dev.CD Nov 96 TC
  35082. Dev.CD Aug 96 TC
  35083. Dev.CD Feb 96 TC
  35084. Dev.CD Feb 9V
  35085. 67662X
  35086. May 97
  35087. --set theItem to choose file -- uncomment to test in an AS editor
  35088.     tell application "Finder"
  35089.         open item "Dev.CD May 97 TC
  35090. Dev.CD Nov 96 TC
  35091. Dev.CD Aug 96 TC
  35092. Dev.CD Feb 96 TC
  35093. Dev.CD Feb 95"
  35094.         activate
  35095.     end tell
  35096. on error errMsg number errNum
  35097.     --enter statements to perform when no records are found such as...
  35098.     display dialog "Sorry, the item you selected could not be found."
  35099.     return
  35100. end try
  35101. All Packages
  35102. ChineseTalk 6.0.3O
  35103. Dev CD Vol. V
  35104. Dev CD Vol. IVP
  35105. Dev CD Vol. V
  35106. Dev CD Vol. IV
  35107. 67663X
  35108. Vol. V
  35109. on error errMsg number errNum
  35110.     --enter statements to perform when no records are found such as...
  35111.     display dialog "Sorry, the item you selected could not be found."
  35112.     return
  35113. end try
  35114. All Packages
  35115. System 7.5 Update 2.0V
  35116. 67205X
  35117. hotchkiss
  35118. hotrect
  35119. hotsauce
  35120. hottest
  35121. hours
  35122. house
  35123. tensor
  35124. terence
  35125. terms
  35126. terminal
  35127. terminology^
  35128. termsb
  35129. ternasky
  35130. test]
  35131. test-harness
  35132. test/demo
  35133. testaccelration
  35134. testarbitraryallocat
  35135. testarbitraryallocat
  35136. testeds
  35137. testgestalt
  35138. testingx
  35139. testnbp
  35140. tests
  35141. All Packages
  35142. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  35143. Dev.CD Jan 94
  35144. Dev.CD Oct 93
  35145. Dev.CD Jul 93
  35146. Dev.CD Apr 93PDDev.CD Apr 94
  35147. Dev.CD Jan 94
  35148. Dev.CD Oct 93
  35149. Dev.CD Jul 93
  35150. Dev.CD Apr 9V
  35151. 68456X
  35152. Apr 94
  35153. --set theItem to choose file -- uncomment to test in an AS editor
  35154.     tell application "Finder"
  35155.         open item "Dev.CD Apr 94
  35156. Dev.CD Jan 94
  35157. Dev.CD Oct 93
  35158. Dev.CD Jul 93
  35159. Dev.CD Apr 93"
  35160.         activate
  35161.     end tell
  35162. on error errMsg number errNum
  35163.     --enter statements to perform when no records are found such as...
  35164.     display dialog "Sorry, the item you selected could not be found."
  35165.     return
  35166. end try
  35167. All Packages
  35168. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  35169. Dev.CD Jan 94
  35170. Dev.CD Oct 93
  35171. Dev.CD Jul 93
  35172. Dev.CD Apr 93PDDev.CD Apr 94
  35173. Dev.CD Jan 94
  35174. Dev.CD Oct 93
  35175. Dev.CD Jul 93
  35176. Dev.CD Apr 9V
  35177. 68457X
  35178. Apr 94
  35179. sample
  35180. designed
  35181. proper
  35182. sample
  35183. shows
  35184. implementation
  35185. netsprocket
  35186. sample
  35187. shows
  35188. basic
  35189. implementations
  35190. drawsprocket
  35191. sample
  35192. shows
  35193. transport
  35194. sample
  35195. shows
  35196. network
  35197. setup
  35198. library
  35199. sample
  35200. shows
  35201. write
  35202. fully
  35203. asynchronous
  35204. block
  35205. contains
  35206. information
  35207. advantage
  35208. includes
  35209. libraries
  35210. include
  35211. files
  35212. necessary
  35213. survival
  35214. guide
  35215. series
  35216. regarding
  35217. webobjec
  35218. survival
  35219. guide
  35220. offers
  35221. overview
  35222. audio
  35223. produces
  35224. template
  35225. building
  35226. balloon
  35227. update
  35228. toolbox
  35229. assistant
  35230. includes
  35231. following
  35232. version
  35233. object
  35234. support
  35235. library
  35236. 1.1.4
  35237. replaces
  35238. simple
  35239. sample
  35240. dumps
  35241. version
  35242. thomas
  35243. thompson
  35244. toolkitb
  35245. toolkits
  35246. tools]
  35247. top-sellingj
  35248. topicp
  35249. topicsR
  35250. topping
  35251. total
  35252. totally
  35253. totals
  35254. touch
  35255. touches
  35256. tough
  35257. toward
  35258. towards
  35259. tpifile
  35260. traceback
  35261. traceroute
  35262. tracing
  35263. track`
  35264. tracker
  35265. tracking
  35266. tracks
  35267. trade
  35268. trade-offs
  35269. trademark
  35270. tradition
  35271. traditional
  35272. e finder info.
  35273. DateThing:  A sample of how to write one of those date things as in the General control panel.
  35274. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  35275. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  35276. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  35277. DragWindowGrid:  Shows how 
  35278. to write a replacement DragWindow routine that constrains the window to a grid.
  35279. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  35280. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  35281. All Packages
  35282. System Enabler 003 (LC III)OEDev.CD Apr 94
  35283. Dev.CD Jan 94
  35284. Dev.CD Oct 93
  35285. Dev.CD Jul 93
  35286. Dev.CD Apr 93PDDev.CD Apr 94
  35287. Dev.CD Jan 94
  35288. Dev.CD Oct 93
  35289. Dev.CD Jul 93
  35290. Dev.CD Apr 9V
  35291. 68480X
  35292. Apr 94
  35293. --set theItem to choose file -- uncomment to test in an AS editor
  35294.     tell application "Finder"
  35295.         open item "Dev.CD Apr 94
  35296. Dev.CD Jan 94
  35297. Dev.CD Oct 93
  35298. Dev.CD Jul 93
  35299. Dev.CD Apr 93"
  35300.         activate
  35301.     end tell
  35302. on error errMsg number errNum
  35303.     --enter statements to perform when no records are found such as...
  35304.     display dialog "Sorry, the item you selected could not be found."
  35305.     return
  35306. end try
  35307. All Packages
  35308. System Enabler 003 (LC III)OEDev.CD Apr 94
  35309. Dev.CD Jan 94
  35310. Dev.CD Oct 93
  35311. Dev.CD Jul 93
  35312. Dev.CD Apr 93PDDev.CD Apr 94
  35313. Dev.CD Jan 94
  35314. Dev.CD Oct 93
  35315. Dev.CD Jul 93
  35316. Dev.CD Apr 9V
  35317. 68481X
  35318. Apr 94
  35319.  selected could not be found."
  35320.     return
  35321. end try
  35322. All Packages
  35323. F    QuickTimeO
  35324. Dev.CD Jul 93
  35325. Dev.CD Apr 93V
  35326. 64544X
  35327. B specification.
  35328. W 00 TC
  35329. ev.CD May 00 TC
  35330. e    No Changeq
  35331. Dev.CD May 98 TC
  35332. D!All Packages
  35333. Tool Chest Edition
  35334. LockVol
  35335. Summary: LockVol is a Control Panel device that can be used to test software handling of locked volumes, local or remote.   With the use of System 7 and File Sharing, LockVol may come in handy for those trying to test their software.  LockVol displays a popup menu containing all volumes in use by your Mac and allows you to change the status of each volume from unlocked, to having a software or hardware lock.  Changes made in the Control Panel are immediate and remain intact until you changess partners in Japan.
  35336. Localization for JapanK
  35337. Aug 92M
  35338. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  35339.  - Programs & MarketingV
  35340. 62941X
  35341. May 98^
  35342. on error errMsg number errNum
  35343.     --enter statements to perform when no records are found such as...
  35344.     display dialog "Sorry, the item you selected could not be found."
  35345.     return
  35346. end try
  35347. e    No Change
  35348. e    No Change
  35349. This document lists all selectors, known to the creator, for use with the Gestalt Manager. They can include selector codes installed by Apple (system) software or by software from third parties (your software?). The information in this list is useful for programmers who use the Gestalt Manager with their software (even using externals, as with HyperCard, 4th Dimension and so on).
  35350. NOTE: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis.  Apple is not responsible for any probleB!ms you may encounter in it's use.
  35351. Jk6th Anniversary
  35352. Gestalt Selectors List 4.3
  35353. Gestalt Submission Form
  35354. gestalt.html
  35355. GSL View (EasyView)
  35356. UpdatesK
  35357. May 95L
  35358. Dec 98M7Any word processor capable of reading a 400K text file.N
  35359. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesODDev.CD May 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3: 7.5 Update 1.0O
  35360. Dev.CD Jul 95P
  35361. Dev.CD Jul 9V
  35362. 64725X
  35363. sprocketinvaders
  35364. sprocketinvaders
  35365. featured
  35366. specfically
  35367. built
  35368. sprockets
  35369. square
  35370. squarewave
  35371. squarewavesynth
  35372. srcxor
  35373. sresource
  35374. stability
  35375. stackn
  35376. stacks
  35377. stagger
  35378. staging
  35379. stakingj
  35380. stalking
  35381. stand
  35382. stand-alone
  35383. standalone
  35384. standalone
  35385. version
  35386.  - develop
  35387.  - develop Issue 10(
  35388. http://developer.apple.com/sdkq
  35389. Dev.CD May 00 TC
  35390. [D!All Packages
  35391. Tool Chest Edition
  35392. DrawSprocketTestI
  35393. This sample shows basic implementations of DrawSprocket Functions.  It demonstrates:
  35394. - Get Version
  35395. - Display/context iteration
  35396. - Context searching
  35397. - Multiple-buffering/page flipping
  35398. - CLUT operations
  35399. - DSpUserSelectContext
  35400. - Underlays
  35401. - Single BufferingJ
  35402. Sample Code.imgK
  35403. Feb 00MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTO
  35404. Dev.CD May 00 TC:Sample Code:P
  35405. Dev.CD May 00 TC
  35406.  - Sample CodeV
  35407. 67756X
  35408. May 00^
  35409. r--set theItem to choose file -- uncomment to test in an AS editor
  35410.     tell application "Finder"
  35411.         open item "Dev.CD May 00 TC:Sample Code:"
  35412.         activate
  35413.     end tell
  35414. on error errMsg number errNum
  35415.     --enter statements to perform when no records are found such as...
  35416.     display dialog "Sorry, the item you selected could not be found."
  35417.     return
  35418. end try
  35419. e    No ChangeV
  35420. example
  35421. opengl
  35422. drawsprocket
  35423. integration
  35424. ates how to determine whether or not Fil
  35425. e Sharing is on. 
  35426. FormatAsDOS:  This snippet demonstrates how to use the newer Disk Initialization Package calls DIXFormat() and DIXZero() to format a floppy disk as a DOS disk.  DIXFormat, DIXZero, and DIReformat are documented in the IM:Files Errata Tech Note.
  35427. Please note this snippet does not provide any prompts.  It merely takes the floppy in the first floppy drive and reformats it as a DOS disk with the name "MS-DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  35428. Live Control ScrollI
  35429. Sample code illustrating scrolling of controls via an off screen GWorld.  
  35430. This code shows how to correctly set and maintain proportional scroll bars, do live scrolling and handle controls with a live scrolling window.J
  35431. Sample Code.imgK
  35432. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceO
  35433. Dev.CD May 00 TC:Sample Code:P
  35434. Dev.CD May 00 TC
  35435.  - Sample CodeV
  35436. 67874X
  35437. May 00^
  35438. r--set theItem to choose file -- uncomment to test in an AS editor
  35439.     tell application "Finder"
  35440.         open item "Dev.CD May 00 TC:Sample Code:"
  35441.         activate
  35442.     end tell
  35443. on error errMsg number errNum
  35444.     --enter statements to perform when no records are found such as...
  35445.     display dialog "Sorry, the item you selected could not be found."
  35446.     return
  35447. end try
  35448. e    No Changef9live scrolling
  35449. control
  35450. proportional scroll bar
  35451. appearanceeaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  35452. applescript\
  35453. applescript
  35454. apple
  35455. events
  35456. aegizmos_
  35457. applescript
  35458. apple
  35459. events
  35460. recordable
  35461. scriptable
  35462. script\
  35463. applescript
  35464. scripting
  35465. apple
  35466. event
  35467. folder
  35468. actions
  35469. applescript
  35470. stuffit
  35471. engine
  35472. scriptable
  35473. script
  35474. applesearchS
  35475. appleshareS
  35476. appleshare
  35477. client
  35478. shared
  35479. volumes
  35480. appleshare
  35481. sharing
  35482. faceless
  35483. background-only
  35484. appleshare
  35485. sharing
  35486. manager
  35487. appleshare
  35488. protocol
  35489. appleshare
  35490. server
  35491. appleshare
  35492. client
  35493. registry
  35494. appletalkQ
  35495. stylechat
  35496. appwannabe
  35497. arabic
  35498. architecture
  35499. arrangement
  35500. aslmv
  35501. apple
  35502. shared
  35503. library
  35504. manager
  35505. dynamic
  35506. libraryv
  35507. profiler
  35508. apple
  35509. systemx
  35510. assemblers
  35511. assembly
  35512. assistant
  35513. async
  35514. async
  35515. asynchronous
  35516. driver
  35517. table
  35518. r--set theItem to choose file -- uncomment to test in an AS editor
  35519.     tell application "Finder"
  35520.         open item "Dev.CD May 00 TC:Sample Code:"
  35521.         activate
  35522.     end tell
  35523. on error errMsg number errNum
  35524.     --enter statements to perform when no records are found such as...
  35525.     display dialog "Sorry, the item you selected could not be found."
  35526.     return
  35527. end try
  35528. volumemount
  35529. volumes[
  35530. vrefnum
  35531. w/mathlib
  35532. w/sound
  35533. w/sysp
  35534. waiting
  35535. waitnextevent
  35536. waits
  35537. wake100
  35538. wakes
  35539. walk-through
  35540. walks
  35541. walkthrough
  35542. wantg
  35543. wanted
  35544. wanting
  35545. wants
  35546. Virtual User tools.imgK
  35547. Vol VIIL
  35548. Nov/Dec 92OCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD May 00 TC
  35549.  - Tool Chest
  35550.  - Testing & Debugging
  35551.  - Virtual User toolsare:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  35552.         activate
  35553.     end tell
  35554. on error errMsg number errNum
  35555.     --enter statements to perform when no records are found such as...
  35556.     display dialog "Sorry, the item you selected could not be found."
  35557.     return
  35558. end try
  35559. WrBook 140/170 and the Quadras to crash when _ADBReInit is called.J+ADBReInit
  35560. ADBReInit Note
  35561. ADBReInit Note.txtK
  35562. Sep 92:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:V
  35563. 60157X
  35564. 1e    No Change
  35565. PODev.CD Aug 97 TC
  35566.  - What's New?
  35567.  - Developer Notes
  35568.  - Macintosh PowerBook 2400cV
  35569. 67900X
  35570. Aug 97^
  35571. --set theItem to choose file -- uncomment to test in an AS editor
  35572.     tell application "Finder"
  35573.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  35574.         activate
  35575.     end tell
  35576. on error errMsg number errNum
  35577.     --enter statements to perform when no records are found such as...
  35578.     display dialog "Sorry, the item you selected could not be found."
  35579.     return
  35580. end try
  35581. e    No Changeq
  35582. Dev.CD Aug 97 TC
  35583. Macintosh PowerBook Qualified
  35584. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  35585. The Kit includes:
  35586. Guide to Macintosh PowerBook Qualified Program
  35587. Program Technical Specifications
  35588. Program Pre-testing Guidelines
  35589. Legal Documentation for licensing and program participation
  35590. cipation
  35591. Nov 95
  35592. what's
  35593. updated
  35594. whatever
  35595. whenW
  35596. whichW
  35597. improving
  35598. --set theItem to choose file -- uncomment to test in an AS editor
  35599.     tell application "Finder"
  35600.         open item "Dev.CD Apr 94
  35601. Dev.CD Jan 94
  35602. Dev.CD Oct 93
  35603. Dev.CD Jul 93
  35604. Dev.CD Apr 93"
  35605.         activate
  35606.     end tell
  35607. on error errMsg number errNum
  35608.     --enter statements to perform when no records are found such as...
  35609.     display dialog "Sorry, the item you selected could not be found."
  35610.     return
  35611. end try
  35612. otherresinfo-mungede
  35613. tem 7.5 Update 1.0O
  35614. Dev.CD Jul 95P
  35615. Dev.CD Jul 9V
  35616. 64714X
  35617. Jul 95
  35618. b--set theItem to choose file -- uncomment to test in an AS editor
  35619.     tell application "Finder"
  35620.         open item "Dev.CD Jul 95"
  35621.         activate
  35622.     end tell
  35623. on error errMsg number errNum
  35624.     --enter statements to perform when no records are found such as...
  35625.     display dialog "Sorry, the item you selected could not be found."
  35626.     return
  35627. end try
  35628. All Packages
  35629. System 7.5 Update 1.0O
  35630. Dev.CD Jul 95V
  35631. 64715X
  35632. ]M|Not certain; probably requires System 7; most things these days do. Balloon help itself is present under System 7 and later.N balloon, tool, rez, menu, dialogO-Dev.CD May 00 TC:Tool Chest:Toolbox:Balloony:P5Dev.CD May 00 TC
  35633.  - Tool Chest
  35634.  - Toolbox
  35635.  - Balloonyrds are found such as...
  35636.     display dialog "Sorry, the item you selected could not be found."
  35637.     return
  35638. end try
  35639.  return
  35640. end try
  35641. Movedf
  35642. C++ OpenTransportq
  35643. Dev.CD May 00 TC
  35644. &D!All Packages
  35645. Tool Chest Edition
  35646. mary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  35647. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  35648. {--set theItem to choose file -- uncomment to test in an AS editor
  35649.     tell application "Finder"
  35650.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  35651.         activate
  35652.     end tell
  35653. on error errMsg number errNum
  35654.     --enter statements to perform when no records are found such as...
  35655.     display dialog "Sorry, the item you selected could not be found."
  35656.     return
  35657. end try
  35658. consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  35659. Localization for JapanK
  35660. Aug 92M
  35661. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  35662.  - Programs & MarketingV
  35663. 66643X
  35664. May 98^
  35665. #eported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:ide the DragLib library that you use to link with your appl
  35666. Summary: This is the electronic version of develop magazine.
  35667.  Issue 2 highlights:
  35668. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  35669. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  35670. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  35671. Speed Your Software Development with MacApp.  Let MacApp 
  35672. take care of the user so you can focus on writing
  35673. and reusing
  35674. code.
  35675. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  35676. Unofficial C++ Style Guide.  How to harness C++
  35677. s power without getting tripped up by some of its less savory features.
  35678. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  35679. J(develop Issue  2:
  35680. develop Issue  2 code:K
  35681. Vol IIIL
  35682. Jun 95cdef
  35683. sbarcdef
  35684. Contents -> Extensions
  35685. Contents -> root of bootVol
  35686. Documentation
  35687. Experimental InterfaceLib
  35688. Interfaces & Libraries
  35689. Quick Start
  35690. Read Me
  35691. Test Target
  35692. ViewerK
  35693. Sep 97L
  35694. Aug 98M2Runs on any PowerPC-based Macintosh or compatible.N*instrumentation, EKG, performance analysisO?Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:PGDev.CD Apr 00 SDK1
  35695.  - Development Kits
  35696.  - Mac OS
  35697.  - Instrumentation SDKV
  35698. 67837X
  35699. Apr 00^
  35700. --set theItem to choose file -- uncomment to test in an AS editor
  35701.     tell application "Finder"
  35702.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  35703.         activate
  35704.     end tell
  35705. on error errMsg number errNum
  35706.     --enter statements to perform when no records are found such as...
  35707.     display dialog "Sorry, the item you selected could not be found."
  35708.     return
  35709. end try
  35710. e    No Changef(instrumentation
  35711. performance analysisq
  35712. Dev.CD Apr 00 SDK1
  35713. D!All Packages
  35714. Tool Chest Edition
  35715. Int'l Developer Contacts 2/96de:lor P
  35716. PCDev.CD May 00 TC
  35717.  - Tool Chest
  35718.  - Testing & Debugging
  35719.  - ParametersV
  35720. 68322X
  35721. May 00^
  35722. --set theItem to choose file -- uncomment to test in an AS editor
  35723.     tell application "Finder"
  35724.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Parameters:"
  35725.         activate
  35726.     end tell
  35727. on error errMsg number errNum
  35728.     --enter statements to perform when no records are found such as...
  35729.     display dialog "Sorry, the item you selected could not be found."
  35730.     return
  35731. end try
  35732. e    No Changeq
  35733. Dev.CD May 00 TC
  35734. D!All Packages
  35735. Tool Chest Edition
  35736. Show Movie
  35737. powerpc
  35738. mpdelayuntiltest
  35739. mpdelayuntiltest
  35740. mpdelayuntiltest
  35741. mphelloworld
  35742. mphelloworld
  35743. pascal
  35744. mping
  35745. mpintertasktime
  35746. mpintertasktime
  35747. mpintertasktime
  35748. mpperiodicaltest
  35749. mpperiodicaltest
  35750. helper
  35751. mybuildmenu
  35752. namerevisioncurrent
  35753. native
  35754. native
  35755. navig
  35756. AE, Apple Events, AppleEventsQuickTime Developer Documentation for Video, sound, music, 3D, and virtual reality for Macintosh and Windows.
  35757. Features:
  35758. Go to the QuickTime Site Updates page for a summary of recent changes.
  35759. QuickTime, video, sound, 3D, virtual reality, QuickTime 3, graphics
  35760. A2images:
  35761. qtdevdocs:
  35762. quicktime.html
  35763. techpubsfind.htm
  35764. Jan 00L
  35765. Feb 00M
  35766. web browserNCQuickTime, video, sound, 3D, virtual reality, QuickTime 3, graphicsO9Dev.CD Jun 00 RL Disk 2:Technical Publications:quicktime:P>Dev.CD Jun 00 RL Disk 2
  35767.  - Technical Publications
  35768.  - quicktimeiver
  35769. inputsprocket
  35770. powerplant
  35771. items
  35772. japanese
  35773. after
  35774. wombat
  35775. joystick
  35776. 67727X
  35777. Jun 00^    RL Disk 1
  35778. --set theItem to choose file -- uncomment to test in an AS editor
  35779.     tell application "Finder"
  35780.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:"
  35781.         activate
  35782.     end tell
  35783. on error errMsg number errNum
  35784.     --enter statements to perform when no records are found such as...
  35785.     display dialog "Sorry, the item you selected could not be found."
  35786.     return
  35787. end try
  35788. e    No Changeq
  35789. Dev.CD Jun 00 RL Disk 1
  35790. All Packages
  35791. develop Issue 28
  35792. 67728X
  35793. not be found."
  35794.     return
  35795. end try
  35796. e    No Changeq
  35797. Dev.CD May 00 TC
  35798. sD!All Packages
  35799. Tool Chest Edition
  35800. RAMDisk 1.4d5
  35801. <Summary:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  35802. Summary:  This folder contains documents about programming for the PowerPC processor, referenced by Inside Macintosh-PowerPC System Software, that have previously only been available on E.T.O.
  35803. Features:
  35804. Debugging Optimized Code
  35805. Libraries and OOP
  35806. Moving Your Source to PowerPC
  35807. JHDebugging Optimized Code
  35808. Libraries and OOP
  35809. Moving Your Source to PowerPCK
  35810. Nov 95M
  35811. Adobe Acrobat Reader.O?Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:PDDev.CD Dec 99 RL
  35812.  - Technical Documentation
  35813.  - PowerPC DocumentationW for SNMP:"
  35814.         activate
  35815.     end tell
  35816. on error errMsg number errNum
  35817.     --enter statements to perform when no records are found such as...
  35818.     display dialog "Sorry, the item you selected could not be found."
  35819.     return
  35820. end try
  35821. e    No Changef
  35822. AppleTalk
  35823. networkingq
  35824. Dev.CD May 00 TC
  35825. ID!All Packages
  35826. Mac OS SDK Edition
  35827. AppleTalk Wide Area
  35828. b--set theItem to choose file -- uncomment to test in an AS editor
  35829.     tell application "Finder"
  35830.         open item "Dev.CD Jan 94"
  35831.         activate
  35832.     end tell
  35833. on error errMsg number errNum
  35834.     --enter statements to perform when no records are found such as...
  35835.     display dialog "Sorry, the item you selected could not be found."
  35836.     return
  35837. end try
  35838. pre-mixer
  35839. component
  35840. preemptive
  35841. preemptive
  35842. preference
  35843. preferences
  35844. preview
  35845. print
  35846. printer
  35847. printer
  35848. access
  35849. protocol
  35850. printer
  35851. selected
  35852. chooser
  35853. printers
  35854. printers
  35855. drivers
  35856. sample
  35857. printing
  35858. printing
  35859. private
  35860. process
  35861. process
  35862. manager
  35863. processes
  35864. processing
  35865. profile
  35866. profile
  35867. embed
  35868. profile
  35869. specification
  35870. management
  35871. resources
  35872. ringQ
  35873. robustness
  35874. router
  35875. timing
  35876. !e    No Changeq
  35877. Dev.CD May 00 TC
  35878. "D(All Packages
  35879. Reference Library Edition
  35880. F Network Server Developer's Guide
  35881. Summary:  The Developer's Reference Guide for the Apple Network Server is the source for information about developing client/server applications and writing device drivers for the Apple Network Server.  The Guide documents differences between AIX for the Apple Network Server and IBM's AIX.
  35882. This guide covers hardware and software requirements to be considered when developing AIX for Apple Network Server device drivers or server applications and a Mac OS client. Part I covers developing cli- Develop
  35883.  - develop Issue 28tion, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  35884. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  35885. http://www.apple.com/store
  35886. To get started,  you can go to the Developgo to the Develop
  35887. M.System 6.0.5 or greater, MacPlus or later CPU.NuA/ROSE, MCP, Macintosh Coprocessor Platform, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ringechnical Documentation:Developer Notes:Servers:"
  35888.         activate
  35889.     end tell
  35890. on error errMsg number errNum
  35891.     --enter statements to perform when no records are found such as...
  35892.     display dialog "Sorry, the item you selected could not be found."
  35893.     return
  35894. end try
  35895. DeletedfvApple servers
  35896. 9650/350
  35897. Workgroup Server
  35898. server
  35899. server developer note
  35900. 100BaseTx Ethernet
  35901. network server
  35902. internet serverq
  35903. Dev.CD Mar 98 RL
  35904. CD!All Packages
  35905. Tool Chest Edition
  35906. WorldScript Updater
  35907. Dev.CD May 00 TC:Sample Code:P
  35908. Dev.CD May 00 TC
  35909.  - Sample Code
  35910. memory
  35911. management
  35912. menud
  35913. mergeitems
  35914. Summary: AppleGlot 2.3 is a text translation tool used by the Apple Localizers to localize Apple Software.  AppleGlot extracts the text out of a resource file and dumps it into a text file for translation. Once translated, AppleGlot then replaces the original text by its translation into the resource file. In addition to the regular translation, AppleGlot handles updates from one version to another, and copies over resizeable items.
  35915. Features:
  35916.  AppleGlot 2.3 works correctly on Power MacinB
  35917. tosh, fixing a problem with the Modern Memory manager. 
  35918.  Richer set of template field types supported
  35919.  ...and many more : see manual
  35920.  We now provide a Manual !
  35921. J?AppleGlot 2.3
  35922. AppleGlot 2.3 Users Guide
  35923. AppleGlot 2.3 Whats NewK
  35924. Jun 92L
  35925. Dec 95M
  35926. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  35927.  - Tool Chest
  35928.  - Localization
  35929.  - AppleGlot 2.3on@
  35930. unix@
  35931. view@
  35932. All Packages
  35933. PPC EnablerO
  35934. Dev.CD Jul 95P
  35935. Dev.CD Jul 9V
  35936. 68075X
  35937. Jul 95
  35938. b--set theItem to choose file -- uncomment to test in an AS editor
  35939.     tell application "Finder"
  35940.         open item "Dev.CD Jul 95"
  35941.         activate
  35942.     end tell
  35943. on error errMsg number errNum
  35944.     --enter statements to perform when no records are found such as...
  35945.     display dialog "Sorry, the item you selected could not be found."
  35946.     return
  35947. end try
  35948. D!All Packages
  35949. Tool Chest Edition
  35950. PrintRecordSpyISSummary:  Displays record directly for the current print record in a simple window.J
  35951. General tools.imgK
  35952. Feb 94N
  35953. testing, debugging, printersO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  35954.  - Tool Chest
  35955.  - Testing & Debugging
  35956.  - General toolsV
  35957. 68076X
  35958. May 00^
  35959. #Change History (old)
  35960. CodeWarrior Read Me!
  35961. Release NotesK
  35962. Mar 95L
  35963. Jan 97M
  35964. System 6.0.7 or greater.K1:Development Kits:Mac OS:Apple Shared Library Manager:V
  35965. 66357X
  35966. Deleted
  35967. it 6.0.3V
  35968. 66228X
  35969. packages
  35970. fkeys
  35971. fkeys
  35972. clipboard
  35973. magican
  35974. flash
  35975. floattolong
  35976. floattolong
  35977. flookup
  35978. editor
  35979. folder
  35980. folder
  35981. information
  35982. foldersize
  35983. foldersize
  35984. fontmaster
  35985. fontmaster
  35986. stributors/localiz
  35987. fromR
  35988. fstubs
  35989. fstubs
  35990. fstubs
  35991. gatewayS
  35992. gender-based
  35993. gender-based
  35994. title
  35995. creation
  35996. general
  35997. general
  35998. tools
  35999. generator
  36000. generic
  36001. generic
  36002. module
  36003. cwpro2t
  36004. germany
  36005. germany
  36006. distributors/localiz
  36007. gestalt
  36008. gestalt
  36009. gestalt
  36010. selectors
  36011. gestalt
  36012. submission
  36013. geteof
  36014. geteof
  36015. gethelpstrings
  36016. getkeys
  36017. getlastchange
  36018. getmfsize
  36019. getsetoptions
  36020. getsetoptions
  36021. getsetoptions-68k
  36022. getsetoptions-ppc
  36023. MacApp Release 14 continues the tradition of modernization established by MacApp Release 13. It is a well-designed, modern, mature application framework that uses the most appropriate and modern programming technologies available. Here is a list of some of the major features which you will find in MacApp Release 14:
  36024. * Continued adoption of "modern" C++ language features with an emphasis on the Standard Template portion of the C++ Standard Library 
  36025. * Additional abstractions of formerly 'he
  36026. !avy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  36027. * Support for building MacApp-based applications which run under Mac OS X and CarbonLib 
  36028. * Other Fixes and enhancements 
  36029. * Quality considerations 
  36030. Install MacApp R14d5
  36031. Apr 00
  36032. A8Mac OS 8 or later, including Mac OS X.  68020 or better.
  36033. st:MacApp:
  36034. opendoc
  36035. opendoc
  36036. component
  36037. software
  36038. compound
  36039. document
  36040. architecture
  36041. openfirmware
  36042. opengl
  36043. opengl
  36044. screen
  36045. drawsprocket
  36046. opengl
  36047. graphics
  36048. opengl
  36049. drawsprocket
  36050. multiple
  36051. monitor
  36052. renderer
  36053. opening
  36054. openstep
  36055. opentransport
  36056. opentransport
  36057. cache
  36058. display
  36059. opentransport
  36060. control
  36061. strip
  36062. module
  36063. opentransport
  36064. server
  36065. thread
  36066. manager
  36067. tcp/ip
  36068. iostreams
  36069. optimization
  36070. optimization
  36071. buffered
  36072. system
  36073. cache
  36074. cacheline
  36075. optimization
  36076. power
  36077. macintosh
  36078. powerpc
  36079. toolbox
  36080. optimizing
  36081. option
  36082. ordered
  36083. update
  36084. image
  36085. ot/ppp
  36086. ot/ppp
  36087. transport
  36088. ot/ppp
  36089. otbuffer
  36090. otbufferinfo
  36091. otfifo
  36092. otgetendpointinfo
  36093. otgetindexedport
  36094. otgetuserportnamefro
  36095. otlifo
  36096. otlink
  36097. specifics
  36098. thoughts
  36099. thousand
  36100. thousands
  36101. thrashing
  36102. thread
  36103. threaded
  36104. threading
  36105. threads
  36106. threed
  36107. throughput
  36108. throw
  36109. throws
  36110. thumb
  36111. thumbs
  36112. thunder
  36113. ticks
  36114. tietz
  36115. tighter
  36116. times
  36117. time-based
  36118. time-consuming
  36119. timers
  36120. timesp
  36121. timestamps
  36122. timing
  36123. tipsS
  36124. J0Guide_To_MPQ.pdf
  36125. MPQ Read Me
  36126. MPQ_Program_Kit.pdfK
  36127. Nov 95M
  36128. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  36129.  - Programs & Marketing
  36130.  - Macintosh PowerBook Qualified such as...
  36131.     display dialog "Sorry, the item you selected could not be found."
  36132.     return
  36133. end try
  36134. e    No Changef'HTML
  36135. HTMLRenderingLib
  36136. Packages
  36137. Mac OS 9q
  36138. Dev.CD May 00 TC
  36139. D!All Packages
  36140. Tool Chest Edition
  36141. Http Server
  36142. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  36143. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  36144. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvement
  36145. Sample Code.imgK
  36146. Mar 96
  36147. dynamic
  36148. libraryv
  36149. document
  36150. documentation
  36151. documents
  36152. domain
  36153. double-byte
  36154. download
  36155. drawsprocket
  36156. drive
  36157. drive
  36158. gestalt
  36159. drive
  36160. setup
  36161. driver
  36162. driver
  36163. table
  36164. drivers
  36165. stylechat
  36166. dumpobj
  36167. duplication
  36168. dynamicv
  36169. dynamic
  36170. linking
  36171. dynamic
  36172. scrolling
  36173. protocol
  36174. editing
  36175. expansion
  36176. external
  36177. external
  36178. system
  36179. external
  36180. extractor
  36181. features
  36182. field
  36183. system
  36184. manager
  36185. filetool
  36186. filter
  36187. content
  36188. finder
  36189. c/pascal
  36190. c/symantec
  36191. cableT
  36192. cache
  36193. cachedp
  36194. cacheline
  36195. caches
  36196. caching
  36197. calccmask
  36198. calcmask
  36199. calculate
  36200. calculates
  36201. calculates
  36202. value
  36203. counters
  36204. prescalers
  36205. calendar
  36206. calibration
  36207. call`
  36208. call-backs
  36209. callback
  36210. callbacks
  36211. calledW
  36212. caller
  36213.     --enter statements to perform when no records are found such as...
  36214.     display dialog "Sorry, the item you selected could not be found."
  36215.     return
  36216. end try
  36217. e    No Changeq
  36218. Dev.CD May 00 TC
  36219. ev.CD May 00 TC
  36220. 1-introR
  36221. AAny Power Macintosh computer, iMac, or Macintosh Server with a G4, G3, 604e, 604, or 601 microprocessor, or a 6500 series computer with a 603e microprocessor.
  36222. For AppleShare Client 3.8.5, Mac OS 9 is recommended; minimum requirement is Mac OS 7.6 or later.
  36223. Header files, libraries, samples use CodeWarrior Pro 3 or later.
  36224. NkAppleShare IP, Server, AppleShare Client, ASIP, AFP, Registry, PGP, UAM, Server Controls, Networking, Print errMsg number errNum
  36225.     --enter statements to perform when no records are found such as...
  36226.     display dialog "Sorry, the item you selected could not be found."
  36227.     return
  36228. end try
  36229. All Packages
  36230. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36231. Dev.CD Jan 94
  36232. Dev.CD Oct 93
  36233. Dev.CD Jul 93
  36234. Dev.CD Apr 93PDDev.CD Apr 94
  36235. Dev.CD Jan 94
  36236. Dev.CD Oct 93
  36237. Dev.CD Jul 93
  36238. Dev.CD Apr 9V
  36239. 67406X
  36240. Apr 94
  36241. evenbetterbuserror
  36242. event]
  36243. copyfolder
  36244. copyres
  36245. copyres
  36246. corefoundation
  36247. coreheaders
  36248. coresample\
  36249. coresample
  36250. coresource
  36251. count
  36252. coursesR
  36253. crcpatch
  36254. crcpatch
  36255. folder
  36256. createalias
  36257. createalias
  36258. createcopy
  36259. createcopy
  36260. createcustomicon
  36261. createcustomicon
  36262. createfolder
  36263. createfolder
  36264. createmenuhelp
  36265. createmenuhelp
  36266. createthumbnail
  36267. createthumbnail
  36268. creating
  36269. creating
  36270. creating
  36271. pippin
  36272. cdroms
  36273. creation
  36274. creator
  36275. creator
  36276. registration
  36277. tools
  36278. appearanced
  36279. appearance
  36280. gworld
  36281. off-screen
  36282. appearance
  36283. keyboard
  36284. function
  36285. keyse
  36286. appearance
  36287. managerd
  36288. append
  36289. appkit
  36290. apple\
  36291. Folder Contents:
  36292.   Controls.lib 3.0.15 folder
  36293.     This folder contains the latest version of Controls.lib.
  36294.     Controls.lib 3.0.15 is 6.x and 7.x compatible and Virtual User 2.0
  36295.     compatible.  Virtual User 1.1 is currently available through APDA and
  36296.     Virtual User 2.0 will be available for purchase by the end of 1992.
  36297.     Many tasks have been improved, modified or 
  36298.     rewritten since Controls.lib v2.5
  36299.   Controls.lib Reference
  36300.     This is located in the Controls.lib folder.
  36301.   This MPW file is a reference on how to use VU libraries, how to use the tasks
  36302.     in the Controls.lib library, and how to install VUMark 1.0b1.
  36303.   Printing.lib 1.0
  36304.     This library is a collection of printing-related tasks for the LaserWriter,
  36305.     StyleWriter and Personal LW Page Setup and Printing menu items and dialogs.
  36306.   MiniLauncher 1.3b5
  36307.     This tool is required on VU targets using Controls.lib 3.0.14 
  36308.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  36309. 68017X
  36310. May 00^
  36311. r--set theItem to choose file -- uncomment to test in an AS editor
  36312.     tell application "Finder"
  36313.         open item "Dev.CD May 00 TC:Sample Code:"
  36314.         activate
  36315.     end tell
  36316. on error errMsg number errNum
  36317.     --enter statements to perform when no records are found such as...
  36318.     display dialog "Sorry, the item you selected could not be found."
  36319.     return
  36320. end try
  36321. e    No Changef
  36322. QuickTime
  36323. Dev.CD May 00 TC
  36324. aD!All Packages
  36325. Tool Chest Edition
  36326. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  36327. Sample Code.imgK
  36328. Feb 00
  36329. - Common
  36330.     - Sun Compliant Java Runtime Environment 1.1
  36331.     - QuickTime 3 
  36332.     - QTJava.zip
  36333.     - QTJava media samples
  36334. - Mac OS:
  36335.     - System 8 or later
  36336.     - Macintosh Runtime for Java (MRJ) 2.1
  36337. - Windows 95, 98, or NT::
  36338.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36339. QuickTime, Java, MRJO
  36340. Dev.CD May 00 TC:Sample Code:P
  36341. Dev.CD May 00 TC
  36342.  - Sample CodeV
  36343. 68018X
  36344. nubus
  36345. number
  36346. number
  36347. formatting
  36348. resedit
  36349. localization
  36350. object
  36351. object
  36352. disassembly
  36353. ultraslimfast
  36354. dumpobj
  36355. object-orientedY
  36356. objective-c
  36357. objects
  36358. ctsupportlib
  36359. macodbc
  36360. database
  36361. connectivity
  36362. drivers
  36363. network
  36364. middlewar
  36365. off-screen
  36366. opaque
  36367. choose
  36368. folder
  36369. navigation
  36370. services
  36371. transport
  36372. cache
  36373. delete
  36374. query
  36375. transport
  36376. resource
  36377. codewarrior
  36378. ethern
  36379. transport
  36380. debug
  36381. transport
  36382. kernel
  36383. strlog
  36384. debug
  36385. streams
  36386. transport
  36387. appletalk
  36388. rawmode
  36389. nbplookup
  36390. otlookup
  36391. transport
  36392. mapper
  36393. mapperref
  36394. transport
  36395. netstat
  36396. display
  36397. cache
  36398. logical
  36399. physic
  36400. transport
  36401. networking
  36402. appletalk
  36403. tcp/ip
  36404. protos
  36405. appearance
  36406. appearance
  36407. extensione
  36408. appearance
  36409. sample
  36410. codee
  36411. appearance
  36412. appearance
  36413. versionse
  36414. appearancecdev
  36415. appkit
  36416. appleS
  36417. apple
  36418. cd-rom
  36419. apple
  36420. cd-rom
  36421. handbookf
  36422. apple
  36423. cd-rom
  36424. apple
  36425. detectors
  36426. apple
  36427. directions
  36428. 01/95j
  36429. apple
  36430. directions
  36431. 01/96k
  36432. apple
  36433. directions
  36434. 01/97l
  36435. apple
  36436. directions
  36437. 02/95j
  36438. apple
  36439. directions
  36440. 02/96k
  36441. apple
  36442. directions
  36443. 02/97l
  36444. apple
  36445. directions
  36446. 03/95j
  36447. results
  36448. program
  36449. shows
  36450. composit
  36451. presentation
  36452. g number errNum
  36453.     --enter statements to perform when no records are found such as...
  36454.     display dialog "Sorry, the item you selected could not be found."
  36455.     return
  36456. end try
  36457. All Packages
  36458. System 7.5 Update 1.0O
  36459. Dev.CD Jul 95P
  36460. Dev.CD Jul 9V
  36461. 63496X
  36462. directoryB
  36463. directs
  36464. directsetentries
  36465. direformat
  36466. dirid
  36467. dirid's
  36468. dirty
  36469. disable
  36470. disable
  36471. mouse
  36472. keyboard
  36473. disable
  36474. speech
  36475. disabledY
  36476. disableeject
  36477. disables
  36478. disabling
  36479. disambiguatorj
  36480. disappear
  36481. disassembler
  36482. disassemblepictures
  36483. closure
  36484. disconnect
  36485. discourages
  36486. discover
  36487. discovered
  36488. discovering
  36489. discs
  36490. discuss
  36491. discussed
  36492. discussesw
  36493. discussion
  36494. discussions
  36495. disinfectant
  36496. diskg
  36497. utility
  36498. application
  36499. mount
  36500. disk-inserted
  36501. diskfiller
  36502. diskrestore
  36503. disks
  36504. diskscripts
  36505. disparate
  36506. 67101X
  36507. 67718X
  36508. Jun 00^    RL Disk 1
  36509. --set theItem to choose file -- uncomment to test in an AS editor
  36510.     tell application "Finder"
  36511.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:"
  36512.         activate
  36513.     end tell
  36514. on error errMsg number errNum
  36515.     --enter statements to perform when no records are found such as...
  36516.     display dialog "Sorry, the item you selected could not be found."
  36517.     return
  36518. end try
  36519. e    No Changeq
  36520. Dev.CD Jun 00 RL Disk 1
  36521. 6D(All Packages
  36522. Reference Library Edition
  36523. develop Issue  2
  36524.     67084X
  36525. May 00^
  36526. r--set theItem to choose file -- uncomment to test in an AS editor
  36527.     tell application "Finder"
  36528.         open item "Dev.CD May 00 TC:Sample Code:"
  36529.         activate
  36530.     end tell
  36531. on error errMsg number errNum
  36532.     --enter statements to perform when no records are found such as...
  36533.     display dialog "Sorry, the item you selected could not be found."
  36534.     return
  36535. end try
  36536. e    No Change
  36537. e    No Change
  36538. experimental
  36539. experimental
  36540. interfacelib
  36541. explnd
  36542. explosionframes
  36543. explosionframes
  36544. export
  36545. exrom-1func
  36546. exrom-1func
  36547. sresource
  36548. extensione
  36549. extension
  36550. extension
  36551. extensions
  36552. extensions-applebuil
  36553. extensions-mcwbuilt
  36554. extractitems
  36555. extractitems
  36556. developer
  36557. synchronization
  36558. guide
  36559. system
  36560. manager
  36561. filesi
  36562. filing
  36563. filter
  36564. filterdirectory
  36565. filterdirectory
  36566. findchange
  36567. finder
  36568. finder
  36569. 7.1.3
  36570. finderevents
  36571. finderevents
  36572. finderevents
  36573. release
  36574. notes
  36575. findeverything
  36576. findeverything
  36577. findhammerhead
  36578. findhammerhead
  36579. findlurkers
  36580. finland
  36581. finland
  36582. distributors/localiz
  36583. firstp
  36584. standards
  36585. iotracer
  36586. iotracer
  36587. iotracer
  36588. analyzer
  36589. gatewayS
  36590. ischeckedout
  36591. isdate
  36592. isdate
  36593. isfinderlocked
  36594. isfinderlocked
  36595. iso9660
  36596. iso9660
  36597. iso9660
  36598. iso9660
  36599. issue
  36600. italian
  36601. italian
  36602. 1.1.3
  36603. istributors/localiz
  36604. items
  36605. japan
  36606. japanesep
  36607. japanese
  36608. resourcesp
  36609. survival
  36610. guide
  36611. jbindery2.0
  36612. jbinderyhtml
  36613. helper
  36614. helper
  36615. helper
  36616. jman2.0
  36617. jmanhtml
  36618. justify
  36619. mappings
  36620. dardsw
  36621. rearrange
  36622. reason
  36623. reasonable
  36624. reasonably
  36625. reasons
  36626. reboot
  36627. rebooting
  36628. rebuildY
  36629. rebuilding
  36630. rebuilds
  36631. rebuiltY
  36632. receive
  36633. received
  36634. receiver
  36635. receives
  36636. receiving
  36637. recent
  36638. recently
  36639. reception
  36640. recipes
  36641. recognition
  36642. recognize
  36643. recognizes
  36644. recognizing
  36645. recommendx
  36646. recommendations
  36647. recommended
  36648. J*Apple Event XCMDs b3
  36649. Apple Event XCMDs DocK
  36650. Nov 94OeDev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD May 00 TC
  36651.  - Tool Chest
  36652.  - Development Kits
  36653.  - HyperCard Related
  36654.  - XCMDs & XFCNs
  36655.  - Apple Event XCMDs 1.0b3ndation
  36656. Mar 99L
  36657. Jul 99K1:What's New:Reference Library:Technical Publications:MacOSXServer:V
  36658. 66238X
  36659. 1e    No Change
  36660. All Packages
  36661. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36662. Dev.CD Jan 94
  36663. Dev.CD Oct 93
  36664. Dev.CD Jul 93
  36665. Dev.CD Apr 93PDDev.CD Apr 94
  36666. Dev.CD Jan 94
  36667. Dev.CD Oct 93
  36668. Dev.CD Jul 93
  36669. Dev.CD Apr 9V
  36670. 68631X
  36671. Apr 94
  36672. --set theItem to choose file -- uncomment to test in an AS editor
  36673.     tell application "Finder"
  36674.         open item "Dev.CD Apr 94
  36675. Dev.CD Jan 94
  36676. Dev.CD Oct 93
  36677. Dev.CD Jul 93
  36678. Dev.CD Apr 93"
  36679.         activate
  36680.     end tell
  36681. on error errMsg number errNum
  36682.     --enter statements to perform when no records are found such as...
  36683.     display dialog "Sorry, the item you selected could not be found."
  36684.     return
  36685. end try
  36686. All Packages
  36687. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36688. Dev.CD Jan 94
  36689. Dev.CD Oct 93
  36690. Dev.CD Jul 93
  36691. Dev.CD Apr 93PDDev.CD Apr 94
  36692. Dev.CD Jan 94
  36693. Dev.CD Oct 93
  36694. Dev.CD Jul 93
  36695. Dev.CD Apr 9V
  36696. 68632X
  36697. Apr 94
  36698. play dialog "Sorry, the item you selected could not be found."
  36699.     return
  36700. end try
  36701. All Packages
  36702. 66098X
  36703. palette
  36704. All Packages
  36705. QuickDraw GXO
  36706. Dev.CD Jan 96 SDK1P
  36707. Dev.CD Jan 96 SDKV
  36708. 68123X
  36709. Jan 96
  36710. g--set theItem to choose file -- uncomment to test in an AS editor
  36711.     tell application "Finder"
  36712.         open item "Dev.CD Jan 96 SDK1"
  36713.         activate
  36714.     end tell
  36715. on error errMsg number errNum
  36716.     --enter statements to perform when no records are found such as...
  36717.     display dialog "Sorry, the item you selected could not be found."
  36718.     return
  36719. end try
  36720. All Packages
  36721. QuickDraw GXO Dev.CD Jan 96 SDK1
  36722. Dev.CD Jul 95P
  36723. Dev.CD Jan 96 SDK1
  36724. Dev.CD Jul 9V
  36725. 68124X
  36726. Jan 96
  36727. u--set theItem to choose file -- uncomment to test in an AS editor
  36728.     tell application "Finder"
  36729.         open item "Dev.CD Jan 96 SDK1
  36730. Dev.CD Jul 95"
  36731.         activate
  36732.     end tell
  36733. on error errMsg number errNum
  36734.     --enter statements to perform when no records are found such as...
  36735.     display dialog "Sorry, the item you selected could not be found."
  36736.     return
  36737. end try
  36738. All Packages
  36739. 68125
  36740. irect.ppc
  36741. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  36742. Includes source code, and CodeWarrior Pro v3.0 IDE project file.le CodeV
  36743. 65523X
  36744. May 00^
  36745. r--set theItem to choose file -- uncomment to test in an AS editor
  36746.     tell application "Finder"
  36747.         open item "Dev.CD May 00 TC:Sample Code:"
  36748.         activate
  36749.     end tell
  36750. on error errMsg number errNum
  36751.     --enter statements to perform when no records are found such as...
  36752.     display dialog "Sorry, the item you selected could not be found."
  36753.     return
  36754. end try
  36755. e    No Changef!open transport
  36756. rawipq
  36757. Dev.CD May 00 TC
  36758. GD!All Packages
  36759. Tool Chest Edition
  36760. OTSimpleDownloadHTTPyou selected could not be found."
  36761.     return
  36762. end try
  36763. qN2CFM-68K, CFM, Mixed Mode, Thread, ObjectSupportLibO7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:P?Dev.CD Jul 99 SDK1
  36764.  - Development Kits
  36765.  - Mac OS
  36766.  - CFM-68K SDKCD Jul 93
  36767. Dev.CD Apr 9V
  36768. 67232X
  36769. Apr 94
  36770. --set theItem to choose file -- uncomment to test in an AS editor
  36771.     tell application "Finder"
  36772.         open item "Dev.CD Apr 94
  36773. Dev.CD Jan 94
  36774. Dev.CD Oct 93
  36775. Dev.CD Jul 93
  36776. Dev.CD Apr 93"
  36777.         activate
  36778.     end tell
  36779. on error errMsg number errNum
  36780.     --enter statements to perform when no records are found such as...
  36781.     display dialog "Sorry, the item you selected could not be found."
  36782.     return
  36783. end try
  36784. All Packages
  36785. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  36786. Dev.CD Jan 94
  36787. Dev.CD Oct 93
  36788. Dev.CD Jul 93
  36789. Dev.CD Apr 93PDDev.CD Apr 94
  36790. Dev.CD Jan 94
  36791. Dev.CD Oct 93
  36792. Dev.CD Jul 93
  36793. Dev.CD Apr 9V
  36794. 67233X
  36795. Apr 94
  36796. quitapps
  36797. quits
  36798. olled
  36799. readB
  36800.     J?hardware:
  36801. Java_pdf 
  36802. macos8_pdf
  36803. macosx:
  36804. webobjects:
  36805. README.htmlW
  36806. compiles
  36807. compiling
  36808. complaints
  36809. completeR
  36810. complete
  36811. apple
  36812. hardware
  36813. developer
  36814. documentation
  36815. where
  36816. completed
  36817. completely
  36818. completion
  36819. complex
  36820. complexity
  36821. compliance
  36822. compliant
  36823. complies
  36824. componentP
  36825. component-based
  36826. components
  36827. composersj
  36828. er.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  36829. Print Hin
  36830. --set theItem to choose file -- uncomment to test in an AS editor
  36831.     tell application "Finder"
  36832.         open item "Dev.CD Apr 94
  36833. Dev.CD Jan 94
  36834. Dev.CD Oct 93
  36835. Dev.CD Jul 93
  36836. Dev.CD Apr 93"
  36837.         activate
  36838.     end tell
  36839. on error errMsg number errNum
  36840.     --enter statements to perform when no records are found such as...
  36841.     display dialog "Sorry, the item you selected could not be found."
  36842.     return
  36843. end try
  36844. k Heap on Exit - validate heap data strutures on exit from Memory Manager c
  36845. alls.
  36846. Fill Free Blocks - fill disposed, emptied, or purged blocks with garbage.
  36847. Check Blocks - More robust check on validity of a handle or pointer passed into the Memory Manager
  36848. Issues:
  36849. When full robust checking is enabled, and VM is also enabled, your machine will slow to a crawl.
  36850. DMM may report errors when using Chooser.
  36851. System Heap doesn't have as robust error checking as other heaps
  36852. Memory Management.imgK
  36853. Apr 95L
  36854. Jan 96M
  36855. Any Power Macintosh.archProcs & Color Separation:  Th
  36856. For years multimedia developers have regarded Equilibrium's DeBabelizer as the graphic application equivalent of the Swiss Army Knife. It's ability to open, manipulate and save in almost any graphic file format for a wide range of platforms has been indispensable. Add to this the ability to run an automated "Batch" process on a set of files with a series of graphic manipulations and you have a tool that saves time, effort and money. With the introduction of version 3.0 for the Macintosh EqB
  36857. uilibrium has added a host of new features that offer professional control of still, video and web graphics and a greatly improved user interface.
  36858. Jul 98-edge PR strategies, survey online partnerships, examine effective marketing techniques, and much more. What you
  36859. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  36860. JTKiller Content.pdf
  36861. Part I PDF Links
  36862. Part II PDF Links
  36863. Part III PDF Links
  36864. sound filesK
  36865. Jan 98d
  36866. e    No Changeq
  36867. Dev.CD May 00 TC
  36868. D!All Packages
  36869. Tool Chest Edition
  36870.  INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  36871. J4In Use
  36872. In Use Release Notes
  36873. In Use Release Notes.txtK
  36874. Vol IIIL
  36875. Vol VIIIO0Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD May 00 TC
  36876.  - Tool Chest
  36877.  - Devices
  36878.  - SCSI
  36879.  - In UseV
  36880. 67828X
  36881. May 00^
  36882. --set theItem to choose file -- uncomment to test in an AS editor
  36883.     tell application "Finder"
  36884.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:In Use:"
  36885.         activate
  36886.     end tell
  36887. on error errMsg number errNum
  36888.     --enter statements to perform when no records are found such as...
  36889.     display dialog "Sorry, the item you selected could not be found."
  36890.     return
  36891. end try
  36892. e    No Changeq
  36893. Dev.CD May 00 TC
  36894. ev.CD May 00 TC
  36895. cursive
  36896. cursor
  36897. cursordevice
  36898. cursordevicemanager
  36899. cursordevices
  36900. cursordevicesetaccel
  36901. cursors
  36902. curve
  36903. curves
  36904. customo
  36905. icntoicon
  36906. icntoicon
  36907. iconpict
  36908. iconpict
  36909. icons
  36910. iconutilspriv
  36911. iconutilspriv
  36912. ideas
  36913. ideas
  36914. opportunities
  36915. ideas
  36916. toolkit
  36917. identifycd
  36918. idletasks
  36919. idletasks
  36920. distributors/localiz
  36921. im-telephony
  36922. imageg
  36923. images
  36924. commonly
  36925. commons
  36926. commpilerj
  36927. commtoolbox
  36928. CreatePictFileIeThis demo program shows how to create a PICT and PICT file from drawing operations into a QDGraphics J
  36929. Sample Code.imgK
  36930. Feb 00
  36931. - Common
  36932.     - Sun Compliant Java Runtime Environment 1.1
  36933.     - QuickTime 3 
  36934.     - QTJava.zip
  36935.     - QTJava media samples
  36936. - Mac OS:
  36937.     - System 8 or later
  36938.     - Macintosh Runtime for Java (MRJ) 2.1
  36939. - Windows 95, 98, or NT::
  36940.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36941. QuickTime, Java, MRJO
  36942. Dev.CD May 00 TC:Sample Code:P
  36943. Dev.CD May 00 TC
  36944.  - Sample CodeV
  36945. 67692X
  36946. 1d PreMixer effectI
  36947. A sound manager pre-mixer effect component shows how to look at and/or mofify the sound data for a particular sound channel before it gets to the mixer
  36948. Shows how to implement and use a pre-mixer componentJ
  36949. Sample Code.imgK
  36950. Aug 97M
  36951. Sound Manager 3.2N
  36952. pre-mixer component, vu-meterO
  36953. Dev.CD May 00 TC:Sample Code:P
  36954. Dev.CD May 00 TC
  36955.  - Sample CodeV
  36956. 67120X
  36957. May 00^
  36958. themselves
  36959. System Enabler 111 (PB 160/180)O
  36960. Dev.CD Apr 93P
  36961. Dev.CD Apr 9V
  36962. 68580X
  36963. Apr 93
  36964. b--set theItem to choose file -- uncomment to test in an AS editor
  36965.     tell application "Finder"
  36966.         open item "Dev.CD Apr 93"
  36967.         activate
  36968.     end tell
  36969. on error errMsg number errNum
  36970.     --enter statements to perform when no records are found such as...
  36971.     display dialog "Sorry, the item you selected could not be found."
  36972.     return
  36973. end try
  36974. All Packages
  36975. System Enabler 111 (PB 160/180)O
  36976. Dev.CD Apr 93P
  36977. Dev.CD Apr 9V
  36978. 68581X
  36979. Apr 93
  36980. b--set theItem to choose file -- uncomment to test in an AS editor
  36981.     tell application "Finder"
  36982.         open item "Dev.CD Apr 93"
  36983.         activate
  36984.     end tell
  36985. on error errMsg number errNum
  36986.     --enter statements to perform when no records are found such as...
  36987.     display dialog "Sorry, the item you selected could not be found."
  36988.     return
  36989. end try
  36990. All Packages
  36991. System Enabler 111 (PB 160/180)O
  36992. Dev.CD Apr 93V
  36993. 68582X
  36994. formatting
  36995. formerlyb
  36996. formerly
  36997. appearance
  36998. contextual
  36999. menumanager
  37000. formsT
  37001. formulate
  37002. forrest
  37003. forth
  37004. fortran
  37005. forward
  37006. forwarders
  37007. forwards
  37008. foundY
  37009. foundation
  37010. foundation
  37011. reference
  37012. foundation's
  37013. fourN
  37014. four-color
  37015. fractional
  37016. fragile
  37017. fragment
  37018. fragments
  37019. frame
  37020. frames
  37021. frames/sec
  37022. framework
  37023. overview
  37024. opaque
  37025. types
  37026. reference
  37027. counts
  37028. corners
  37029. 67760X
  37030. May 00^
  37031. r--set theItem to choose file -- uncomment to test in an AS editor
  37032.     tell application "Finder"
  37033.         open item "Dev.CD May 00 TC:Sample Code:"
  37034.         activate
  37035.     end tell
  37036. on error errMsg number errNum
  37037.     --enter statements to perform when no records are found such as...
  37038.     display dialog "Sorry, the item you selected could not be found."
  37039.     return
  37040. end try
  37041. e    No Changef6InputSprocket
  37042. DrawSprocket
  37043. SoundSprocket
  37044. 3D Sound
  37045. QD3Dq
  37046. Dev.CD May 00 TC
  37047. `D!All Packages
  37048. Tool Chest Edition
  37049. PS 1.1.3
  37050.     ged the appearance of all inactive windows and disabled controls. This updated appearance gives users better feedback about inactive windows and dialog boxes. It also provides more affordance in the active windows and enabled controls. 
  37051. This version of the document also contains the appearance for tab panels (tabs and content panes) which appear in dialog boxes. It shows tabs in small and large sizes. 
  37052. Use of the Grayscale Appearance design in
  37053. title
  37054. system
  37055. folder
  37056. system
  37057. folder
  37058. 8.5.1
  37059. tool]
  37060. toolbox
  37061. toolbox
  37062. assistant
  37063. multiple
  37064. toolkit
  37065. tools]
  37066. tools
  37067. goodies
  37068. tools
  37069. topicsR
  37070. total
  37071. helper
  37072. traditional
  37073. trainingR
  37074. transitionso
  37075. tion:corefoundation:
  37076. --set theItem to choose file -- uncomment to test in an AS editor
  37077.     tell application "Finder"
  37078.         open item "Dev.CD Apr 94
  37079. Dev.CD Jan 94
  37080. Dev.CD Oct 93
  37081. Dev.CD Jul 93
  37082. Dev.CD Apr 93"
  37083.         activate
  37084.     end tell
  37085. on error errMsg number errNum
  37086.     --enter statements to perform when no records are found such as...
  37087.     display dialog "Sorry, the item you selected could not be found."
  37088.     return
  37089. end try
  37090. fcode
  37091. tokenizer
  37092. board
  37093. fcode
  37094. driver
  37095. development
  37096. revised
  37097. new/updated
  37098. newccursor
  37099. newer
  37100. newfolder
  37101. newgworld
  37102. newly
  37103. newsi
  37104. newsgroup
  37105. newsgroups
  37106. d, System 7
  37107. 1999j
  37108. 2-1.1.3
  37109. 2-335
  37110. 2-341
  37111. 2-364
  37112. 2-byte
  37113. 2-way
  37114. 2.0.1t
  37115. 2.0.2p
  37116. 2.0.4
  37117. 2.0.6
  37118. 2.0.7
  37119. 2.0.8
  37120. 2.0a1
  37121. 2.0v2
  37122. 3.2.1
  37123. 3/92^
  37124. 32-bit
  37125. 350000
  37126. 366-mhz
  37127. 3d-partyj
  37128. 3d-thej
  37129. 4/16Q
  37130. 40-60
  37131. program
  37132. control
  37133. access
  37134. 5200x
  37135. 68755X
  37136. Mar 98^
  37137. --set theItem to choose file -- uncomment to test in an AS editor
  37138.     tell application "Finder"
  37139.         open item "Dev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:"
  37140.         activate
  37141.     end tell
  37142. on error errMsg number errNum
  37143.     --enter statements to perform when no records are found such as...
  37144.     display dialog "Sorry, the item you selected could not be found."
  37145.     return
  37146. end try
  37147. DeletedfvApple servers
  37148. 9650/350
  37149. Workgroup Server
  37150. server
  37151. server developer note
  37152. 100BaseTx Ethernet
  37153. network server
  37154. internet serverq
  37155. Dev.CD Mar 98 RL
  37156. CD!All Packages
  37157. Tool Chest Edition
  37158. WorldScript Updater
  37159. change@
  37160. package@
  37161. apple@
  37162. appletalk
  37163. transaction
  37164. protocol@
  37165. async
  37166. device@
  37167. cacheline@
  37168. capabilities@
  37169. cfcomparisonresult@
  37170. codewarrior@
  37171. colorsync
  37172. photoshop
  37173. plug-ins@
  37174. contextual@
  37175. decompress@
  37176. display
  37177. display
  37178. mode@
  37179. dynamic
  37180. library@
  37181. 67918X
  37182. May 00^
  37183. --set theItem to choose file -- uncomment to test in an AS editor
  37184.     tell application "Finder"
  37185.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  37186.         activate
  37187.     end tell
  37188. on error errMsg number errNum
  37189.     --enter statements to perform when no records are found such as...
  37190.     display dialog "Sorry, the item you selected could not be found."
  37191.     return
  37192. end try
  37193. e    No Changef%Testing
  37194. Memory
  37195. Virtual User
  37196. Debuggingq
  37197. Dev.CD May 00 TC
  37198. Menu Defproc 1.0.3
  37199. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  37200. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  37201. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  37202. dimming.
  37203. Apr 00N
  37204. Power Manager, PCIO8Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:P@Dev.CD Apr 00 SDK1
  37205.  - What's New
  37206.  - Development Kits
  37207.  - HardwareV
  37208. 68025X
  37209. Apr 00^
  37210. --set theItem to choose file -- uncomment to test in an AS editor
  37211.     tell application "Finder"
  37212.         open item "Dev.CD Apr 00 SDK1:What's New:Development Kits:Hardware:"
  37213.         activate
  37214.     end tell
  37215. on error errMsg number errNum
  37216.     --enter statements to perform when no records are found such as...
  37217.     display dialog "Sorry, the item you selected could not be found."
  37218.     return
  37219. end try
  37220. e    No Changef
  37221. Power Manager
  37222. http://developer.apple.com/sdk
  37223. Dev.CD Apr 00 SDK1
  37224. iD(All Packages
  37225. Reference Library Edition
  37226. PowerPC Documentation
  37227.     cation support.
  37228. Issues:  Free -- use at own risk
  37229. Sample Code.imgK
  37230. May 93L
  37231. Nov 94M
  37232. Development-caliber Mac.:Sample Code:V
  37233. 66377X
  37234. Moved
  37235. webobjects36
  37236. webobjects36
  37237. BitBlitz 1.0I
  37238. Summary:This application exercises the CopyBits, CopyMask, and new CopyBitMask traps.  It can be used as a learning tool which allows the user to experiment which various combinations of input to QuickDraw's bit manipulation routines.JbCopyBits Application
  37239. CopyBits.make
  37240. LibHeaders
  37241. LibObject
  37242. ObjectCode
  37243. Resources
  37244. Scrapbook File
  37245. SourceK
  37246. Vol VL
  37247. Vol VIIIM
  37248. 7.0O3Dev.CD May 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:P;Dev.CD May 00 TC
  37249.  - Tool Chest
  37250.  - QuickDraw
  37251.  - Bitblitz 1.0V
  37252. 67634X
  37253. May 00^
  37254. --set theItem to choose file -- uncomment to test in an AS editor
  37255.     tell application "Finder"
  37256.         open item "Dev.CD May 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  37257.         activate
  37258.     end tell
  37259. on error errMsg number errNum
  37260.     --enter statements to perform when no records are found such as...
  37261.     display dialog "Sorry, the item you selected could not be found."
  37262.     return
  37263. end try
  37264. e    No Changeq
  37265. Dev.CD May 00 TC
  37266. bD!All Packages
  37267. Tool Chest Edition
  37268. F    Blat dcmd
  37269.     nalyzeb
  37270. MOqDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:P
  37271. Dev.CD Apr 00 SDK1
  37272.  - What's New
  37273.  - Technical Documentation
  37274.  - Technical Publications
  37275.  - DeveloperDocumentation
  37276.  - macos8_and_9pr 95
  37277. Dev.CD Jan 95"
  37278.         activate
  37279.     end tell
  37280. on error errMsg number errNum
  37281.     --enter statements to perform when no records are found such as...
  37282.     display dialog "Sorry, the item you selected could not be found."
  37283.     return
  37284. end try
  37285. All Packages
  37286. QuickDraw GXO
  37287. Dev.CD Apr 95
  37288. Dev.CD Jan 95P
  37289. Dev.CD Apr 95
  37290. Dev.CD Jan 9V
  37291. 66923X
  37292. Apr 95
  37293. p--set theItem to choose file -- uncomment to test in an AS editor
  37294.     tell application "Finder"
  37295.         open item "Dev.CD Apr 95
  37296. Dev.CD Jan 95"
  37297.         activate
  37298.     end tell
  37299. on error errMsg number errNum
  37300.     --enter statements to perform when no records are found such as...
  37301.     display dialog "Sorry, the item you selected could not be found."
  37302.     return
  37303. end try
  37304. processorC
  37305. profile
  37306. profilerx
  37307. profilerenamer
  37308. progguide
  37309. progguide
  37310. apple
  37311. scanners
  37312. program
  37313. programmer's
  37314. programmer's
  37315. 1.4.2
  37316. progresswindoid-c
  37317. project
  37318. projectdrag
  37319. projectdrag
  37320. 1.1b8
  37321. projects
  37322. publicationsu
  37323. teffects
  37324. qteffects
  37325. explode
  37326. qtsimpleapplet
  37327. qtstreamingapplet
  37328. qttestapplet
  37329. qttojavaimage
  37330. quadra
  37331. qualified
  37332. quickdraw
  37333. OODev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PZDev.CD May 00 TC
  37334.  - Tool Chest
  37335.  - Development Kits
  37336.  - MPW Related
  37337.  - MPW Script Tips 1.1.1V
  37338. 67937X
  37339. May 00^
  37340. --set theItem to choose file -- uncomment to test in an AS editor
  37341.     tell application "Finder"
  37342.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  37343.         activate
  37344.     end tell
  37345. on error errMsg number errNum
  37346.     --enter statements to perform when no records are found such as...
  37347.     display dialog "Sorry, the item you selected could not be found."
  37348.     return
  37349. end try
  37350. e    No Changeq
  37351. Dev.CD May 00 TC
  37352. D!All Packages
  37353. Tool Chest Edition
  37354. MPWTool 1.0I
  37355. Summary: This is an MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  37356. This package is System 7.0 compatible.e    No Change
  37357. --set theItem to choose file -- uncomment to test in an AS editor
  37358.     tell application "Finder"
  37359.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:"
  37360.         activate
  37361.     end tell
  37362. on error errMsg number errNum
  37363.     --enter statements to perform when no records are found such as...
  37364.     display dialog "Sorry, the item you selected could not be found."
  37365.     return
  37366. end try
  37367. --set theItem to choose file -- uncomment to test in an AS editor
  37368.     tell application "Finder"
  37369.         open item "Dev.CD May 00 TC:Tool Chest:Toolbox:GetHelpStrings:"
  37370.         activate
  37371.     end tell
  37372. on error errMsg number errNum
  37373.     --enter statements to perform when no records are found such as...
  37374.     display dialog "Sorry, the item you selected could not be found."
  37375.     return
  37376. end try
  37377. e    No Changef8balloon help
  37378. finder help strings
  37379. spinning cursors
  37380. acurq
  37381. Dev.CD May 00 TC
  37382. D!All Packages
  37383. Tool Chest Edition
  37384. GetPPPStatuse CodeV
  37385. 65522X
  37386. May 00^
  37387. OKDev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:PSDev.CD Apr 98 SDK1
  37388.  - Development Kits (Disc 1)
  37389.  - MacTCP
  37390.  - MacTCP Developer ToolsV
  37391. 67908X
  37392. Apr 98^
  37393. --set theItem to choose file -- uncomment to test in an AS editor
  37394.     tell application "Finder"
  37395.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:"
  37396.         activate
  37397.     end tell
  37398. on error errMsg number errNum
  37399.     --enter statements to perform when no records are found such as...
  37400.     display dialog "Sorry, the item you selected could not be found."
  37401.     return
  37402. end try
  37403. e    No Changef!TCP/IP
  37404. networking
  37405. standards basedq
  37406. Dev.CD Apr 98 SDK1
  37407. D!All Packages
  37408. Mac OS SDK Edition
  37409. MacTCP SDK 2.0.6
  37410.     I devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  37411. 68287X
  37412. May 00^
  37413. --set theItem to choose file -- uncomment to test in an AS editor
  37414.     tell application "Finder"
  37415.         open item "Dev.CD May 00 TC:Tool Chest:QuickTime:QuickTime Tools:"
  37416.         activate
  37417.     end tell
  37418. on error errMsg number errNum
  37419.     --enter statements to perform when no records are found such as...
  37420.     display dialog "Sorry, the item you selected could not be found."
  37421.     return
  37422. end try
  37423. e    No Changeq
  37424. Dev.CD May 00 TC
  37425. oD!All Packages
  37426. Mac OS SDK Edition
  37427. ABOUT QUICKTIME VR
  37428. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  37429. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  37430. http://www.apple.com/store
  37431. To get started,  you can go to the Developgo to the Develop
  37432. veritable
  37433. versa
  37434. versatile
  37435. versatility
  37436. versionN
  37437. version
  37438. windowed
  37439. allows
  37440. creation
  37441. versionedit
  37442. video
  37443. viewX
  37444. viewed
  37445. viewer
  37446. All Packages
  37447. PowerTalk (PPC)O
  37448. Dev.CD Oct 94P
  37449. Dev.CD Oct 9V
  37450. 68057X
  37451. Oct 94
  37452. b--set theItem to choose file -- uncomment to test in an AS editor
  37453.     tell application "Finder"
  37454.         open item "Dev.CD Oct 94"
  37455.         activate
  37456.     end tell
  37457. on error errMsg number errNum
  37458.     --enter statements to perform when no records are found such as...
  37459.     display dialog "Sorry, the item you selected could not be found."
  37460.     return
  37461. end try
  37462. All Packages
  37463. PowerTalk (PPC)O
  37464. Dev.CD Oct 94P
  37465. Dev.CD Oct 9V
  37466. 68058X
  37467. Oct 94
  37468. b--set theItem to choose file -- uncomment to test in an AS editor
  37469.     tell application "Finder"
  37470.         open item "Dev.CD Oct 94"
  37471.         activate
  37472.     end tell
  37473. on error errMsg number errNum
  37474.     --enter statements to perform when no records are found such as...
  37475.     display dialog "Sorry, the item you selected could not be found."
  37476.     return
  37477. end try
  37478. All Packages
  37479. PowerTalk (PPC)O
  37480. Dev.CD Oct 94P
  37481. Dev.CD Oct 9V
  37482. 68059X
  37483. Oct 94
  37484. Dev.CD Jul 9V
  37485. 68417X
  37486. Jul 95
  37487. b--set theItem to choose file -- uncomment to test in an AS editor
  37488.     tell application "Finder"
  37489.         open item "Dev.CD Jul 95"
  37490.         activate
  37491.     end tell
  37492. on error errMsg number errNum
  37493.     --enter statements to perform when no records are found such as...
  37494.     display dialog "Sorry, the item you selected could not be found."
  37495.     return
  37496. end try
  37497. All Packages
  37498. System 7.5 Update 1.0O
  37499. Dev.CD Jul 95P
  37500. Dev.CD Jul 9V
  37501. 68418X
  37502. Jul 95
  37503. b--set theItem to choose file -- uncomment to test in an AS editor
  37504.     tell application "Finder"
  37505.         open item "Dev.CD Jul 95"
  37506.         activate
  37507.     end tell
  37508. on error errMsg number errNum
  37509.     --enter statements to perform when no records are found such as...
  37510.     display dialog "Sorry, the item you selected could not be found."
  37511.     return
  37512. end try
  37513. All Packages
  37514. System 7.5 Update 1.0O
  37515. Dev.CD Jul 95P
  37516. Dev.CD Jul 9V
  37517. 68419X
  37518. Jul 95
  37519. roland
  37520. rolew
  37521. rollin
  37522. es: windows, buttons, formatted text, etc.
  37523. Foundation Reference
  37524. The complete reference for OpenStep Foundation classes and protocols. Foundation is the heart of any OpenStep application, providing memory management and crucial classes such as NSArray, NSString, and NSThread.
  37525. CURRENT DOCUMENTATION:
  37526. Current documentation set is available on the Developer CD May 97, Tool Chest series or on our website via DevWorld at http://devworld.apple.com/dev/SWTechPubs/Documents/Download/apple.html.
  37527. *Discovering OPENSTEP: A Developer Tutorial (Windows NT)
  37528. *Object-Oriented Programming and the Objective-C Language
  37529. *Topics in OPENSTEP Programming
  37530. JNDiscoveringOpenstepBook.pdf
  37531. IntroAppKitBook.pdf
  37532. IntroFoundationBook.pdf
  37533. READMEK
  37534. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  37535.  - What's New
  37536.  - Technical Documentaion
  37537.  - Rhapsody/OpenStep
  37538.  - RhapsodyDocumentationsion
  37539. filetool
  37540. firewire
  37541. Porting
  37542. Apr 00^
  37543. --set theItem to choose file -- uncomment to test in an AS editor
  37544.     tell application "Finder"
  37545.         open item "Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:"
  37546.         activate
  37547.     end tell
  37548. on error errMsg number errNum
  37549.     --enter statements to perform when no records are found such as...
  37550.     display dialog "Sorry, the item you selected could not be found."
  37551.     return
  37552. end try
  37553. e    No Changeq
  37554. Dev.CD Apr 00 SDK1
  37555. RD!All Packages
  37556. Tool Chest Edition
  37557. ple which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  37558. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunck card in conjunc
  37559. changedo
  37560. changefilename
  37561. changes[
  37562. changetextstylerec
  37563. changing
  37564. channel
  37565. channelsj
  37566. chapter
  37567. chapters
  37568. character
  37569. characteristics
  37570. characters
  37571. charge
  37572. charges
  37573. chars
  37574. cheap
  37575. check
  37576. checked
  37577. checked-in/checked-o
  37578. checkedoutfiles
  37579. checker
  37580. checkers
  37581. checkgestalt
  37582. checkinall
  37583. cation , AppleShare IP,  Appearance MgrO
  37584. Dev.CD May 00 TC:Sample Code:P
  37585. Dev.CD May 00 TC
  37586.  - Sample Codeurn
  37587. end try
  37588. All Packages
  37589. 62364
  37590. --set theItem to choose file -- uncomment to test in an AS editor
  37591.     tell application "Finder"
  37592.         open item "Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:"
  37593.         activate
  37594.     end tell
  37595. on error errMsg number errNum
  37596.     --enter statements to perform when no records are found such as...
  37597.     display dialog "Sorry, the item you selected could not be found."
  37598.     return
  37599. end try
  37600. e    No Changeq
  37601. Dev.CD May 00 TC
  37602. D!All Packages
  37603. Tool Chest Edition
  37604. mmary:  These two applications, Remote Control and Server Controller, allow the owner of a Macintosh to start or stop the file server running on that Macintosh using another Macintosh at another location on the network. They provide an example of applications using asynchronous PPC Toolbox code for communications, and of a faceless background-only application used as agent to control remote system.
  37605. All source Metrowerks Pascal code for both programs is included. Built using the Unversalsing the Unversal
  37606. 68312X
  37607. filling
  37608. fills
  37609. filter
  37610. filtering
  37611. filters
  37612. finalj
  37613. finally
  37614. financially
  37615. financingj
  37616. findr
  37617. findchange
  37618. finder
  37619. finder's
  37620. finder-like
  37621. finderevents
  37622. finderheaps
  37623. ndserialports
  37624. little
  37625. snippet
  37626. inside
  37627. fine-tune
  37628. finger-coded
  37629. finished
  37630. finishing
  37631. finnish
  37632. firewire
  37633. firmware
  37634. firmworks
  37635. firstj
  37636.  release
  37637. - Common
  37638.     - Sun Compliant Java Runtime Environment 1.1
  37639.     - QuickTime 3 
  37640.     - QTJava.zip
  37641.     - QTJava media samples
  37642. - Mac OS:
  37643.     - System 8 or later
  37644.     - Macintosh Runtime for Java (MRJ) 2.1
  37645. - Windows 95, 98, or NT::
  37646.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37647. QuickTime, Java, MRJ
  37648. Summary: This is the electronic version of develop magazine.
  37649.  Issue 7 highlights:
  37650. QuickTime 1.0: 
  37651. You Oughta Be in Pictures
  37652.   by Guillermo A. Ortiz.
  37653. An introduction to QuickTime that shows you how to create and play back simple movies.
  37654. Scoring Points With TrueType  by Konstantin Othmer and Mike Reed.   This article demonstrates some snazzy, never-before-possible text effects.
  37655. Threaded Communications With Futures  by Michael Gough.   Futures are an addition to the Threads Package that 
  37656. can make your IPC code even cleaner.
  37657. Using C++ Objects in a World of Exceptions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  37658. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  37659. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  37660. 3MjCan be opened by any application which will read PICT files, but looks best when opened with Canvas 3.0.3.OYDev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:PdDev.CD May 00 TC
  37661.  - Tool Chest
  37662.  - Hardware
  37663.  - Display & Video Hardware
  37664.  - VRAM & bit-depth explainedV
  37665. 68740X
  37666. May 00^
  37667. --set theItem to choose file -- uncomment to test in an AS editor
  37668.     tell application "Finder"
  37669.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:"
  37670.         activate
  37671.     end tell
  37672. on error errMsg number errNum
  37673.     --enter statements to perform when no records are found such as...
  37674.     display dialog "Sorry, the item you selected could not be found."
  37675.     return
  37676. end try
  37677. e    No Changeq
  37678. Dev.CD May 00 TC
  37679. 4D!All Packages
  37680. Tool Chest Edition
  37681. VU Assist Modules for MacApponitorr
  37682. newsi
  37683. notesS
  37684. onescannerg
  37685. opp's
  37686. palette
  37687. parserV
  37688. photoshop
  37689. plugins
  37690. All Packages
  37691. F    PowerTalkO
  37692. Dev.CD Apr 95
  37693. Dev.CD Jan 95P
  37694. Dev.CD Apr 95
  37695. Dev.CD Jan 9V
  37696. 68041X
  37697. Apr 95
  37698. p--set theItem to choose file -- uncomment to test in an AS editor
  37699.     tell application "Finder"
  37700.         open item "Dev.CD Apr 95
  37701. Dev.CD Jan 95"
  37702.         activate
  37703.     end tell
  37704. on error errMsg number errNum
  37705.     --enter statements to perform when no records are found such as...
  37706.     display dialog "Sorry, the item you selected could not be found."
  37707.     return
  37708. end try
  37709. All Packages
  37710. F    PowerTalkO
  37711. Dev.CD Apr 95
  37712. Dev.CD Jan 95P
  37713. Dev.CD Apr 95
  37714. Dev.CD Jan 9V
  37715. 68042X
  37716. Apr 95
  37717. p--set theItem to choose file -- uncomment to test in an AS editor
  37718.     tell application "Finder"
  37719.         open item "Dev.CD Apr 95
  37720. Dev.CD Jan 95"
  37721.         activate
  37722.     end tell
  37723. on error errMsg number errNum
  37724.     --enter statements to perform when no records are found such as...
  37725.     display dialog "Sorry, the item you selected could not be found."
  37726.     return
  37727. end try
  37728. All Packages
  37729. ge in the future.
  37730. GridWindowGrow:  This snippet shows how to grow a window constrained to a grid (i.e. only allow a window to grow or shrink by 30 pixels, or whatever).
  37731. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  37732. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  37733. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  37734. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  37735. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  37736. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  37737. 67683X
  37738. Nov 99^
  37739. --set theItem to choose file -- uncomment to test in an AS editor
  37740.     tell application "Finder"
  37741.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  37742.  Other Platforms:Convert
  37743. Projects 1.0b5:"
  37744.         activate
  37745.     end tell
  37746. on error errMsg number errNum
  37747.     --enter statements to perform when no records are found such as...
  37748.     display dialog "Sorry, the item you selected could not be found."
  37749.     return
  37750. end try
  37751. Deletedq
  37752. Dev.CD Nov 99 TC
  37753. All Packages
  37754. CPU SE 406O
  37755. Dev.CD Jul 95P
  37756. Dev.CD Jul 9V
  37757. 67684X
  37758. Jul 95
  37759. b--set theItem to choose file -- uncomment to test in an AS editor
  37760.     tell application "Finder"
  37761.         open item "Dev.CD Jul 95"
  37762.         activate
  37763.     end tell
  37764. on error errMsg number errNum
  37765.     --enter statements to perform when no records are found such as...
  37766.     display dialog "Sorry, the item you selected could not be found."
  37767.     return
  37768. end try
  37769. All Packages
  37770. CPU SE 406O
  37771. Dev.CD Jul 95V
  37772. 67685X
  37773. p--set theItem to choose file -- uncomment to test in an AS editor
  37774.     tell application "Finder"
  37775.         open item "Dev.CD Jul 93
  37776. Dev.CD May 93"
  37777.         activate
  37778.     end tell
  37779. on error errMsg number errNum
  37780.     --enter statements to perform when no records are found such as...
  37781.     display dialog "Sorry, the item you selected could not be found."
  37782.     return
  37783. end try
  37784. quickdraw
  37785. viewer
  37786. thompson
  37787. easy-to-use
  37788. eaxmple
  37789. edgar
  37790. editX
  37791. edit-related
  37792. editable
  37793. editing
  37794. editionj
  37795. editorN
  37796. editor'sj
  37797. editorsu
  37798. edittext
  37799. edittextcdev
  37800. educationalj
  37801. effect
  37802. Summary: This is the electronic version of develop magazine.
  37803.  Issue 16 highlights:
  37804. Making the Leap to PowerPC  by Dave Radcliffe.   An overview of the PowerPC platform, and coding strategies for both compatibility and speed.
  37805. Building PowerTalk-Savvy Applications  by Steve Falkenburg.   How to incorporate direct mailing and digital signatures into your application.
  37806. Drag and Drop From the Finder  by Dave Evans and Greg Robbins.   Taking advantage of the new drag and drop services is eas
  37807. y, and your users will love it.
  37808. Color Matching Made Easy With QuickDraw GX  by Daniel Lipton.   QuickDraw GX integrates ColorSync to make color matching nearly effortless.
  37809. International Number Formatting  by Norbert Lindenberg.   Some good methods for handling the different number formats around the world.
  37810. Somewhere in QuickTime: What
  37811. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  37812. Print Hint
  37813. 67959X
  37814. Apr 00^
  37815. --set theItem to choose file -- uncomment to test in an AS editor
  37816.     tell application "Finder"
  37817.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:"
  37818.         activate
  37819.     end tell
  37820. on error errMsg number errNum
  37821.     --enter statements to perform when no records are found such as...
  37822.     display dialog "Sorry, the item you selected could not be found."
  37823.     return
  37824. end try
  37825. e    No Changef audio
  37826. compression
  37827. playback
  37828. codecq
  37829. Dev.CD Apr 00 SDK1
  37830. New NewGWorld
  37831. This sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  37832. opyBits.
  37833. 67960X
  37834.     E\ld exercise appropriate caution in making use of this code. More detailed warnings enclosed.
  37835. Sample Code.imgK
  37836. Sep 96M    System 7.N&Finder AppleEvents FinderEvents eventsO
  37837. Dev.CD May 00 TC:Sample Code:P
  37838. Dev.CD May 00 TC
  37839.  - Sample Coderform when no records are found such as...
  37840.     display dialog "Sorry, the item you selected could not be found."
  37841.     return
  37842. end try
  37843.         activate
  37844.     end tell
  37845. on error errMsg number errNum
  37846.     --enter statements to perform when no records are found such as...
  37847.     display dialog "Sorry, the item you selected could not be found."
  37848.     return
  37849. end try
  37850. e    No Changeq
  37851. Dev.CD Jun 00 RL Disk 1
  37852. 8D!All Packages
  37853. Tool Chest Edition
  37854. Apple System Profiler
  37855.     ments to perform when no records are found such as...
  37856.     display dialog "Sorry, the item you selected could not be found."
  37857.     return
  37858. end try
  37859. All Packages
  37860. System UpdateO
  37861. Dev.CD Oct 94P
  37862. Dev.CD Oct 9V
  37863. 63743X
  37864. Oct 94
  37865. fonts
  37866. footprintg
  37867. packages
  37868. p--set theItem to choose file -- uncomment to test in an AS editor
  37869.     tell application "Finder"
  37870.         open item "Dev.CD Apr 94
  37871. Dev.CD Jan 94"
  37872.         activate
  37873.     end tell
  37874. on error errMsg number errNum
  37875.     --enter statements to perform when no records are found such as...
  37876.     display dialog "Sorry, the item you selected could not be found."
  37877.     return
  37878. end try
  37879. korean-language
  37880. kotoeri
  37881. kzoomlarger
  37882. label
  37883. labels
  37884. labels-like
  37885. labor
  37886. lands
  37887. languages
  37888. language-neutral
  37889. languagess
  37890. largeb
  37891. large
  37892. collection
  37893. tools
  37894. scripts
  37895. libraries
  37896. examples
  37897. larger
  37898. ISp SampleI
  37899. ISp Sample is a reasonably complete example implementation of high level InputSprocket.  It shows how to set up needs and retrieve states and events for the associated elements.J
  37900. Sample Code.imgK
  37901. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  37902. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO
  37903. Dev.CD May 00 TC:Sample Code:P
  37904. Dev.CD May 00 TC
  37905.  - Sample CodeV
  37906. 67842X
  37907. May 00^
  37908. r--set theItem to choose file -- uncomment to test in an AS editor
  37909.     tell application "Finder"
  37910.         open item "Dev.CD May 00 TC:Sample Code:"
  37911.         activate
  37912.     end tell
  37913. on error errMsg number errNum
  37914.     --enter statements to perform when no records are found such as...
  37915.     display dialog "Sorry, the item you selected could not be found."
  37916.     return
  37917. end try
  37918. e    No Changef-InputSprocket
  37919. Needs
  37920. Elements
  37921. buttonsq
  37922. Dev.CD May 00 TC
  37923. D!All Packages
  37924. Tool Chest Edition
  37925. Ivy 1.0fc1
  37926. M+PowerBook 140/170 or the Quadra 700/900/950N
  37927. ADBODDev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:PODev.CD May 00 TC
  37928.  - Tool Chest
  37929.  - Devices
  37930.  - Apple Desktop Bus
  37931.  - ADBReInit 1.0V
  37932. 67560X
  37933. May 00^
  37934. --set theItem to choose file -- uncomment to test in an AS editor
  37935.     tell application "Finder"
  37936.         open item "Dev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  37937.         activate
  37938.     end tell
  37939. on error errMsg number errNum
  37940.     --enter statements to perform when no records are found such as...
  37941.     display dialog "Sorry, the item you selected could not be found."
  37942.     return
  37943. end try
  37944. e    No Changef
  37945. Dev.CD May 00 TC
  37946. AdLib 2.6.5
  37947. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  37948. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  37949. e    No Changef&ShowIcon
  37950. ShowINIT
  37951. extension
  37952. iconsq
  37953. Dev.CD May 00 TC
  37954. D!All Packages
  37955. Tool Chest Edition
  37956. Simple DrawSprocket
  37957. This sample is designed to show simple use of DrawSprocket to set screen resolution and size within the confines of a standard Macintosh Toolbox environment.  Additionally, it demonstrates how to get DrawSprocket's version with DSpGetVersion () and without it.
  37958. J'Sample Code.img
  37959. Windows Sample Code.imgK
  37960. Dec 99MMCW2 or later and Universal Headers 3.2 (3.3 if building for DrawSprocket 1.7)N$DrawSprocket, GSpGetVersion, ToolboxO
  37961. Dev.CD May 00 TC:Sample Code:P
  37962. Dev.CD May 00 TC
  37963.  - Sample CodeV
  37964. 68326X
  37965. May 00^
  37966. This package includes both the Open Transport v1.3 Debug Installer and the Open Transport v1.3 SDK
  37967. Updated version of Open Transport which includes numerous bug fixes.  Some of the new features in OT 1.3 are support for CFM-68K in the client Open Transport API, and Single Link Multihoming support.
  37968. To use Open Transport 1.3 Debug version, System Software 8.1 is required.  To work with the SDK, the sample code was built using MetroWerks CW 11 and MPW from ETO 22.
  37969. J'Open Transport Debug
  37970. Open Transport SDKK
  37971. Jun 95L
  37972. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Apr 00 SDK1
  37973.  - Development Kits
  37974.  - Mac OS
  37975.  - Open Transport 1.3ml@
  37976. home@
  37977. renderinglib
  37978. imaging@
  37979. import@
  37980. information@
  37981. install
  37982. 2.6.5@
  37983. installer
  37984. licensing
  37985. interfaces@
  37986. 7J8Read Me First
  37987. Read Me First.txt
  37988. Sources
  37989. Testing
  37990. VUMetersK
  37991. Jan 94MHQuadra AV or other system with ARTA DSP (AT&T DSP 3210) system installedN:VUMeter, sound level meters, ARTA sample code, volume unitO7Dev.CD May 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:PBDev.CD May 00 TC
  37992.  - Tool Chest
  37993.  - Hardware
  37994.  - AV Tools
  37995.  - VUMetersV
  37996. 68744X
  37997. May 00^
  37998. --set theItem to choose file -- uncomment to test in an AS editor
  37999.     tell application "Finder"
  38000.         open item "Dev.CD May 00 TC:Tool Chest:Hardware:AV Tools:VUMeters:"
  38001.         activate
  38002.     end tell
  38003. on error errMsg number errNum
  38004.     --enter statements to perform when no records are found such as...
  38005.     display dialog "Sorry, the item you selected could not be found."
  38006.     return
  38007. end try
  38008. e    No Changef7VUMeter
  38009. sound level meters
  38010. ARTA sample code
  38011. volume unitq
  38012. Dev.CD May 00 TC
  38013. 8D!All Packages
  38014. Tool Chest Edition
  38015. WASTE 1.3a6
  38016. imaging[
  38017. newsi
  38018. notesS
  38019. onescannerg
  38020. parserV
  38021. 66281X
  38022. r--set theItem to choose file -- uncomment to test in an AS editor
  38023.     tell application "Finder"
  38024.         open item "Dev.CD May 00 TC:Sample Code:"
  38025.         activate
  38026.     end tell
  38027. on error errMsg number errNum
  38028.     --enter statements to perform when no records are found such as...
  38029.     display dialog "Sorry, the item you selected could not be found."
  38030.     return
  38031. end try
  38032. XCMDs & XFCNs
  38033.  - Byrne's XCMDs&XFCNsV
  38034. 66406X
  38035. May 00^
  38036. --set theItem to choose file -- uncomment to test in an AS editor
  38037.     tell application "Finder"
  38038.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  38039.         activate
  38040.     end tell
  38041. on error errMsg number errNum
  38042.     --enter statements to perform when no records are found such as...
  38043.     display dialog "Sorry, the item you selected could not be found."
  38044.     return
  38045. end try
  38046. e    No Changeq
  38047. Dev.CD May 00 TC
  38048. hD!All Packages
  38049. Tool Chest Edition
  38050. C.S.M.P. Digests
  38051.  manager.  All it does is play a sound with bufferCmd and then wait for the call back routine to be called.  When the routine is called the app goes back to the event loop.
  38052. Cheap Studio: This sample shows how to use the SndPlayDoubleBufferand Record to disk examples to make a program that plays and records at the same time.
  38053. ClickSound:  A simple sound producer.
  38054. Double Buffer:  This sample application shows how to play sounds using double buffering.
  38055. EasyPlayRecord:  This simple applicat
  38056. ion demonstrates the use of SnStartFileplay at the same time as doing simple recording.  The sound file is a AIFF file.  The sound will continue to play until it is done.  When the recording is stopped the recorded sound will be played over the currently playing sound.
  38057. EnableSoundThrough:  This application, written in THINK Pascal, demonstrates how to enable input sound playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the sam
  38058. E- Common
  38059.     - Sun Compliant Java Runtime Environment 1.1
  38060.     - QuickTime 3 
  38061.     - QTJava.zip
  38062.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  38063.     - QTJava media samples
  38064. - Mac OS:
  38065.     - System 8 or later
  38066.     - Macintosh Runtime for Java (MRJ) 2.1
  38067. - Windows 95, 98, or NT::
  38068.     - JRE/JDK from Sun Microsystems, Inc. recommended
  38069. QuickTime, Java, MRJl IIIL
  38070. Aug 92OIDev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:PTDev.CD May 00 TC
  38071.  - Tool Chest
  38072.  - Development Kits
  38073.  - MPW Related
  38074.  - MakeMake 2.0d38V
  38075. 66679X
  38076. May 00^
  38077. --set theItem to choose file -- uncomment to test in an AS editor
  38078.     tell application "Finder"
  38079.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  38080.         activate
  38081.     end tell
  38082. on error errMsg number errNum
  38083.     --enter statements to perform when no records are found such as...
  38084.     display dialog "Sorry, the item you selected could not be found."
  38085.     return
  38086. end try
  38087. end try
  38088. web browser
  38089. text, encoding, Unicode, script, language, conversion, games, input device, sprocket, joystick, gamepad, gaming, blanking, screen, display, buffering, games, sprocket, gaming, networking, games, multiprocessing, preemptive task, multitasking, threads, threading, cons, Icon Services, Icon Utilities, 'icns', icon family, icon resources, IconRef, icon plotting, Navigation Services, Standard File, file management, file 
  38090. navigation, opening files, saving files, Network Services Location, file p
  38091. ay 00 TC:Sample Code:P
  38092. Dev.CD May 00 TC
  38093.  - Sample CodeV
  38094. 64294X
  38095. May 00^
  38096. r--set theItem to choose file -- uncomment to test in an AS editor
  38097.     tell application "Finder"
  38098.         open item "Dev.CD May 00 TC:Sample Code:"
  38099.         activate
  38100.     end tell
  38101. on error errMsg number errNum
  38102.     --enter statements to perform when no records are found such as...
  38103.     display dialog "Sorry, the item you selected could not be found."
  38104.     return
  38105. end try
  38106. e    No Change
  38107. e    No Change
  38108. 67717X
  38109. Jun 00^    RL Disk 1
  38110. --set theItem to choose file -- uncomment to test in an AS editor
  38111.     tell application "Finder"
  38112.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 18:"
  38113.         activate
  38114.     end tell
  38115. on error errMsg number errNum
  38116.     --enter statements to perform when no records are found such as...
  38117.     display dialog "Sorry, the item you selected could not be found."
  38118.     return
  38119. end try
  38120. e    No Changeq
  38121. Dev.CD Jun 00 RL Disk 1
  38122. All Packages
  38123. develop Issue 19
  38124. 67718X
  38125. ary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  38126. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  38127. Issues: These libraries and tools are not supported Apple products.
  38128. Virtual User tools.imgK
  38129. Jan 93nge
  38130. All Packages
  38131. F    QuickTimeO
  38132. Dev.CD Jun 97 SSWP
  38133. Dev.CD Jun 97 SSV
  38134. 68278X
  38135. Jun 97
  38136. f--set theItem to choose file -- uncomment to test in an AS editor
  38137.     tell application "Finder"
  38138.         open item "Dev.CD Jun 97 SSW"
  38139.         activate
  38140.     end tell
  38141. on error errMsg number errNum
  38142.     --enter statements to perform when no records are found such as...
  38143.     display dialog "Sorry, the item you selected could not be found."
  38144.     return
  38145. end try
  38146. All Packages
  38147. F    QuickTimeO
  38148. Dev.CD Jun 97 SSWP
  38149. Dev.CD Jun 97 SSV
  38150. 68279X
  38151. Jun 97
  38152. f--set theItem to choose file -- uncomment to test in an AS editor
  38153.     tell application "Finder"
  38154.         open item "Dev.CD Jun 97 SSW"
  38155.         activate
  38156.     end tell
  38157. on error errMsg number errNum
  38158.     --enter statements to perform when no records are found such as...
  38159.     display dialog "Sorry, the item you selected could not be found."
  38160.     return
  38161. end try
  38162. All Packages
  38163. F    QuickTimeO
  38164. Dev.CD Jun 97 SSWP
  38165. Dev.CD Jun 97 SSV
  38166. 68280X
  38167. 67884X
  38168. Oct 99^
  38169. g--set theItem to choose file -- uncomment to test in an AS editor
  38170.     tell application "Finder"
  38171.         open item "Dev.CD Oct 99 SSW:"
  38172.         activate
  38173.     end tell
  38174. on error errMsg number errNum
  38175.     --enter statements to perform when no records are found such as...
  38176.     display dialog "Sorry, the item you selected could not be found."
  38177.     return
  38178. end try
  38179. Mac OS 9q
  38180. Dev.CD Oct 99 SSW
  38181. D(All Packages
  38182. Reference Library Edition
  38183. Mac OS Runtime ArchitecturesI
  38184. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  38185. Mac OS Runtime Architectures
  38186. Read Me - Other SSW DocsK
  38187. Oct 97M
  38188. Adobe AcrobatN
  38189. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  38190.  - Technical Documentation
  38191.  - More SSW DocumentationV
  38192. 67885X
  38193. Dec 99^
  38194. Part III PDF Links
  38195. sound filesK
  38196. Jan 98d
  38197. 67851X
  38198. May 00^
  38199. --set theItem to choose file -- uncomment to test in an AS editor
  38200.     tell application "Finder"
  38201.         open item "Dev.CD May 00 TC:Tool Chest:OS Utilities:jGNE Helper:"
  38202.         activate
  38203.     end tell
  38204. on error errMsg number errNum
  38205.     --enter statements to perform when no records are found such as...
  38206.     display dialog "Sorry, the item you selected could not be found."
  38207.     return
  38208. end try
  38209. e    No Changef6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperq
  38210. Dev.CD May 00 TC
  38211. D!All Packages
  38212. Tool Chest Edition
  38213. F    JISAppletI
  38214. This demo program shows how to display any QuickTime content within a java.awt.Applet where the content is read using a java.io.InputStreamJ
  38215. Sample Code.imgK
  38216. Feb 00
  38217. C:Sample Code:V
  38218. 67852X
  38219. 1e    No Change
  38220. is without a sound track or a movie is closed, the SysBeep will beep normally.
  38221. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  38222. --set theItem to choose file -- uncomment to test in an AS editor
  38223.     tell application "Finder"
  38224.         open item "Dev.CD Apr 94
  38225. Dev.CD Jan 94
  38226. Dev.CD Oct 93
  38227. Dev.CD Jul 93
  38228. Dev.CD Apr 93"
  38229.         activate
  38230.     end tell
  38231. on error errMsg number errNum
  38232.     --enter statements to perform when no records are found such as...
  38233.     display dialog "Sorry, the item you selected could not be found."
  38234.     return
  38235. end try
  38236. powerbooks
  38237. powerful
  38238. powermac
  38239. powermacor68k
  38240. powermacsp
  38241. powerpc-based
  38242. powerplant
  38243. powers
  38244. powertalkj
  38245. powertalk-savvy
  38246. pparameter
  38247. practical
  38248. practice
  38249. --set theItem to choose file -- uncomment to test in an AS editor
  38250.     tell application "Finder"
  38251.         open item "Dev.CD Apr 94
  38252. Dev.CD Jan 94
  38253. Dev.CD Oct 93
  38254. Dev.CD Jul 93
  38255. Dev.CD Apr 93"
  38256.         activate
  38257.     end tell
  38258. on error errMsg number errNum
  38259.     --enter statements to perform when no records are found such as...
  38260.     display dialog "Sorry, the item you selected could not be found."
  38261.     return
  38262. end try
  38263. found."
  38264.     return
  38265. end try
  38266. All Packages
  38267. F    QuickTimeO
  38268. Dev.CD Jan 96 SSWP
  38269. Dev.CD Jan 96 SSV
  38270. 65733X
  38271. Jan 96
  38272. f--set theItem to choose file -- uncomment to test in an AS editor
  38273.     tell application "Finder"
  38274.         open item "Dev.CD Jan 96 SSW"
  38275.         activate
  38276.     end tell
  38277. on error errMsg number errNum
  38278.     --enter statements to perform when no records are found such as...
  38279.     display dialog "Sorry, the item you selected could not be found."
  38280.     return
  38281. end try
  38282. All Packages
  38283. F    QuickTimeO
  38284. Dev.CD Jan 96 SSWP
  38285. Dev.CD Jan 96 SSV
  38286. 65734X
  38287. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  38288.  - Development Kits (Disc 2)
  38289.  - QuickTake Digital CameraV
  38290. 68192X
  38291. Apr 98^
  38292. --set theItem to choose file -- uncomment to test in an AS editor
  38293.     tell application "Finder"
  38294.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  38295.         activate
  38296.     end tell
  38297. on error errMsg number errNum
  38298.     --enter statements to perform when no records are found such as...
  38299.     display dialog "Sorry, the item you selected could not be found."
  38300.     return
  38301. end try
  38302. Deletedq
  38303. Dev.CD Apr 98 SDK2
  38304. D!All Packages
  38305. Mac OS SDK Edition
  38306. QuickTake for Windows 1.5
  38307.     or errMsg number errNum
  38308.     --enter statements to perform when no records are found such as...
  38309.     display dialog "Sorry, the item you selected could not be found."
  38310.     return
  38311. end try
  38312. e    No Changel 9V
  38313. 63498X
  38314. Jul 95
  38315. image
  38316. contains
  38317. debug
  38318. version
  38319. 2.5.2
  38320. which
  38321. n guide files.  
  38322. There is now CFM 68k glue code present for 68k apps that want to link with the 'AppleGuideGlueLib.68K' shared library code.
  38323. Applications no longer have to build and handle the Help menu if they want their guide files to reside in a folder other than the application's folder.  By including a Guide Directory resource (type = 'gdir'; id = -16384) in their application, they can specify a directory for AG to search for guide files other than the application's directory.  See 
  38324. 'Guide Directory Resource' topic below.
  38325. Whether an application has guide files or not, Apple Guide was searching through the app's directory 5 different times for guide files.  This is now a single search and is much faster. Any guide file information found is cached for performance.
  38326. JbApple Guide 2.1.1
  38327. Apple Guide 2.1.1 Read Me First
  38328. Authoring
  38329. Engineering
  38330. Goodies
  38331. Japanese ResourcesK
  38332. Dec 95L
  38333. Jul 97M
  38334. MacOS 7.0 or greater.O7Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Apple Guide:
  38335. choosex
  38336. Dev.CD Apr 95
  38337. Dev.CD Jan 95P
  38338. Dev.CD Apr 95
  38339. Dev.CD Jan 9V
  38340. 68153X
  38341. Apr 95
  38342. p--set theItem to choose file -- uncomment to test in an AS editor
  38343.     tell application "Finder"
  38344.         open item "Dev.CD Apr 95
  38345. Dev.CD Jan 95"
  38346.         activate
  38347.     end tell
  38348. on error errMsg number errNum
  38349.     --enter statements to perform when no records are found such as...
  38350.     display dialog "Sorry, the item you selected could not be found."
  38351.     return
  38352. end try
  38353. All Packages
  38354. QuickDraw GXO
  38355. Dev.CD Apr 95P
  38356. Dev.CD Apr 9V
  38357. 68154X
  38358. Apr 95
  38359. b--set theItem to choose file -- uncomment to test in an AS editor
  38360.     tell application "Finder"
  38361.         open item "Dev.CD Apr 95"
  38362.         activate
  38363.     end tell
  38364. on error errMsg number errNum
  38365.     --enter statements to perform when no records are found such as...
  38366.     display dialog "Sorry, the item you selected could not be found."
  38367.     return
  38368. end try
  38369. All Packages
  38370. QuickDraw GXO
  38371. Dev.CD Apr 95P
  38372. Dev.CD Apr 9V
  38373. 68155X
  38374. Apr 95
  38375. Object Pascal, assembler, Rez, and Fortran source files.  See the file "PopupFuncs Notes.c" for details.
  38376. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  38377. Postal:    Bare Bones Software, Inc.
  38378.       P.O. Box 108
  38379.       Bedford, MA  01730-0108
  38380. Phone:    +1 508 651 3561
  38381. Fax:      +1 508 651 7584
  38382. WWW:      htC`tp://www.tiac.net/biz/bbsw/
  38383. Internet:    bbsw@netcom.com
  38384. CIS:    73051,3255
  38385. eWorld:    BareBones
  38386. JY!NOT AN APPLE PRODUCT!
  38387. PopupFuncs 2.6.1 Installer
  38388. PopupFuncs Notes.c
  38389. Source Masher
  38390. xPop 
  38391. Sep 95L
  38392. Jan 96OADev.CD May 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PIDev.CD May 00 TC
  38393.  - Tool Chest
  38394.  - Developer Utilities
  38395.  - PopupFuncs 2.6.1
  38396. Summary:  SCSI Monitor and IOTracer are performance tools designed to record and report information on file system and SCSI performance in a Macintosh environment.  This release includes bug fixes for System Software 7.5.3 and PCI-based Macintosh systems.
  38397.      SCSI Monitor reports aggregate information on disk I/O. It reports the number of disk reads and write operations performed, the number of sectors involved and the time taken to complete the operations.
  38398.  IOTracer collects trace da
  38399. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  38400.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  38401. All Packages
  38402. CPU SE 406O
  38403. Dev.CD Jul 95P
  38404. Dev.CD Jul 9V
  38405. 67688X
  38406. Jul 95
  38407. b--set theItem to choose file -- uncomment to test in an AS editor
  38408.     tell application "Finder"
  38409.         open item "Dev.CD Jul 95"
  38410.         activate
  38411.     end tell
  38412. on error errMsg number errNum
  38413.     --enter statements to perform when no records are found such as...
  38414.     display dialog "Sorry, the item you selected could not be found."
  38415.     return
  38416. end try
  38417. All Packages
  38418. CPU SE 406O
  38419. Dev.CD Jul 95P
  38420. Dev.CD Jul 9V
  38421. 67689X
  38422. Jul 95
  38423. b--set theItem to choose file -- uncomment to test in an AS editor
  38424.     tell application "Finder"
  38425.         open item "Dev.CD Jul 95"
  38426.         activate
  38427.     end tell
  38428. on error errMsg number errNum
  38429.     --enter statements to perform when no records are found such as...
  38430.     display dialog "Sorry, the item you selected could not be found."
  38431.     return
  38432. end try
  38433. D!All Packages
  38434. Tool Chest Edition
  38435. CPUGestaltF
  38436. SoundSprocketTest
  38437. temporary
  38438.     C9ome solutions. Also sharks, surfboards, and surfer dudes.
  38439. J(develop Issue  6:
  38440. develop Issue  6 code:K
  38441. Vol IIIL
  38442. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  6:PKDev.CD Sept 96 RL
  38443.  - Technical Documentation
  38444.  - develop
  38445.  - develop Issue  6atements to perform when no records are found such as...
  38446.     display dialog "Sorry, the item you selected could not be found."
  38447.     return
  38448. end try
  38449. All Packages
  38450. F    QuickTimeO
  38451. Dev.CD Jul 93
  38452. Dev.CD Apr 93P
  38453. Dev.CD Jul 93
  38454. Dev.CD Apr 9V
  38455. 67017X
  38456. Jul 93
  38457. p--set theItem to choose file -- uncomment to test in an AS editor
  38458.     tell application "Finder"
  38459.         open item "Dev.CD Jul 93
  38460. Dev.CD Apr 93"
  38461.         activate
  38462.     end tell
  38463. on error errMsg number errNum
  38464.     --enter statements to perform when no records are found such as...
  38465.     display dialog "Sorry, the item you selected could not be found."
  38466.     return
  38467. end try
  38468. All Packages
  38469. F    QuickTimeO
  38470. Dev.CD Jul 93
  38471. Dev.CD Apr 93V
  38472. 67018X
  38473. 68337X
  38474. May 00^
  38475. r--set theItem to choose file -- uncomment to test in an AS editor
  38476.     tell application "Finder"
  38477.         open item "Dev.CD May 00 TC:Sample Code:"
  38478.         activate
  38479.     end tell
  38480. on error errMsg number errNum
  38481.     --enter statements to perform when no records are found such as...
  38482.     display dialog "Sorry, the item you selected could not be found."
  38483.     return
  38484. end try
  38485. e    No Changeq
  38486. Dev.CD May 00 TC
  38487. D!All Packages
  38488. Tool Chest Edition
  38489. Snippets - Hardware
  38490. (** = new, * = revised)
  38491. TimerTst:  This hardware-dependent snippet shows how to use the VIA timers (for the few times when the Time Manager is not appropriate).
  38492. VBL Snippet:  A simple example of a persistent VBL written in C that works with 68K or PowerPC.
  38493. Sample Code.imgK
  38494. Feb 92L
  38495. Nov 96O
  38496. Dev.CD May 00 TC:Sample Code:P
  38497. Dev.CD May 00 TC
  38498.  - Sample CodeV
  38499. 68338X
  38500. May 00^
  38501. #ected could not be found."
  38502.     return
  38503. end try
  38504. All Packages
  38505. System 7.5 Update 2.0V
  38506. 65981X
  38507. Dev.CD Jul 96 SSWP
  38508. Dev.CD Jul 96 SSV
  38509. 68444X
  38510. Jul 96
  38511. f--set theItem to choose file -- uncomment to test in an AS editor
  38512.     tell application "Finder"
  38513.         open item "Dev.CD Jul 96 SSW"
  38514.         activate
  38515.     end tell
  38516. on error errMsg number errNum
  38517.     --enter statements to perform when no records are found such as...
  38518.     display dialog "Sorry, the item you selected could not be found."
  38519.     return
  38520. end try
  38521. All Packages
  38522. System 7.5 Update 2.0O
  38523. Dev.CD Jul 96 SSWP
  38524. Dev.CD Jul 96 SSV
  38525. 68445X
  38526. Jul 96
  38527. f--set theItem to choose file -- uncomment to test in an AS editor
  38528.     tell application "Finder"
  38529.         open item "Dev.CD Jul 96 SSW"
  38530.         activate
  38531.     end tell
  38532. on error errMsg number errNum
  38533.     --enter statements to perform when no records are found such as...
  38534.     display dialog "Sorry, the item you selected could not be found."
  38535.     return
  38536. end try
  38537. All Packages
  38538. System 7.5 Update 2.0O
  38539. Dev.CD Jul 96 SSWP
  38540. Dev.CD Jul 96 SSV
  38541. 68446X
  38542. Jul 96
  38543. resolutiong
  38544. resolutionsg
  38545. resolvec
  38546. resolvealiastopathc
  38547. resolverelativealias
  38548. resolving
  38549. resorting
  38550. resouce
  38551. resourceY
  38552. resourcesX
  38553. respect
  38554. respective
  38555. respectively
  38556. restartB
  38557. restore
  38558. restored
  38559. resulta
  38560. resulting
  38561. results`
  38562. resumej
  38563. resumegl
  38564. retailj
  38565. retrain
  38566. retreived
  38567. retrieval
  38568. retrieve
  38569. All Packages
  38570. PPC EnablerO
  38571. Dev.CD Jul 95P
  38572. Dev.CD Jul 9V
  38573. 68072X
  38574. Jul 95
  38575. b--set theItem to choose file -- uncomment to test in an AS editor
  38576.     tell application "Finder"
  38577.         open item "Dev.CD Jul 95"
  38578.         activate
  38579.     end tell
  38580. on error errMsg number errNum
  38581.     --enter statements to perform when no records are found such as...
  38582.     display dialog "Sorry, the item you selected could not be found."
  38583.     return
  38584. end try
  38585. All Packages
  38586. PPC EnablerO
  38587. Dev.CD Jul 95P
  38588. Dev.CD Jul 9V
  38589. 68073X
  38590. Jul 95
  38591. b--set theItem to choose file -- uncomment to test in an AS editor
  38592.     tell application "Finder"
  38593.         open item "Dev.CD Jul 95"
  38594.         activate
  38595.     end tell
  38596. on error errMsg number errNum
  38597.     --enter statements to perform when no records are found such as...
  38598.     display dialog "Sorry, the item you selected could not be found."
  38599.     return
  38600. end try
  38601. All Packages
  38602. PPC EnablerO
  38603. Dev.CD Jul 95P
  38604. Dev.CD Jul 9V
  38605. 68074X
  38606. Jul 95
  38607. /A4http://developer.apple.com/techpubs/macos8/mac8.html
  38608. Dev.CD Jun 00 RL Disk 2
  38609. All Packages
  38610. F Technical Publications: Mac OS XIESummary: Updated conceptual and reference documentation for Mac OS X.JKimages
  38611. Legacy
  38612. macosx.html
  38613. MacOSXDevTools
  38614. ObjectiveC
  38615. System
  38616. updates.htmlK
  38617. Jan 00L
  38618. Feb 00M
  38619. web browserNDMacOSXServer, AppKit, Foundation, Project Builder, Interface BuilderO6Dev.CD Jun 00 RL Disk 2:Technical Publications:macosx:P;Dev.CD Jun 00 RL Disk 2
  38620.  - Technical Publications
  38621.  - macosxV
  38622. 68705X
  38623. Jun 00^    RL Disk 2
  38624. --set theItem to choose file -- uncomment to test in an AS editor
  38625.     tell application "Finder"
  38626.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:macosx:"
  38627.         activate
  38628.     end tell
  38629. on error errMsg number errNum
  38630.     --enter statements to perform when no records are found such as...
  38631.     display dialog "Sorry, the item you selected could not be found."
  38632.     return
  38633. end try
  38634. change
  38635. -by-step
  38636. steps
  38637. steve
  38638. stevens
  38639. stickers
  38640. sticky
  38641. still
  38642. stitching
  38643. stopc
  38644. stopped
  38645. stopping
  38646. stopxpp
  38647. storage
  38648. store
  38649. stored
  38650. storing
  38651. storyj
  38652. stragegyj
  38653. strassmann
  38654. strategicj
  38655. strategies
  38656. strategyj
  38657. stream
  38658. streamedit
  38659. streaming
  38660. streamlined
  38661. =e    No ChangefRWebObjects
  38662. EOModeler
  38663. Project Builder
  38664.  WebObjects Builder
  38665. Tools
  38666. Tips and Techniquesq
  38667. Dev.CD Apr 00 SDK1
  38668. >D!All Packages
  38669. Tool Chest Edition
  38670.  code to accompany Chapter 12 of 
  38671. An Introduction to Macintosh Programming for Windows Programmers
  38672. This sample contains a series of six C++ sample programs used to illustrate how to write a simple Macintosh application. The samples use the Metrowerks PowerPlant applications framework, which ships as part of the CodeWarrior Integrated Development environment. (PowerPlant ships with a wide range of useful sample programs. We
  38673. ll describe many of those in more detail below.) These sam
  38674. Eples illustrate many common applications features, including:
  38675. 1. Multiple document windows. 
  38676. 2. Disk files for persistent data. 
  38677. 3. Menu items for modifying the data. 
  38678. 4. Buttons for modifying the data. 
  38679. 5. Modal dialogs. 
  38680. 6. Printing. 
  38681. 7. Custom application and document icons. 
  38682. 8. Customized 
  38683. About this program
  38684.  dialog. 
  38685. dialog. 
  38686. Nov 99
  38687. phrase@
  38688. playthrough@
  38689. pmforecolor@
  38690. pre-print@
  38691. previews@
  38692. primitives@
  38693. printer@
  38694. problems@
  38695. profile@
  38696. program's@
  38697. projects@
  38698. provides@
  38699. punctuation@
  38700. quickdraw's@
  38701. rdocproc@
  38702. recommends@
  38703. reduced@
  38704. region@
  38705. reliable@
  38706. report@
  38707. resizeable@
  38708. resolution@
  38709. retrieving@
  38710. sample
  38711. illustrating
  38712. techniques
  38713. schneider@
  38714. selfsend@
  38715. sequence@
  38716. setmarkers@
  38717. sharedlibs@
  38718. shrinking@
  38719. single@
  38720. slow@
  38721. snmp@
  38722. sole@
  38723. solve@
  38724. space-saving@
  38725. specification@
  38726. standard@
  38727. starting@
  38728. strip@
  38729. summarizes@
  38730. summary@
  38731. summary
  38732. 5thcolumn
  38733. allows
  38734. control
  38735. informati@
  38736. summary
  38737. hypercard
  38738. create
  38739. resolve
  38740. aliases@
  38741. summary
  38742. appleglot
  38743. 2.4b6
  38744. translation
  38745. All Packages
  38746. F    QuickTimeO
  38747. Dev.CD Oct 93
  38748. Dev.CD Jul 93P
  38749. Dev.CD Oct 93
  38750. Dev.CD Jul 9V
  38751. 68235X
  38752. Oct 93
  38753. p--set theItem to choose file -- uncomment to test in an AS editor
  38754.     tell application "Finder"
  38755.         open item "Dev.CD Oct 93
  38756. Dev.CD Jul 93"
  38757.         activate
  38758.     end tell
  38759. on error errMsg number errNum
  38760.     --enter statements to perform when no records are found such as...
  38761.     display dialog "Sorry, the item you selected could not be found."
  38762.     return
  38763. end try
  38764. All Packages
  38765. F    QuickTimeO
  38766. Dev.CD Oct 93
  38767. Dev.CD Jul 93P
  38768. Dev.CD Oct 93
  38769. Dev.CD Jul 9V
  38770. 68236X
  38771. Oct 93
  38772. p--set theItem to choose file -- uncomment to test in an AS editor
  38773.     tell application "Finder"
  38774.         open item "Dev.CD Oct 93
  38775. Dev.CD Jul 93"
  38776.         activate
  38777.     end tell
  38778. on error errMsg number errNum
  38779.     --enter statements to perform when no records are found such as...
  38780.     display dialog "Sorry, the item you selected could not be found."
  38781.     return
  38782. end try
  38783. All Packages
  38784. --set theItem to choose file -- uncomment to test in an AS editor
  38785.     tell application "Finder"
  38786.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  38787.         activate
  38788.     end tell
  38789. on error errMsg number errNum
  38790.     --enter statements to perform when no records are found such as...
  38791.     display dialog "Sorry, the item you selected could not be found."
  38792.     return
  38793. end try
  38794. usingA
  38795. technicalS
  38796. technical
  38797. publications
  38798. technical
  38799. publications
  38800. documentation
  38801. technical
  38802. publications
  38803. enterprise
  38804. technical
  38805. publications
  38806. function
  38807. index
  38808. technical
  38809. publications
  38810. hardware
  38811. technical
  38812. publications
  38813. technical
  38814. publications
  38815. technical
  38816. publications
  38817. technical
  38818. publications
  38819. technical
  38820. publications
  38821. server
  38822. technical
  38823. publications
  38824. quicktime
  38825. technical
  38826. publications
  38827. rhapsody
  38828. technical
  38829. publications
  38830. webobjects
  38831. techniques
  38832. token
  38833. tokenizer
  38834. toolbox
  38835. toolkit
  38836. toolkits
  38837. tools]
  38838. transport
  38839. transport/ppp
  38840. tune-up
  38841. s to use load/dump in MAMake files.
  38842. MouseInfo:  This sample shows how to make use of MacApp 3.0 Behaviors, how to create them, how behaviors could control window information, track events, and also spawn off other behaviors.
  38843. PICTDialog:  This MacApp sample shows how easy it is to include PICT resources in modal dialogs.
  38844. RemoveVMSVersionNumbers:  This MPW script removes VMS style version number extensions from file  names.
  38845. ScreenShots from MacsBug:  It is possible to take a screen shot 
  38846. while in MacsBug  by adding this function to your program.  You can jump directly to this function from anywhere in your program using MacsBug commands, take a screen shot, and then continue with normal program execution.
  38847. Shared Lib. Mgr. C++:  This snippet shows how to turn a generic C++ class (not Pascal/Handle object based) into a Shared Library class. The Makefile is a suitable template for similar work.
  38848. ShowBalloon XFCN:  This XFCN allows you to use Balloon Help in conjunction with 
  38849. b--set theItem to choose file -- uncomment to test in an AS editor
  38850.     tell application "Finder"
  38851.         open item "Dev.CD Jul 95"
  38852.         activate
  38853.     end tell
  38854. on error errMsg number errNum
  38855.     --enter statements to perform when no records are found such as...
  38856.     display dialog "Sorry, the item you selected could not be found."
  38857.     return
  38858. end try
  38859. v.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:"
  38860.         activate
  38861.     end tell
  38862. on error errMsg number errNum
  38863.     --enter statements to perform when no records are found such as...
  38864.     display dialog "Sorry, the item you selected could not be found."
  38865.     return
  38866. end try
  38867. Deletedf:ASLM
  38868. Apple Shared Library Manager
  38869. DLL Dynamic Link Libraryq
  38870. Dev.CD Jul 99 SDK1
  38871. All Packages
  38872. Apple Standards for DevelopersI
  38873. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  38874. 66358X
  38875. 1e    No Change
  38876. summary
  38877. sample
  38878. discussion
  38879. detect
  38880. whether
  38881. summary
  38882. sample
  38883. network
  38884. chess
  38885. application
  38886. summary
  38887. monitor
  38888. iotracer
  38889. performance
  38890. tools
  38891. summary
  38892. tools
  38893. small
  38894. functions
  38895. summary
  38896. allows
  38897. display
  38898. dialogs
  38899. alerts
  38900. coolale
  38901. summary
  38902. sedit
  38903. device
  38904. editor
  38905. general
  38906. purpose
  38907. summary
  38908. virtual
  38909. scripts
  38910. libraries
  38911. automa
  38912. summary
  38913. globals
  38914. multifinder
  38915. friendly
  38916. application
  38917. summary
  38918. movie
  38919. small
  38920. application
  38921. designed
  38922. summary
  38923. simpleapp
  38924. general
  38925. utility
  38926. handling
  38927. summary
  38928. soundapp
  38929. sample
  38930. application
  38931. demonstrating
  38932. summary
  38933. sourceobj
  38934. reads
  38935. corrosponding
  38936. summary
  38937. standardfileicons
  38938. control
  38939. panel
  38940. which
  38941. allows
  38942. summary
  38943. stdfilesaver
  38944. sample
  38945. print
  38946. driver
  38947. written
  38948. summary
  38949. allows
  38950. several
  38951. attrib
  38952. me, Java, MRJ
  38953. learningj
  38954. learning
  38955. eomodeler
  38956. learning
  38957. effectively
  38958. eomodeler
  38959. application
  38960. least
  38961. leave
  38962. leaving
  38963. ledapp
  38964. legacy
  38965. editor
  38966.     tell application "Finder"
  38967.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  38968.         activate
  38969.     end tell
  38970. on error errMsg number errNum
  38971.     --enter statements to perform when no records are found such as...
  38972.     display dialog "Sorry, the item you selected could not be found."
  38973.     return
  38974. end try
  38975. e    No Changeq
  38976. Dev.CD May 00 TC
  38977. WD!All Packages
  38978. Tool Chest Edition
  38979. Audio Palette Developer Doc
  38980.     end tell
  38981. on error errMsg number errNum
  38982.     --enter statements to perform when no records are found such as...
  38983.     display dialog "Sorry, the item you selected could not be found."
  38984.     return
  38985. end try
  38986. All Packages
  38987. 66105X
  38988. ins some of the key conce
  38989. Summary: The Japanese Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Japanese on the Macintosh
  38990.  and other computers using the Mac
  38991.  OS. 
  38992. Enhancements in this version of the Japanese Language Kit include  System 7.5 and QuickDraw
  38993.  GX compatibility, a TrueType
  38994.  version of the Osaka font, an updated input method, and  system resources to allow WorldScript
  38995.  to run native on Power Macintosh computers.
  38996. J0Net Install
  38997. Open for Net Install->
  38998. Read Me FirstK
  38999. May 93L
  39000. Feb 96MiSystem 7.1, at least 4MBs of RAM and as much as 30 meg of hard disk space to install all the Kanji fonts.O9Dev.CD May 00 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD May 00 TC
  39001.  - Language Kits
  39002.  - Japanese Language Kit 1.2 Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  39003. N(Testing, Memory, Virtual User, DebuggingOCDev.CD May 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:
  39004. parserV
  39005. develop
  39006. issue
  39007. develop
  39008. issue
  39009. develop
  39010. issue
  39011. develop
  39012. issue
  39013. develop
  39014. issue
  39015. develop
  39016. issue
  39017. develop
  39018. issue
  39019. develop
  39020. issue
  39021. develop
  39022. issue
  39023. develop
  39024. issue
  39025. develop
  39026. issue
  39027. develop
  39028. issue
  39029. develop
  39030. issue
  39031. develop
  39032. issue
  39033. develop
  39034. issue
  39035. references
  39036. develop
  39037. issue
  39038. develop
  39039. issue
  39040. develop
  39041. issue
  39042. references
  39043. develop
  39044. issue
  39045. develop
  39046. issue
  39047. develop
  39048. issue
  39049. references
  39050. develop
  39051. issue
  39052. develop
  39053. issue
  39054. develop
  39055. issue
  39056. ts corresponding to the 8 (0-7) id's.  (Note the Mac is always assigned number 7 so it's always on. )
  39057. The second function is that it can mount SCSI devices (usually hard disks) with the mount button (buttons have drop shadows).  Handy when a hard disk has been dragged to the trash and unmounted.  It will re-mount any disk that has been dragged to the trash; even non-SCS
  39058. --set theItem to choose file -- uncomment to test in an AS editor
  39059.     tell application "Finder"
  39060.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  39061.         activate
  39062.     end tell
  39063. on error errMsg number errNum
  39064.     --enter statements to perform when no records are found such as...
  39065.     display dialog "Sorry, the item you selected could not be found."
  39066.     return
  39067. end try
  39068. kages
  39069. QuickDraw 3DO
  39070. Dev.CD Jun 97 SSWP
  39071. Dev.CD Jun 97 SSV
  39072. 66869X
  39073. Jun 97
  39074. f--set theItem to choose file -- uncomment to test in an AS editor
  39075.     tell application "Finder"
  39076.         open item "Dev.CD Jun 97 SSW"
  39077.         activate
  39078.     end tell
  39079. on error errMsg number errNum
  39080.     --enter statements to perform when no records are found such as...
  39081.     display dialog "Sorry, the item you selected could not be found."
  39082.     return
  39083. end try
  39084. All Packages
  39085. QuickDraw 3DO
  39086. Dev.CD Jun 97 SSWP
  39087. Dev.CD Jun 97 SSV
  39088. 66870X
  39089. Jun 97
  39090. ot have web access. have web access. 
  39091. System Enabler 111 (PB 160/180)O
  39092. Dev.CD Apr 93P
  39093. Dev.CD Apr 9V
  39094. 68573X
  39095. Apr 93
  39096. b--set theItem to choose file -- uncomment to test in an AS editor
  39097.     tell application "Finder"
  39098.         open item "Dev.CD Apr 93"
  39099.         activate
  39100.     end tell
  39101. on error errMsg number errNum
  39102.     --enter statements to perform when no records are found such as...
  39103.     display dialog "Sorry, the item you selected could not be found."
  39104.     return
  39105. end try
  39106. All Packages
  39107. System Enabler 111 (PB 160/180)O
  39108. Dev.CD Apr 93P
  39109. Dev.CD Apr 9V
  39110. 68574X
  39111. Apr 93
  39112. b--set theItem to choose file -- uncomment to test in an AS editor
  39113.     tell application "Finder"
  39114.         open item "Dev.CD Apr 93"
  39115.         activate
  39116.     end tell
  39117. on error errMsg number errNum
  39118.     --enter statements to perform when no records are found such as...
  39119.     display dialog "Sorry, the item you selected could not be found."
  39120.     return
  39121. end try
  39122. All Packages
  39123. System Enabler 111 (PB 160/180)O
  39124. Dev.CD Apr 93V
  39125. 68575X
  39126. All Packages
  39127. Performa 7.1P6O
  39128. Dev.CD Jun 94
  39129. Dev.CD Jul 94P
  39130. Dev.CD Jun 94
  39131. Dev.CD Jul 9V
  39132. 68013X
  39133. Jun 94
  39134. p--set theItem to choose file -- uncomment to test in an AS editor
  39135.     tell application "Finder"
  39136.         open item "Dev.CD Jun 94
  39137. Dev.CD Jul 94"
  39138.         activate
  39139.     end tell
  39140. on error errMsg number errNum
  39141.     --enter statements to perform when no records are found such as...
  39142.     display dialog "Sorry, the item you selected could not be found."
  39143.     return
  39144. end try
  39145. ]D!All Packages
  39146. Tool Chest Edition
  39147. Performance Tools
  39148. Summary:  Three tools for testing the performance of code on PowerPC processors.
  39149. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  39150. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  39151. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  39152. e    No Change
  39153. AutoGuest 3.0 is a control panel that attempts to prevent the login permission dialog from appearing when Program Linking as Guest is used.
  39154. This is a Control Panel with simple configuration capabilities. It attempts to solve the problem of a modal dialog stopping an automated process which includes Program Linking as a Guest. Full information is provided in the User's Guide included in the package. 
  39155. Hardware: Macintosh Plus or better. 
  39156. System Software: Mac OS 7.5 or greater (it's been te
  39157. sted with up to 8.5.1 successfully).
  39158. This code is provided 
  39159. as is
  39160. , and Apple Computer, Inc. makes no claims about its  suitability for use in any application. AutoGuest patches Mac OS system routines, so you should install it only when necessary. 
  39161. Third Party Compatibility
  39162. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  39163.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  39164.  is not at fault, it is a side effect of the way AutoGuest INI
  39165. The PAPServerSample demonstrates the use of the Open Transport to create a Printer Access Protocol Server.  This sample supports multiple simultaneous connections under OT 2.0 and greater.  
  39166. PAPServerSample demonstrates some of the following network programming techniques
  39167. 1. Implementing a PAP Server which supports multiple handoff endpoints.
  39168. 2. Using the OTIoctl to enable selfsend mode.
  39169. 3. Using OptionManagement to enable the EOM (End-of-message option).
  39170. 4. Using OptionManagement to set 
  39171. Ithe default server message.
  39172. The sample provides a user option to make the OTServerLimits call and to also dump the packets that are received.  Note that by default, the incoming packets are saved to a file called "SavedPAPFileXX".  You can launch the server on the same system that you use the client to send data to the client.
  39173. Sample Code.imgK
  39174. Mar 98L
  39175. Sep 99O
  39176. Dev.CD May 00 TC:Sample Code: by themselves
  39177. 1e    No Change
  39178. h Agent that fixes a problem with the gestaltTable wi
  39179. PGPuam  is an enhancement to the standard AppleShare IP User Access Methods (UAM) that enables a user to perform two-way strongly authenticated logins to an AppleShare IP server from a Mac OS client. The PGPuam system consists of two major components, a client and a server plug-in.
  39180. - - Since the same key and passphrase used to sign e-mail messages is also used for server access, the user need only remember one passphrase.   This is done without the risks associated with passphrase  caches
  39181. - -  Strong user authentication is provided by cryptographic digital signatures.
  39182. - -  Since the user maintains the only secret material in the system, compromising a server
  39183. s user database results in limited damage.
  39184. NOTE: This is beta SW.  For sample use only
  39185. Sample Code.imgK
  39186. Dec 98M
  39187. PPC,  MacOS 8.5, PGPsdkN=Cryptographic Authentication , AppleShare IP,  Appearance MgrO
  39188. Dev.CD May 00 TC:Sample Code:P
  39189. Dev.CD May 00 TC
  39190.  - Sample Code
  39191. issuesT
  39192. issues
  39193. compiles
  39194. issues
  39195. utility
  39196. compatible
  39197. system
  39198. simple
  39199. sample
  39200. which
  39201. demonstrates
  39202. itemT
  39203. itemsy
  39204. itonx
  39205. itself
  39206. james
  39207. jamie
  39208. januaryj
  39209. japanj
  39210. japanesej
  39211. jasik's
  39212. johnson
  39213. OTTraceRouteSample
  39214. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  39215. Sample Code.imgK
  39216. Sep 96L
  39217. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  39218. Dev.CD May 00 TC:Sample Code:P
  39219. Dev.CD May 00 TC
  39220.  - Sample CodeV
  39221. 67996X
  39222. May 00^
  39223. r--set theItem to choose file -- uncomment to test in an AS editor
  39224.     tell application "Finder"
  39225.         open item "Dev.CD May 00 TC:Sample Code:"
  39226.         activate
  39227.     end tell
  39228. on error errMsg number errNum
  39229.     --enter statements to perform when no records are found such as...
  39230.     display dialog "Sorry, the item you selected could not be found."
  39231.     return
  39232. end try
  39233. e    No Change. These functions are not documented within Inside Macintosh, but have been available since
  39234. Summary:  PCCTS (The Purdue Compiler-Construction Tool Set) is a public domain tool set consisting of a parser generator called ANTLR and a lexical analyzer called DLG. ANTLR accepts a grammatical description for an input language and generates a recursive-descent parser in C or C++ to recognize sentences in that input language; DLG is used to break up the input stream of characters into a token stream.
  39235. ANTLR combines the flexibility of hand-coded parsing with the convenience of a parser 
  39236. generator. ANTLR has many features that make it easier to use than other language tools. Most important, ANTLR provides PREDICATES which let the programmer systematically direct the parse via arbitrary expressions using semantics and syntactic context; in practice, the use of predicates eliminates the need to hand-tweak the ANTLR output, even for difficult parsing problems. ANTLR also integrates the description of lexical and syntactic analysis, accepts LL(k) grammars for k>1 with extended
  39237. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  39238. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  39239. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  39240. MegaMovies
  39241. Read Me
  39242. Read Me.txtK
  39243. Jul 92L
  39244. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  39245.  1.0 extensionO7Dev.CD May 00 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:P?Dev.CD May 00 TC
  39246.  - Tool Chest
  39247.  - QuickTime
  39248.  - MegaMovies 1.6.2to being Copland-savvy.
  39249.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  39250.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  39251.   -An example of using 
  39252. May 00^
  39253. --set theItem to choose file -- uncomment to test in an AS editor
  39254.     tell application "Finder"
  39255.         open item "Dev.CD May 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:"
  39256.         activate
  39257.     end tell
  39258. on error errMsg number errNum
  39259.     --enter statements to perform when no records are found such as...
  39260.     display dialog "Sorry, the item you selected could not be found."
  39261.     return
  39262. end try
  39263. e    No Changeq
  39264. Dev.CD May 00 TC
  39265. D!All Packages
  39266. Tool Chest Edition
  39267. MacTCP+ Tool 1.0
  39268. ASummary: This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  39269. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  39270. J@MacTCP+ Tool
  39271. README for MacTCP+ Tool
  39272. README for MacTCP+ Tool.txtK
  39273. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  39274. 67911X
  39275. 1e    No Change
  39276. Movedq
  39277. Dev.CD May 00 TC
  39278. D!All Packages
  39279. Tool Chest Edition
  39280. MacCheck
  39281.  1.0.4
  39282. Summary:  Apple designed MacCheck
  39283.  as a suport tool that provides configuration and software problem detection for the use of Apple phone support people and knowledgable consumers. Intended for 7.1 users, though it will run on all 7.0 and above systems.
  39284.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  39285. Features:
  39286. Hardware configuration
  39287. Software configuration of startusuch as...
  39288.     display dialog "Sorry, the item you selected could not be found."
  39289.     return
  39290. end try
  39291. e    No Changeq
  39292. Dev.CD May 00 TC
  39293. D!All Packages
  39294. Mac OS SDK Edition
  39295. MRJ 2.1.4 Web Install
  39296.     cation/system resource requests and disk I/O performance. 
  39297.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  39298. corrected
  39299. correctlyy
  39300. corrects
  39301. correlate
  39302. correspondence
  39303. corresponding
  39304. corresponds
  39305. corrosponding
  39306. corrupted
  39307. corruption
  39308. cosmetic
  39309. costly
  39310. costsj
  39311. couldX
  39312. couldn't
  39313. system
  39314. enabler
  39315. 160/165c/180/180c
  39316. system
  39317. enabler
  39318. system
  39319. enabler
  39320. performa
  39321. system
  39322. enabler
  39323. performa
  39324. system
  39325. enabler
  39326. color
  39327. classic
  39328. sharedlibsp
  39329. shareware
  39330. sharing
  39331. sharks
  39332. sharp
  39333. sharware
  39334. shelves
  39335. sherlockq
  39336. shift
  39337. shipmentsj
  39338. shippede
  39339. shipping
  39340. shipsj
  39341. shoot
  39342. short
  39343. shortcuts
  39344. shotsB
  39345. shouldN
  39346. showcase
  39347. showingo
  39348. shown
  39349. showsN
  39350. shrink-wrapped
  39351. e--set theItem to choose file -- uncomment to test in an AS editor
  39352.     tell application "Finder"
  39353.         open item "Dev.CD May 96 TC"
  39354.         activate
  39355.     end tell
  39356. on error errMsg number errNum
  39357.     --enter statements to perform when no records are found such as...
  39358.     display dialog "Sorry, the item you selected could not be found."
  39359.     return
  39360. end try
  39361. evelopment Kits (Disc 2):OpenDoc International:"
  39362.         activate
  39363.     end tell
  39364. on error errMsg number errNum
  39365.     --enter statements to perform when no records are found such as...
  39366.     display dialog "Sorry, the item you selected could not be found."
  39367.     return
  39368. end try
  39369. Deletedq
  39370. Dev.CD Jan 97 SDK2
  39371. 8D!All Packages
  39372. Tool Chest Edition
  39373. OpenFWBridgeFixJul97
  39374.     pple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  39375. J&develop Issue  1
  39376. develop Issue  1 codeK
  39377. Vol IIIL
  39378. Jun 95ultiFinder friendly application which allows people 
  39379. - Common
  39380.     - Sun Compliant Java Runtime Environment 1.1
  39381.     - QuickTime 3 
  39382.     - QTJava.zip
  39383.     - QTJava media samples
  39384. - Mac OS:
  39385.     - System 8 or later
  39386.     - Macintosh Runtime for Java (MRJ) 2.1
  39387. - Windows 95, 98, or NT::
  39388.     - JRE/JDK from Sun Microsystems, Inc. recommended
  39389. QuickTime, Java, MRJund such as...
  39390.     display dialog "Sorry, the item you selected could not be found."
  39391.     return
  39392. end try
  39393. MovedfCCDEV control panel INIT MPW Symantec Metrowerks StandardFile PACK 3q
  39394. Dev.CD May 00 TC
  39395. D!All Packages
  39396. Tool Chest Edition
  39397. STD File Saver 2.1.1
  39398. Summary:  StdFileSaver is a sample print driver written in C. It's based upon the STD File Saver 1.1 sample in Pascal that has been the only print driver sample available since 1991.  It writes to PICT resources, so it's not too useful as is, but illustrates what needs to be done with a minimum of extra gunk.
  39399. Changes since 2.0: Chooser support added. Bugs fixed. Save to PICT file as well as resouce.
  39400. 67135X
  39401. 1e    No Change
  39402. language
  39403. language
  39404. analysis
  39405. language
  39406. updater
  39407. language
  39408. updater
  39409. f/macos8
  39410. languages
  39411. laserwriter
  39412. laserwriter
  39413. laserwriter
  39414. 8.5.1gm
  39415. leaks
  39416. leaks
  39417. learning
  39418. learning
  39419. drive
  39420. verilog
  39421. libraryv
  39422. listmania
  39423. navigator
  39424. newsi
  39425. notesS
  39426. onescannerg
  39427. opp's
  39428. palette
  39429. parserV
  39430. performance
  39431. photoshop
  39432. player
  39433. plugins
  39434. postscript
  39435. primer
  39436.    return
  39437. end try
  39438. Deletedq
  39439. Dev.CD Nov 99 TC
  39440. All Packages
  39441. CPU SE 406O
  39442. Dev.CD Jul 95P
  39443. Dev.CD Jul 9V
  39444. 66450X
  39445. Jul 95
  39446. b--set theItem to choose file -- uncomment to test in an AS editor
  39447.     tell application "Finder"
  39448.         open item "Dev.CD Jul 95"
  39449.         activate
  39450.     end tell
  39451. on error errMsg number errNum
  39452.     --enter statements to perform when no records are found such as...
  39453.     display dialog "Sorry, the item you selected could not be found."
  39454.     return
  39455. end try
  39456. All Packages
  39457. CPU SE 406O
  39458. Dev.CD Jul 95V
  39459. 66451X
  39460. apple
  39461. styleguide00
  39462. apple
  39463. workgroup
  39464. servers@
  39465. appleii@
  39466. appletalk
  39467. alias@
  39468. appletalk
  39469. first@
  39470. architectures@
  39471. atcp@
  39472. authoring@
  39473. bigeasytextish@
  39474. registration
  39475. requests@
  39476. cfm-68k@
  39477. client@
  39478. editor
  39479. resedit
  39480. codewarrior@
  39481. compilable@
  39482. config@
  39483. copyfolder
  39484. csmp-digest-readme@
  39485. csmp-digest-v3-032
  39486. csmp-digest-v3-077@
  39487. csmp-digest-v3-122@
  39488. ct-009-4443
  39489. cwpro2@
  39490. debug@
  39491. develop
  39492. issue
  39493. develop
  39494. issue
  39495. code@
  39496. develop
  39497. issue
  39498. code@
  39499. apple
  39500. guide
  39501. systems@
  39502. appleglot
  39503. localization
  39504. internationalization
  39505. translation
  39506. glos@
  39507. applescript@
  39508. async
  39509. device@
  39510. colorsync
  39511. calibrator
  39512. scripting
  39513. profile
  39514. gamma
  39515. color@
  39516. counters@
  39517. data@
  39518. All Packages
  39519. System 7.5 Update 2.0O
  39520. Dev.CD Jul 96 SSWP
  39521. Dev.CD Jul 96 SSV
  39522. 68442X
  39523. Jul 96
  39524. f--set theItem to choose file -- uncomment to test in an AS editor
  39525.     tell application "Finder"
  39526.         open item "Dev.CD Jul 96 SSW"
  39527.         activate
  39528.     end tell
  39529. on error errMsg number errNum
  39530.     --enter statements to perform when no records are found such as...
  39531.     display dialog "Sorry, the item you selected could not be found."
  39532.     return
  39533. end try
  39534. All Packages
  39535. System 7.5 Update 2.0O
  39536. Dev.CD Jul 96 SSWP
  39537. Dev.CD Jul 96 SSV
  39538. 68443X
  39539. Jul 96
  39540. f--set theItem to choose file -- uncomment to test in an AS editor
  39541.     tell application "Finder"
  39542.         open item "Dev.CD Jul 96 SSW"
  39543.         activate
  39544.     end tell
  39545. on error errMsg number errNum
  39546.     --enter statements to perform when no records are found such as...
  39547.     display dialog "Sorry, the item you selected could not be found."
  39548.     return
  39549. end try
  39550. All Packages
  39551. System 7.5 Update 2.0V
  39552. 68444X
  39553. rendering
  39554. htmlrenderinglib
  39555. human
  39556. human
  39557. interface
  39558. guidelines
  39559. hypercard
  39560. hypercard
  39561. player
  39562. cardbus
  39563. ibook
  39564. family
  39565. plotting
  39566. resources
  39567. services
  39568. utilities
  39569. iconref
  39570. icons
  39571. identification
  39572. image
  39573. imagewriter
  39574. ctive
  39575. interactive
  39576. media
  39577. solutions
  39578. interleaving
  39579. international
  39580. internationalizationy
  39581. internet
  39582. investment
  39583. iostreams
  39584. gatewayS
  39585. items
  39586. japanese
  39587. joystick
  39588. patch
  39589. keyboardU
  39590. keyboard
  39591. keyse
  39592. kibitz
  39593. language
  39594. laserwriter
  39595. laserwriter
  39596. bridge
  39597. facility
  39598. facing
  39599. facto
  39600. factory-default
  39601. factory-fresh
  39602. fails
  39603. failure
  39604. falco
  39605. falkenburg
  39606. fallj
  39607. falls
  39608. false
  39609. familiar
  39610. families
  39611. familyj
  39612. famous
  39613. fancy
  39614. faqsj
  39615. fashion
  39616. fastj
  39617. fasterj
  39618. fastest
  39619. fatbits
  39620. fault
  39621. favorite
  39622. favourite
  39623. fcode
  39624. fcompressimage
  39625. fdepthmust
  39626. featureY
  39627. feature-rich
  39628. featured
  39629. featuresA
  39630. Wesses. Here
  39631. s a look at the new features and how to 
  39632. 67895X
  39633. May 00^
  39634. --set theItem to choose file -- uncomment to test in an AS editor
  39635.     tell application "Finder"
  39636.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:"
  39637.         activate
  39638.     end tell
  39639. on error errMsg number errNum
  39640.     --enter statements to perform when no records are found such as...
  39641.     display dialog "Sorry, the item you selected could not be found."
  39642.     return
  39643. end try
  39644. e    No Changef    MacCheck
  39645. Dev.CD May 00 TC
  39646. All Packages
  39647. Macintosh CD-ROM Setup 5.3.2IHSummary: This folder contains the net-install for Apple's CD-ROM driver.JHApple CD-ROM
  39648. Apple CD-ROM Read Me
  39649. CD Install Script
  39650. CD SW Tome
  39651. InstallerK
  39652. Feb 93L
  39653. Jun 97O?Dev.CD Jun 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:PDDev.CD Jun 00 RL Disk 1
  39654.  - Utilities
  39655.  - Macintosh CD-ROM Setup 5.3.2V
  39656. 67896X
  39657. Jun 00^    RL Disk 1
  39658. e    No Change
  39659. sing joysticks, keyboards, mice,  and other input devices when playing games on your Macintosh computer.e    No Change
  39660. 63189
  39661. --set theItem to choose file -- uncomment to test in an AS editor
  39662.     tell application "Finder"
  39663.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  39664.         activate
  39665.     end tell
  39666. on error errMsg number errNum
  39667.     --enter statements to perform when no records are found such as...
  39668.     display dialog "Sorry, the item you selected could not be found."
  39669.     return
  39670. end try
  39671. QD GX Printing Ext & Drvrs:
  39672. QD GX Prog's Overview:
  39673. QD GX Typography:K
  39674. Aug 94L
  39675. Sep 94OGDev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:PODev.CD Dec 99 RL
  39676.  - Technical Documentation
  39677.  - Inside Macintosh
  39678.  - QuickDraw GX Code
  39679.  - MPHelloWorld (Pascal)emory ManagementV
  39680. 60348X
  39681. May 00^
  39682. #or Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details.
  39683. Sample Code.imgK
  39684. Mar 92L
  39685. May 94nge
  39686. about
  39687. bbedit
  39688. about
  39689. clipboard
  39690. mag'n
  39691. about
  39692. clipboard
  39693. magician
  39694. about
  39695. clipboard
  39696. magician
  39697. about
  39698. clipboard
  39699. magician
  39700. about
  39701. convert
  39702. projects
  39703. about
  39704. driver
  39705. installer
  39706. about
  39707. driver
  39708. installer
  39709. about
  39710. about
  39711. dropdisk
  39712. about
  39713. rinaldi
  39714. collection
  39715. 95/02
  39716. about
  39717. scriptx
  39718. about
  39719. system
  39720. 7.5.5
  39721. update
  39722. about
  39723. folder
  39724. about
  39725. utilities
  39726. about
  39727. pre-release
  39728. about
  39729. versionedit
  39730. about
  39731. zaptcp
  39732. about
  39733. zoneranger
  39734. aboutthissite
  39735. accessS
  39736. aci2.5
  39737. acireference
  39738. acrobat
  39739. acrobat
  39740. reader
  39741. 4.0.1
  39742. 2.6.5
  39743. 3.0.1
  39744. archive
  39745. htmli
  39746. advanced[
  39747. advanced
  39748. color
  39749. imaging[
  39750. advanced
  39751. color
  39752. imaging
  39753. advanced
  39754. technique
  39755. coercion
  39756. init]
  39757. aegizmos]
  39758. May 96M
  39759. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO+Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:P0Dev.CD Nov 99 TC
  39760.  - Sample Code
  39761.  - PartMaker 4.3o records are found such as...
  39762.     display dialog "Sorry, the item you selected could not be found."
  39763.     return
  39764. end try
  39765. e    No Changef+Chinese
  39766. dictation
  39767. speech
  39768. input
  39769. keyboardq
  39770. Dev.CD Aug 97 TC
  39771. All Packages
  39772. Chinese Handwriting KitO
  39773. Dev.CD Nov 96 TCP
  39774. Dev.CD Nov 96 TV
  39775. 66420X
  39776. Nov 96
  39777. e--set theItem to choose file -- uncomment to test in an AS editor
  39778.     tell application "Finder"
  39779.         open item "Dev.CD Nov 96 TC"
  39780.         activate
  39781.     end tell
  39782. on error errMsg number errNum
  39783.     --enter statements to perform when no records are found such as...
  39784.     display dialog "Sorry, the item you selected could not be found."
  39785.     return
  39786. end try
  39787. All Packages
  39788. MM#Mac with monitor set to 256 colors.N?Palette, GWorld, PmForeColor, Color2Index, RGBForeColor, ctSeedO
  39789. Dev.CD May 00 TC:Sample Code:P
  39790. Dev.CD May 00 TC
  39791.  - Sample CodeV
  39792. 67998X
  39793. May 00^
  39794. r--set theItem to choose file -- uncomment to test in an AS editor
  39795.     tell application "Finder"
  39796.         open item "Dev.CD May 00 TC:Sample Code:"
  39797.         activate
  39798.     end tell
  39799. on error errMsg number errNum
  39800.     --enter statements to perform when no records are found such as...
  39801.     display dialog "Sorry, the item you selected could not be found."
  39802.     return
  39803. end try
  39804. Movedf:Palette
  39805. GWorld
  39806. PmForeColor
  39807. Color2Index
  39808. RGBForeColor
  39809. ctSeedq
  39810. Dev.CD May 00 TC
  39811. ND!All Packages
  39812. Tool Chest Edition
  39813. PartMaker 4.3
  39814. queue
  39815. quick
  39816. quickdrawN
  39817. quickdraw
  39818. dimension
  39819. macintosh
  39820. graphics
  39821. pablo
  39822. setfolderflag
  39823. setmarkers
  39824. setmfsize
  39825. setmode
  39826. setmode
  39827. setproject
  39828. setprojector
  39829. setup
  39830. setupdsp
  39831. setupdsp
  39832. setupdsp
  39833. setupgl
  39834. setupgl
  39835. setupgl
  39836. setupgl
  39837. setupgl
  39838. fullscreen
  39839. setupgl
  39840. setupgl
  39841. setupgl
  39842. windowed
  39843. setupgl
  39844. windowed
  39845. setupproj
  39846. products
  39847. shareware
  39848. shell
  39849. showdialogboxes
  39850. showdialogboxes
  39851. showhidefolder
  39852. showhidefolder
  39853. showiniticon
  39854. showiniticon
  39855. showiniticon
  39856. showiniticon
  39857. showiniticon
  39858. shtml
  39859. sighyper
  39860. signaturetoapp]
  39861. signaturetoapp
  39862. simple
  39863. simple
  39864. simplified
  39865. stream
  39866. audio
  39867. sitesR
  39868. sizetkl
  39869. sizetkl
  39870. sizetkl
  39871. agent
  39872. specific
  39873. files
  39874. ~--set theItem to choose file -- uncomment to test in an AS editor
  39875.     tell application "Finder"
  39876.         open item "Dev.CD Apr 94
  39877. Dev.CD Jan 94
  39878. Dev.CD Oct 93"
  39879.         activate
  39880.     end tell
  39881. on error errMsg number errNum
  39882.     --enter statements to perform when no records are found such as...
  39883.     display dialog "Sorry, the item you selected could not be found."
  39884.     return
  39885. end try
  39886. WMakefile
  39887. Not used in this example
  39888. ReadMe
  39889. WhereCDs.c
  39890. WhereCDs.hK
  39891. Dec 95N CD-ROM, SCSI, Device Manager, CDienc
  39892. summary
  39893. contains
  39894. latest
  39895. appletalk
  39896. stack
  39897. version
  39898. macsn
  39899. summary
  39900. controlstrip
  39901. sample
  39902. program
  39903. shows
  39904. summary
  39905. convert
  39906. projects
  39907. utility
  39908. which
  39909. summary
  39910. generator
  39911. application
  39912. generate
  39913. summary
  39914. linear
  39915. feedback
  39916. shift
  39917. register
  39918. entered
  39919. summary
  39920. daystar
  39921. digital
  39922. apple
  39923. computer
  39924. designed
  39925. application
  39926. summary
  39927. apple
  39928. cd-rom
  39929. handbook
  39930. provides
  39931. overview
  39932. summary
  39933. apple
  39934. chinese
  39935. handwriting
  39936. offers
  39937. another
  39938. summary
  39939. apple
  39940. grayscale
  39941. appearance
  39942. system
  39943. specifo
  39944. summary
  39945. apple
  39946. international
  39947. glossaries
  39948. contains
  39949. translats
  39950. summary
  39951. appletalk
  39952. developer's
  39953. toolkit
  39954. inten
  39955. summary
  39956. arabic
  39957. language
  39958. combination
  39959. system
  39960. summary
  39961. audio
  39962. palette
  39963. developer
  39964. documentation
  39965. contains
  39966. summary
  39967. communications
  39968. toolbox
  39969. contains
  39970. twofold
  39971. opp's
  39972. opportunities
  39973. optimized
  39974. order
  39975. order
  39976. orientedR
  39977. oserr
  39978. debug
  39979. 1.0b1]
  39980. ossvcs
  39981. osutilities
  39982. ot/ppp
  39983. ot/ppp
  39984. client
  39985. other
  39986. output
  39987. overview
  39988. overview
  39989. appletalk
  39990. overview
  39991. appletalk
  39992. overview
  39993. development
  39994. overview
  39995. development
  39996. package
  39997. pages
  39998. ur new tools explained.
  39999. Adventures in Color Printing  by Dave Hersey.   A general strategy for printing color images that ensures the best possible quality.
  40000. DeviceLoop Meets the Interface Designer  by John Powers   This little-known System 7 routine can help you deal with multiple screen environments.
  40001. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  40002. Print Hints: Looking 
  40003. altdboxproc
  40004. alter
  40005. alterationso
  40006. altered
  40007. altering
  40008. alternate_
  40009. alternatebufferdispl
  40010. alternating
  40011. alternative
  40012. alternatively
  40013. alters
  40014. although
  40015. altivec
  40016. always
  40017. image
  40018. contains
  40019. golden
  40020. master
  40021. pre-release
  40022. versi@
  40023. nt to test in an AS editor
  40024.     tell application "Finder"
  40025.         open item "Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:"
  40026.         activate
  40027.     end tell
  40028. on error errMsg number errNum
  40029.     --enter statements to perform when no records are found such as...
  40030.     display dialog "Sorry, the item you selected could not be found."
  40031.     return
  40032. end try
  40033. e    No Changef
  40034. Utility
  40035. Low Disk Spaceq
  40036. Dev.CD May 00 TC
  40037. UD!All Packages
  40038. Tool Chest Edition
  40039. Display Card 4
  40040. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  40041. Display Card 4
  40042. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  40043. 8PYDev.CD Nov 99 TC
  40044.  - Tool Chest
  40045.  - Hardware
  40046.  - Display & Video Hardware
  40047.  - Display Card 4
  40048. 66516X
  40049. Nov 99^
  40050. #ay dialog "Sorry, the item you selected could not be found."
  40051.     return
  40052. end try
  40053. Dev.CD Jan 94
  40054. Dev.CD Oct 9V
  40055. 68216X
  40056. Jan 94
  40057. p--set theItem to choose file -- uncomment to test in an AS editor
  40058.     tell application "Finder"
  40059.         open item "Dev.CD Jan 94
  40060. Dev.CD Oct 93"
  40061.         activate
  40062.     end tell
  40063. on error errMsg number errNum
  40064.     --enter statements to perform when no records are found such as...
  40065.     display dialog "Sorry, the item you selected could not be found."
  40066.     return
  40067. end try
  40068. All Packages
  40069. F    QuickTimeO
  40070. Dev.CD Jan 94P
  40071. Dev.CD Jan 9V
  40072. 68217X
  40073. Jan 94
  40074. b--set theItem to choose file -- uncomment to test in an AS editor
  40075.     tell application "Finder"
  40076.         open item "Dev.CD Jan 94"
  40077.         activate
  40078.     end tell
  40079. on error errMsg number errNum
  40080.     --enter statements to perform when no records are found such as...
  40081.     display dialog "Sorry, the item you selected could not be found."
  40082.     return
  40083. end try
  40084. All Packages
  40085. F    QuickTimeO
  40086. Dev.CD Jan 94P
  40087. Dev.CD Jan 9V
  40088. 68218X
  40089. Jan 94
  40090. return
  40091. investment
  40092. --set theItem to choose file -- uncomment to test in an AS editor
  40093.     tell application "Finder"
  40094.         open item "Dev.CD Apr 94
  40095. Dev.CD Jan 94
  40096. Dev.CD Oct 93
  40097. Dev.CD Jul 93
  40098. Dev.CD Apr 93"
  40099.         activate
  40100.     end tell
  40101. on error errMsg number errNum
  40102.     --enter statements to perform when no records are found such as...
  40103.     display dialog "Sorry, the item you selected could not be found."
  40104.     return
  40105. end try
  40106. iplay
  40107. multipled
  40108. multiple-buffering/p
  40109. multiple-node
  40110. multiprocessing
  40111. multitasking
  40112. multithreading
  40113. musicj
  40114. must-have
  40115. mybuildmenu
  40116. mydeviceloop
  40117. myfont
  40118. myself
  40119. mysteries
  40120. mystery
  40121. naked
  40122. technotes
  40123. telephone
  40124. telephone
  40125. manager
  40126. terminology^
  40127. tester
  40128. testing
  40129. encoding
  40130. converter
  40131. textedit
  40132. thooks
  40133. thread
  40134. thread
  40135. manager
  40136. ticket
  40137. ticket
  40138. program
  40139. timecode
  40140. timeslaving
  40141. token
  40142. tokenizer
  40143. toolbox
  40144. toolbox
  40145. assistant
  40146. toolbox
  40147. assistant
  40148. update
  40149. toolkit
  40150. toolkits
  40151. tools]
  40152. tpifile
  40153. tracer
  40154. traddriverloaderlib1
  40155. transferprovider
  40156. transitions
  40157. translation
  40158. translation
  40159. manager
  40160. transport
  40161. transport/ppp
  40162. tune-up
  40163. tuning
  40164. tutorial
  40165. Mar 92M-System 7, a DAL Server under VMS, MacOS, A/UXOlDev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :PwDev.CD May 00 TC
  40166.  - Tool Chest
  40167.  - Interapplication Communication
  40168.  - Data Access Manager
  40169.  - Data Access Manager US Demo V
  40170. 67700X
  40171. May 00^
  40172. --set theItem to choose file -- uncomment to test in an AS editor
  40173.     tell application "Finder"
  40174.         open item "Dev.CD May 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :"
  40175.         activate
  40176.     end tell
  40177. on error errMsg number errNum
  40178.     --enter statements to perform when no records are found such as...
  40179.     display dialog "Sorry, the item you selected could not be found."
  40180.     return
  40181. end try
  40182. e    No Changeq
  40183. Dev.CD May 00 TC
  40184. $D!All Packages
  40185. Mac OS SDK Edition
  40186. DeBabelizer 3.0
  40187.     list library.  See "strlist.txt" for details.
  40188. Sample Code.imgK
  40189. Feb 92L
  40190. May 96O
  40191. Dev.CD May 00 TC:Sample Code:nge
  40192.  gestaltTable wi
  40193. t describes the Unicode Utilities functionality introduced in Mac OS 8.6 and 9.0. Mac OS 8.6 introduced support for locale-sensitive Unicode collation (comparing Unicode strings); this support is enhanced in Mac OS 9.0. Mac OS 8.6 also introduced support for locale-insensitive Unicode collation. Mac OS 9.0 introduces support for locale-sensitive Unicode text boundary location to determine the  boundaries of characters, clusters (for cursor movement) or words, and to determine potential linG
  40194. e break locations. Mac OS 9.0 also introduces support for obtaining the properties of a Unicode character, which is not a locale-sensitive operation.
  40195. Carbon_Menu_Mgr_API.pdf
  40196. Carbon_Window_Mgr_API.pdf
  40197. DisplayManager.pdf
  40198. HTML_RenderingLib.pdf
  40199. Locales_for_Mac_OS_8.6_9.0.pdf
  40200. UnicodeUtilities.pdf
  40201. OqDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:u selected could not be found."
  40202.     return
  40203. end try
  40204. All Packages
  40205. Summary: This is the electronic version of develop magazine.
  40206.  Issue 29 Summary
  40207. Easy 3D With the QuickDraw 3D Viewer  by Nick Thompson
  40208. s easy to integrate support for the QuickDraw 3D Viewer in your application, requiring only a few extra calls. Adding such support will allow your users to import and manipulate 3D data in your application with a standard, intuitive interface.
  40209. Gearing Up for Asia With the Text Services Manager and TSMTE  by Tague Griffith
  40210. Supporting the Text Services 
  40211. Manager (TSM) allows your application to transparently make use of the wide variety of text input methods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  40212. High-Performance ACGIs in C  by Ken Urquhart
  40213. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  40214. Mar 99
  40215. cancel
  40216. cancelwindowcheckout
  40217. cannot
  40218. capabilites
  40219. projector
  40220. unwrapcommenttext
  40221. update
  40222. updatedo
  40223. updated
  40224. documentation
  40225. updated
  40226. grayscale
  40227. appearanceo
  40228. updates
  40229. upgrader
  40230. upgrader
  40231. 1.2.3
  40232. engines
  40233. upgrading
  40234. upgrading
  40235. bbedit
  40236. driver
  40237. software
  40238. locator
  40239. useful
  40240. useful
  40241. addmenu
  40242. script
  40243. user's
  40244. usersy
  40245. userstartup
  40246. userstartup
  40247. goodies
  40248. using
  40249. utilities
  40250. utility
  40251. v1.5.3
  40252. validator
  40253. validator
  40254. validator
  40255. documentation
  40256. validator
  40257. documentation
  40258. variable
  40259. variables
  40260. ~--set theItem to choose file -- uncomment to test in an AS editor
  40261.     tell application "Finder"
  40262.         open item "Dev.CD Apr 94
  40263. Dev.CD Jan 94
  40264. Dev.CD Oct 93"
  40265.         activate
  40266.     end tell
  40267. on error errMsg number errNum
  40268.     --enter statements to perform when no records are found such as...
  40269.     display dialog "Sorry, the item you selected could not be found."
  40270.     return
  40271. end try
  40272. iterate
  40273. iteration
  40274. iterations
  40275. itonx
  40276. itself
  40277. johnson
  40278.     Ce), there is little rationale for not converting an application or framework from Objective-C to Java.
  40279. PortingObjectiveCtoJava.pdfK
  40280. Oct 99M
  40281. Acrobat Reader 3.0 or laterN
  40282. WebObjects, Objective-C, JavaOGDev.CD Apr 00 SDK1:Interactive Media Resources:PortingObjectiveCtoJava:PLDev.CD Apr 00 SDK1
  40283.  - Interactive Media Resources
  40284.  - PortingObjectiveCtoJavae in their own stacks.
  40285. Alias XFCN 1.3
  40286. Apple Event XCMDs 1.0b3
  40287. Byrne's XCMDs&XFCNs
  40288. CallHyper 1.0
  40289. FinderEvents 1.2
  40290. GetVol and NewFormat
  40291. Help XFCN 1.4
  40292. ProgressWindoid
  40293. QuickTime XCMDs  alias
  40294. SysEnv XFCN 1.0D13K
  40295. Vol IIIL
  40296. Vol VIIIM(HyperCard 2.0 with Audio, see audio helpOMDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:PXDev.CD Nov 99 TC
  40297.  - Tool Chest
  40298.  - Development Kits
  40299.  - HyperCard Related
  40300.  - XCMDs & XFCNsd such as...
  40301.     display dialog "Sorry, the item you selected could not be found."
  40302.     return
  40303. end try
  40304. All Packages
  40305. System Enabler 111 (PB 160/180)O
  40306. Dev.CD Apr 93V
  40307. 66100X
  40308. r--set theItem to choose file -- uncomment to test in an AS editor
  40309.     tell application "Finder"
  40310.         open item "Dev.CD May 00 TC:Sample Code:"
  40311.         activate
  40312.     end tell
  40313. on error errMsg number errNum
  40314.     --enter statements to perform when no records are found such as...
  40315.     display dialog "Sorry, the item you selected could not be found."
  40316.     return
  40317. end try
  40318. al Reality); IndustryWatch.
  40319. Technology: News (OpenDoc Classes; MPW Pro and ETO #16); CD Highlights; Human Interfa
  40320. ce (Disambiguator, pt. 2); Macintosh Programmer's Toolbox Assistant.
  40321. Market Research Monthly (Developers Confident); Marketing Feature (Soul of the New Macintosh).
  40322. Requires Adobe Acrobat Reader.
  40323. This is final draft copy from the February Apple Directions, 
  40324.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  40325. March 1995 Apple Directions Articles
  40326. News: Apple N
  40327.  SDK:
  40328. 67679X
  40329. Apr 00^
  40330. --set theItem to choose file -- uncomment to test in an AS editor
  40331.     tell application "Finder"
  40332.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Control Strip:"
  40333.         activate
  40334.     end tell
  40335. on error errMsg number errNum
  40336.     --enter statements to perform when no records are found such as...
  40337.     display dialog "Sorry, the item you selected could not be found."
  40338.     return
  40339. end try
  40340. e    No Changef%Control Strip
  40341. PowerBook
  40342. Control Panelq
  40343. Dev.CD Apr 00 SDK1
  40344. ControlBackground
  40345. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  40346. Don't have the Appearance Manager running.
  40347. Sample Code.imgK
  40348. Aug 97N$color, controls, draw, window, tableaw, window, table
  40349. Dev.CD May 00 TC:Sample Code:P
  40350. Dev.CD May 00 TC
  40351.  - Sample CodeV
  40352. 67815X
  40353. May 00^
  40354. r--set theItem to choose file -- uncomment to test in an AS editor
  40355.     tell application "Finder"
  40356.         open item "Dev.CD May 00 TC:Sample Code:"
  40357.         activate
  40358.     end tell
  40359. on error errMsg number errNum
  40360.     --enter statements to perform when no records are found such as...
  40361.     display dialog "Sorry, the item you selected could not be found."
  40362.     return
  40363. end try
  40364. Movedf9OpenTransport
  40365. Server
  40366. Thread Manager
  40367. TCP/IP
  40368. IOStreamsq
  40369. Dev.CD May 00 TC
  40370. All Packages
  40371. Human Interface Notes
  40372. @Summary: Human Interface Notes are a collection of human interface guidelines for Macintosh applications.
  40373. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  40374. Jul 93V
  40375. 67816X
  40376. 1e    No Change
  40377. PLELINK@APPLE.COM  
  40378. Deleted
  40379. posers
  40380. position
  40381. positioning
  40382. positions
  40383. possibilities
  40384. possibility
  40385. possiblep
  40386. possibly
  40387. post-install
  40388. postal
  40389. poster
  40390. posting
  40391. posts
  40392. postscript
  40393. postscripthandle
  40394. postscripthandledemo
  40395. potential
  40396. potentially
  40397. pottier
  40398. OsDev.CD Apr 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:8C
  40399. kObjectiveCtoJava
  40400. Push Tech Survival Gd.pdf
  40401. QT3-More Than Dig. Video.pdf
  40402. Simplified Stream Audio.pdf
  40403. Web Animation Guide.pdf
  40404. WebObjects Database Part I.pdf
  40405. WebObjects Database Part II.pdf
  40406. WebObjects Memory Mgmt.pdf
  40407. WebObjects Tools and Techniques
  40408. WebObjectsCategories&Posers.pdf
  40409. WebObjectsPerformanceTuning
  40410. Working with WebObjects.pdf
  40411. Writing for Interactive Media
  40412.  selected could not be found."
  40413.     return
  40414. end try
  40415. e    No Changef-Keychain
  40416. URL Access
  40417. Cryptography
  40418. File Signingq
  40419. Dev.CD Apr 00 SDK1
  40420. Sedit 1.0b3I
  40421. Summary: Sedit is a SCSI device editor  and general purpose SCSI utility.  It talks to any device on the SCSI bus.  It can function as a block editor; much like Fedit.  It also allows you to send SCSI commands directly out to any SCSI device.  J$Sedit
  40422. Sedit Documentation
  40423. Template.rK
  40424. Vol IIIL
  40425. Vol VIIO5Dev.CD May 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:P@Dev.CD May 00 TC
  40426.  - Tool Chest
  40427.  - Devices
  40428.  - SCSI
  40429.  - Sedit 1.0b3V
  40430. 65843X
  40431. May 00
  40432. 65843X
  40433. May 00e    No Change
  40434. xresult
  40435. xwindoid
  40436. xwindow
  40437. yahoo
  40438. yearsj
  40439. yellow
  40440. yes/no
  40441. yield/suspend/resume
  40442. yielding
  40443. yieldtoanythread
  40444. 67564X
  40445. Dec 99^
  40446. --set theItem to choose file -- uncomment to test in an AS editor
  40447.     tell application "Finder"
  40448.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:"
  40449.         activate
  40450.     end tell
  40451. on error errMsg number errNum
  40452.     --enter statements to perform when no records are found such as...
  40453.     display dialog "Sorry, the item you selected could not be found."
  40454.     return
  40455. end try
  40456. Deletedq
  40457. Dev.CD Dec 99 RL
  40458. D!All Packages
  40459. Tool Chest Edition
  40460. AE Sample Applications
  40461. Summary: This folder contains sample applications that demonstrate how to develop applications that support Apple Events and the Object Model.
  40462. 7Edit is a simple text editor that is recordable and scriptable. It includes sample C and Pascal code demonstrating how to develop a recordable, scriptable application using Apple events, the Object Model, and AppleScript. Supports the Core and Text suite of events.
  40463. 7Edit 3.1
  40464. CoreSample 1.1K
  40465. May 92L
  40466. May 94nge
  40467. 68711X
  40468. Apr 00^
  40469. --set theItem to choose file -- uncomment to test in an AS editor
  40470.     tell application "Finder"
  40471.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Text Encoding Converter 1.5:"
  40472.         activate
  40473.     end tell
  40474. on error errMsg number errNum
  40475.     --enter statements to perform when no records are found such as...
  40476.     display dialog "Sorry, the item you selected could not be found."
  40477.     return
  40478. end try
  40479. e    No ChangefCText Encoding Converter
  40480. Unicode
  40481. charset
  40482. character encoding
  40483. MIMEq
  40484. Dev.CD Apr 00 SDK1
  40485. D!All Packages
  40486. Tool Chest Edition
  40487. THooks
  40488. 5Summary: Ever wanted to patch a trap from a high-level language?  Now you can!  THooks is a C++ class which makes it easy to head-patch Macintosh traps from the comfort and safety of a high level language.  The THooks class takes care of the messy details; leaving you free to concentrate on your own program.
  40489. 68712X
  40490. 1e    No Change
  40491. order to achieve a noble purpose: as better "Select F
  40492. s-record
  40493. safely
  40494. sakesj
  40495. sales
  40496. sameZ
  40497. sampleP
  40498. sample
  40499. sample
  40500. demonstrating
  40501. certain
  40502. kinds
  40503. sample
  40504. illustrating
  40505. scrolling
  40506. controls
  40507. sample
  40508. showing
  40509. asynchronously
  40510. record
  40511. sound
  40512. sample
  40513. demonstrate
  40514. append
  40515. power
  40516. power
  40517. debugger
  40518. power
  40519. macintosh
  40520. artwork
  40521. power
  40522. manager
  40523. powerbook
  40524. powerpc
  40525. powerpc
  40526. documentation
  40527. powertalk
  40528. powertalk
  40529. enabler
  40530. premixer
  40531. primer
  40532. print
  40533. printing
  40534. printrecordspy
  40535. procdoggie2.1b2
  40536. processes
  40537. ynchronous reads
  40538. Shows how to walk the driver table and relate a volume to a disk driver.J
  40539. Sample Code.imgK
  40540. Aug 97N&async, asynchronous, driver unit tableO
  40541. Dev.CD May 00 TC:Sample Code:P
  40542. Dev.CD May 00 TC
  40543.  - Sample CodeV
  40544. 66385X
  40545. 1le CodeV
  40546. 66385X
  40547. 1e    No Change
  40548. This program displays memory size, bank configuration, and interleave status for each DIMM slot. This program can be used to detect if DIMMs have been installed properly to enable interleaving on Hammerhead-based PCI PowerMacs
  40549. Memory interleaving provides higher bandwidth (MBytes per second) between the PowerPC microprocessor and main memory, which can provide a significant performance boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  40550. am's software architecture and how often the processor accesses cache (L1 & L2) versus main memory.
  40551. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  40552. Includes source code so that Developers can incorporate the code into their own program.
  40553. Issues: This program only runs 
  40554. All Packages
  40555. System Enabler 003 (LC III)OEDev.CD Apr 94
  40556. Dev.CD Jan 94
  40557. Dev.CD Oct 93
  40558. Dev.CD Jul 93
  40559. Dev.CD Apr 93PDDev.CD Apr 94
  40560. Dev.CD Jan 94
  40561. Dev.CD Oct 93
  40562. Dev.CD Jul 93
  40563. Dev.CD Apr 9V
  40564. 68484X
  40565. Apr 94
  40566. --set theItem to choose file -- uncomment to test in an AS editor
  40567.     tell application "Finder"
  40568.         open item "Dev.CD Apr 94
  40569. Dev.CD Jan 94
  40570. Dev.CD Oct 93
  40571. Dev.CD Jul 93
  40572. Dev.CD Apr 93"
  40573.         activate
  40574.     end tell
  40575. on error errMsg number errNum
  40576.     --enter statements to perform when no records are found such as...
  40577.     display dialog "Sorry, the item you selected could not be found."
  40578.     return
  40579. end try
  40580. All Packages
  40581. System Enabler 003 (LC III)OEDev.CD Apr 94
  40582. Dev.CD Jan 94
  40583. Dev.CD Oct 93
  40584. Dev.CD Jul 93
  40585. Dev.CD Apr 93PDDev.CD Apr 94
  40586. Dev.CD Jan 94
  40587. Dev.CD Oct 93
  40588. Dev.CD Jul 93
  40589. Dev.CD Apr 9V
  40590. 68485X
  40591. Apr 94
  40592. o this is how to create one.
  40593. ZoomRecter:  This snippet shows how to do "Finder" style zooming between two rectangles. The boolean flag "kZoomLarger" controls the proportional direction of the zooming.\
  40594. Sample Code.imgK
  40595. Nov 94L
  40596. May 97O
  40597. Dev.CD May 00 TC:Sample Code:P
  40598. Dev.CD May 00 TC
  40599.  - Sample Codent Kits
  40600.  - C++ Related
  40601.  - C++ Source Code FormatterDev.CD Oct 93
  40602. Dev.CD Jul 93
  40603. Dev.CD Apr 93"
  40604.         activate
  40605.     end tell
  40606. on error errMsg number errNum
  40607.     --enter statements to perform when no records are found such as...
  40608.     display dialog "Sorry, the item you selected could not be found."
  40609.     return
  40610. end try
  40611. All Packages
  40612. System Enabler 003 (LC III)O7Dev.CD Apr 94
  40613. Dev.CD Jan 94
  40614. Dev.CD Oct 93
  40615. Dev.CD Jul 93P6Dev.CD Apr 94
  40616. Dev.CD Jan 94
  40617. Dev.CD Oct 93
  40618. Dev.CD Jul 9V
  40619. 64791X
  40620. Apr 94
  40621.   display dialog "Sorry, the item you selected could not be found."
  40622.     return
  40623. end try
  40624. e    No Changef9live scrolling
  40625. control
  40626. proportional scroll bar
  40627. appearancell bar
  40628. appearance
  40629. 4.0.1
  40630. 4.0.8
  40631. library
  40632. 4pmlibraryA
  40633. 4pmlibrary
  40634. 4pmlibrary
  40635. .0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  40636. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  40637. s Kit.  Note that Finde
  40638. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  40639. All Packages
  40640. System 7 Tune-UpO
  40641. Dev.CD Sept 92
  40642. Dev.CD Aug 92P
  40643. Dev.CD Sept 92
  40644. Dev.CD Aug 9V
  40645. 68378X
  40646. Sept 9
  40647. q--set theItem to choose file -- uncomment to test in an AS editor
  40648.     tell application "Finder"
  40649.         open item "Dev.CD Sept 92
  40650. Dev.CD Aug 92"
  40651.         activate
  40652.     end tell
  40653. on error errMsg number errNum
  40654.     --enter statements to perform when no records are found such as...
  40655.     display dialog "Sorry, the item you selected could not be found."
  40656.     return
  40657. end try
  40658. All Packages
  40659. System 7 Tune-UpO
  40660. Dev.CD Sept 92
  40661. Dev.CD Aug 92P
  40662. Dev.CD Sept 92
  40663. Dev.CD Aug 9V
  40664. 68379X
  40665. Sept 9
  40666. q--set theItem to choose file -- uncomment to test in an AS editor
  40667.     tell application "Finder"
  40668.         open item "Dev.CD Sept 92
  40669. Dev.CD Aug 92"
  40670.         activate
  40671.     end tell
  40672. on error errMsg number errNum
  40673.     --enter statements to perform when no records are found such as...
  40674.     display dialog "Sorry, the item you selected could not be found."
  40675.     return
  40676. end try
  40677. Ve    No Changef5Display Manager
  40678. Resolution
  40679. Screen
  40680. Monitor
  40681. Pixel DepthoJftp://ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqxq
  40682. Dev.CD Apr 00 SDK1
  40683. WD!All Packages
  40684. Tool Chest Edition
  40685. DisposeResource 2.0
  40686. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  40687. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  40688. Memory Management.imgK
  40689. Sep 92L
  40690. Sep 95N*DisposeResource debugging resource handlesOBDev.CD May 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD May 00 TC
  40691.  - Tool Chest
  40692.  - Testing & Debugging
  40693.  - Memory ManagementV
  40694. 67752X
  40695. May 00^
  40696. #er errNum
  40697.     --enter statements to perform when no records are found such as...
  40698.     display dialog "Sorry, the item you selected could not be found."
  40699.     return
  40700. end try
  40701. All Packages
  40702. QuickDraw 3DO
  40703. Dev.CD Jun 97 SSWV
  40704. 66878X
  40705. 68316X
  40706. May 00^
  40707. --set theItem to choose file -- uncomment to test in an AS editor
  40708.     tell application "Finder"
  40709.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:"
  40710.         activate
  40711.     end tell
  40712. on error errMsg number errNum
  40713.     --enter statements to perform when no records are found such as...
  40714.     display dialog "Sorry, the item you selected could not be found."
  40715.     return
  40716. end try
  40717. e    No Changef"OpenGL
  40718. full screen
  40719. DrawSprocketo0http://developer.apple.com/samplecode/index.htmlq
  40720. Dev.CD May 00 TC
  40721. D!All Packages
  40722. Tool Chest Edition
  40723. SetWindBackColorI
  40724. Demonstrates how to programmatically set the background color of a window without flicker.
  40725. Don't have the Appearance Manager running.J
  40726. Sample Code.imgK
  40727. Aug 97N
  40728. background color WDEF windowO
  40729. Dev.CD May 00 TC:Sample Code:P
  40730. Dev.CD May 00 TC
  40731.  - Sample CodeV
  40732. 68317X
  40733. May 00^
  40734. tool]
  40735. tools]
  40736. tools
  40737. topicsR
  40738. trainingR
  40739. transitionso
  40740. ootprintg
  40741. 67978X
  40742. May 00^
  40743. r--set theItem to choose file -- uncomment to test in an AS editor
  40744.     tell application "Finder"
  40745.         open item "Dev.CD May 00 TC:Sample Code:"
  40746.         activate
  40747.     end tell
  40748. on error errMsg number errNum
  40749.     --enter statements to perform when no records are found such as...
  40750.     display dialog "Sorry, the item you selected could not be found."
  40751.     return
  40752. end try
  40753. e    No Changef-OpenGL
  40754. DrawSprocket
  40755. multiple monitor
  40756. rendererq
  40757. Dev.CD May 00 TC
  40758. :D!All Packages
  40759. Mac OS SDK Edition
  40760. OpenGL Install
  40761. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  40762. What's New in OpenGL
  40763.  1.1.2:
  40764.  Internal texture format hint is now supported
  40765.  Better AGP texture management
  40766.  Added support for Velocity Engine
  40767.  Support for the EXT_texture_env_add extension
  40768.  Lots of performance optimizations
  40769. 67979X
  40770. 1e    No Change
  40771. Summary: Objects in HyperCard are not allowed to have variables inside them
  40772. until now.  Instance variables are useful for storing more data with a button or field.  This stack script allows you to have variables attached to a button, shared field, or other HyperCard object.
  40773. An object may have any number of variables. Values are preserved when you quit.  They stay with your stack when you drag it to another disk.  The objects that can have variables are: a card button, a card field, the caBJrd itself, a background button, a shared field, or the background itself. 
  40774. J)Instance Variable text
  40775. Instance VariablesK
  40776. Jun 93M
  40777. HyperCard 2.1 or laterNLHyperCard, variable, button, field, instance variables, global, saving stateO\Dev.CD May 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:PgDev.CD May 00 TC
  40778.  - Tool Chest
  40779.  - Development Kits
  40780.  - HyperCard Related
  40781.  - HyperCard Instance Variablesibutors/localiz
  40782. symantec
  40783. symantec
  40784. builds
  40785. Sample code showing how to asynchronously record sound to disk.
  40786. Sample code showing how to asynchronously record sound to disk using the Sound Manager's SPBRecord and the File Manager's PBWriteAsync calls.J
  40787. Sample Code.imgK
  40788. Dec 98M
  40789. Any Mac with an audio input.N
  40790. SPBRecord, asynchronous, recordO
  40791. Dev.CD May 00 TC:Sample Code:P
  40792. Dev.CD May 00 TC
  40793.  - Sample CodeV
  40794. 68294X
  40795. May 00^
  40796. r--set theItem to choose file -- uncomment to test in an AS editor
  40797.     tell application "Finder"
  40798.         open item "Dev.CD May 00 TC:Sample Code:"
  40799.         activate
  40800.     end tell
  40801. on error errMsg number errNum
  40802.     --enter statements to perform when no records are found such as...
  40803.     display dialog "Sorry, the item you selected could not be found."
  40804.     return
  40805. end try
  40806. e    No Changef
  40807. SPBRecord
  40808. asynchronous
  40809. recordq
  40810. Dev.CD May 00 TC
  40811. vD!All Packages
  40812. Tool Chest Edition
  40813. Report Error 2.0W
  40814. after
  40815. wombat
  40816. joystick
  40817. --set theItem to choose file -- uncomment to test in an AS editor
  40818.     tell application "Finder"
  40819.         open item "Dev.CD May 00 TC:Tool Chest:Devices:CD-ROM:iso9660:"
  40820.         activate
  40821.     end tell
  40822. on error errMsg number errNum
  40823.     --enter statements to perform when no records are found such as...
  40824.     display dialog "Sorry, the item you selected could not be found."
  40825.     return
  40826. end try
  40827. tabaseO7Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:P<Dev.CD Feb 00 TC
  40828.  - Interactive Media Resources
  40829.  - EOModelerV
  40830. 65306X
  40831. Feb 00^
  40832. --set theItem to choose file -- uncomment to test in an AS editor
  40833.     tell application "Finder"
  40834.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  40835.         activate
  40836.     end tell
  40837. on error errMsg number errNum
  40838.     --enter statements to perform when no records are found such as...
  40839.     display dialog "Sorry, the item you selected could not be found."
  40840.     return
  40841. end try
  40842. Deleted
  40843. Deleted
  40844. kages
  40845. GetDir 2.6 (US)
  40846. GetFInfo 1.3 (US)
  40847. GetIcon 1.0 (US)
  40848. GetMode 1.4 (US)
  40849. GetVInfo 1.0 (US)
  40850. GetVolumes 1.1 (US)
  40851. GlobalList 1.1 (US)
  40852. GlobalMaster 1.0 (US)
  40853. HowMany 1.1 (US)
  40854. ICNToICON 1.8 (US)
  40855. Infoid 1.1 (US)
  40856. InputDialog 1.2 (US)
  40857. IsDate 1.0 (US)
  40858. IsFinderLocked 1.2 (US)
  40859. KillRes 1.4 (US)
  40860. LaunchDoc 1.0 (US)
  40861. LineCount 1.7 (US)
  40862. ListComponents 1.0 (US)
  40863. ListLogic 1.6 (US)
  40864. Listoid 3.4 (US)
  40865. ListSelect 5.1 (US)
  40866. MacType 1.3 (US)
  40867. Menu 2.1 (US)
  40868. MergeItems 1.0 (US)
  40869. Mousoid 1.1 (US)
  40870. Notification 1.0 (US)
  40871. usList 1.0 (US)
  40872. Oldies:
  40873. PICToid 1.3 (US)
  40874. PictToClip 1.7 (US)
  40875. PlayIt 1.0 (US)
  40876. PPCList 1.1 (US)
  40877. PrintPICT 1.4 (US)
  40878. PrintPICTList 1.3 (US)
  40879. Privileges 1.3 (US)
  40880. Promptoid 1.5 (US)
  40881. QCopy 1.2 (US)
  40882. Recordit 1.0 (US)
  40883. RemoveFolder 1.2 (US)
  40884. ReplaceAttributes 1.0 (US)
  40885. ReplaceCharSet 1.1 (US)
  40886. ResolveAlias 1.2 (US)
  40887. ResText 2.3 (US)
  40888. RestoreCtrlChars 1.1 (US)
  40889. SayText 1.1 (US)
  40890. ScrapXCMDs 1.9 (US)
  40891. SelectDir 1.1 (US)
  40892. SelectFile 1.2 (US)
  40893. SendPS 1.4 (US)
  40894. ServerVols 1.1 (US)
  40895. SetFileFlag 1.2 (US)
  40896. SetFinderLock 
  40897. 3-076
  40898. csmp-digest-v3-077
  40899. csmp-digest-v3-078
  40900. csmp-digest-v3-079
  40901. csmp-digest-v3-080
  40902. csmp-digest-v3-081
  40903. csmp-digest-v3-082
  40904. csmp-digest-v3-083
  40905. csmp-digest-v3-084
  40906. csmp-digest-v3-085
  40907. csmp-digest-v3-086
  40908. csmp-digest-v3-087
  40909. csmp-digest-v3-088
  40910. csmp-digest-v3-089
  40911. csmp-digest-v3-090
  40912. csmp-digest-v3-091
  40913. csmp-digest-v3-092
  40914. csmp-digest-v3-093
  40915. csmp-digest-v3-094
  40916. csmp-digest-v3-095
  40917. csmp-digest-v3-096
  40918. csmp-digest-v3-097
  40919. csmp-digest-v3-098
  40920. csmp-digest-v3-099
  40921. csmp-digest-v3-100
  40922. csmp-digest-v3-101
  40923. csmp-digest-v
  40924. 3-102
  40925. csmp-digest-v3-103
  40926. csmp-digest-v3-104
  40927. csmp-digest-v3-105
  40928. csmp-digest-v3-106
  40929. csmp-digest-v3-107
  40930. csmp-digest-v3-108
  40931. csmp-digest-v3-109
  40932. csmp-digest-v3-110
  40933. csmp-digest-v3-111
  40934. csmp-digest-v3-112
  40935. csmp-digest-v3-113
  40936. csmp-digest-v3-114
  40937. csmp-digest-v3-115
  40938. csmp-digest-v3-116
  40939. csmp-digest-v3-117
  40940. csmp-digest-v3-118
  40941. csmp-digest-v3-119
  40942. csmp-digest-v3-120
  40943. csmp-digest-v3-121
  40944. csmp-digest-v3-122
  40945. csmp-digest-v3-123
  40946. csmp-digest-v3-125
  40947. csmp-digest-v3-126
  40948. csmp-digest-v3-127
  40949. csmp-digest-v3-128
  40950. csmp-digest-v
  40951. fix the problem.
  40952. Clipping Extension
  40953. Clippings
  40954. Demo Applications
  40955. Documentation
  40956. Dragging Enabler
  40957. DragLib
  40958. Finder 7.1.3
  40959. Interfaces&Libraries
  40960. Macintosh Drag and Drop
  40961. Read Me FirstK
  40962. Nov 93L
  40963. Aug 94
  40964. Macintosh Drag and Drop 1.1 requires System 7.0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  40965. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  40966. s Kit.  Note that Finde
  40967. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  40968. editionX
  40969. CD Apr 95
  40970. Dev.CD Jan 9V
  40971. 66918X
  40972. Apr 95
  40973. p--set theItem to choose file -- uncomment to test in an AS editor
  40974.     tell application "Finder"
  40975.         open item "Dev.CD Apr 95
  40976. Dev.CD Jan 95"
  40977.         activate
  40978.     end tell
  40979. on error errMsg number errNum
  40980.     --enter statements to perform when no records are found such as...
  40981.     display dialog "Sorry, the item you selected could not be found."
  40982.     return
  40983. end try
  40984. All Packages
  40985. QuickDraw GXV
  40986. 66919X
  40987. debug
  40988. transport
  40989. debug
  40990. transport
  40991. opencheckedout
  40992. opendoc
  40993. opendoc
  40994. development
  40995. opendoc
  40996. development
  40997. framework
  40998. opendoc
  40999. readme
  41000. opendoc
  41001. source
  41002. openfwbridgefixjuly9
  41003. opengl
  41004. opengl
  41005. parts
  41006. opengl
  41007. openmultfiles
  41008. opentptppp
  41009. opentptppp
  41010. Data Stream Protocol (ADSP).
  41011. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  41012. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  41013. M-PPC only,   OpenTransport 1.1, Thread managerN>OpenTransport, Server, Thread Manager, TCP/IP, HTTP, IOStreamsrvices Location (NSL) 1.1.   NSL technology brings the easy of use of browsing through Internet services, such as ftp, http via TCP/IP similarly to the way users traditional browse for AppleTalk services using the Chooser.  Adoption of this technology would provide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  41014. NSL 1.1 SDK Read Me
  41015. NSL 1.1 Manager B
  41016. library, DNS, SLP, LDAP, and NBP plug-ins
  41017. UI library
  41018. Detailed NSL 1.1 Developer Documentation
  41019. NSL Network Administrator's Guide (second edition)
  41020. Connect To... test tool
  41021. Sample code
  41022. Header files
  41023. J]Connect To...
  41024. Documentation:
  41025. Headers:
  41026. NSL 1.1 SDK Read Me
  41027. NSL Library & Plugins:
  41028. Sample Code:K
  41029. Nov 98L
  41030. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Apr 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:nous
  41031. driver
  41032. table
  41033. je    No Changef0PC Card 3.0
  41034. Location Manager
  41035. Eject
  41036. Action moduleq
  41037. Dev.CD May 00 TC
  41038. kD!All Packages
  41039. Mac OS SDK Edition
  41040. Embedding Profile Documentation
  41041. CThis folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  41042. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  41043. Embedding ICC Profile in GIF89a
  41044. Embedding ICC Profiles in EPS
  41045. Embedding ICC Profiles in JFIF
  41046. Embedding ICC Profiles in Pict
  41047. Embedding ICC Profiles in TIFFK
  41048. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  41049.  - Development Kits (Disc 1)
  41050.  - ColorSync SDK
  41051.  - Documentation
  41052.  - Embedding Profile DocumentationV
  41053. 67772X
  41054. Apr 98^
  41055. filled
  41056. filler
  41057. All Packages
  41058. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  41059. Dev.CD Jan 94
  41060. Dev.CD Oct 93
  41061. Dev.CD Jul 93P6Dev.CD Apr 94
  41062. Dev.CD Jan 94
  41063. Dev.CD Oct 93
  41064. Dev.CD Jul 9V
  41065. 68476X
  41066. Apr 94
  41067. --set theItem to choose file -- uncomment to test in an AS editor
  41068.     tell application "Finder"
  41069.         open item "Dev.CD Apr 94
  41070. Dev.CD Jan 94
  41071. Dev.CD Oct 93
  41072. Dev.CD Jul 93"
  41073.         activate
  41074.     end tell
  41075. on error errMsg number errNum
  41076.     --enter statements to perform when no records are found such as...
  41077.     display dialog "Sorry, the item you selected could not be found."
  41078.     return
  41079. end try
  41080. All Packages
  41081. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  41082. Dev.CD Jan 94
  41083. Dev.CD Oct 93
  41084. Dev.CD Jul 93
  41085. Dev.CD Apr 93PDDev.CD Apr 94
  41086. Dev.CD Jan 94
  41087. Dev.CD Oct 93
  41088. Dev.CD Jul 93
  41089. Dev.CD Apr 9V
  41090. 68477X
  41091. Apr 94
  41092.     --enter statements to perform when no records are found such as...
  41093.     display dialog "Sorry, the item you selected could not be found."
  41094.     return
  41095. end try
  41096. regards
  41097. --set theItem to choose file -- uncomment to test in an AS editor
  41098.     tell application "Finder"
  41099.         open item "Dev.CD Apr 94
  41100. Dev.CD Jan 94
  41101. Dev.CD Oct 93
  41102. Dev.CD Jul 93
  41103. Dev.CD Apr 93"
  41104.         activate
  41105.     end tell
  41106. on error errMsg number errNum
  41107.     --enter statements to perform when no records are found such as...
  41108.     display dialog "Sorry, the item you selected could not be found."
  41109.     return
  41110. end try
  41111. highlighting
  41112. highlightsj
  41113. highly
  41114. highly-successful
  41115. hilighted
  41116. hilighting
  41117. hilite
  41118. hindi
  41119.    end tell
  41120. on error errMsg number errNum
  41121.     --enter statements to perform when no records are found such as...
  41122.     display dialog "Sorry, the item you selected could not be found."
  41123.     return
  41124. end try
  41125. All Packages
  41126. QuickDraw GXO
  41127. Dev.CD Jan 96 SDK1V
  41128. 60714X
  41129. 68289X
  41130. May 00^
  41131. r--set theItem to choose file -- uncomment to test in an AS editor
  41132.     tell application "Finder"
  41133.         open item "Dev.CD May 00 TC:Sample Code:"
  41134.         activate
  41135.     end tell
  41136. on error errMsg number errNum
  41137.     --enter statements to perform when no records are found such as...
  41138.     display dialog "Sorry, the item you selected could not be found."
  41139.     return
  41140. end try
  41141. MovedfUQTVR
  41142. QuickTime VR
  41143. Make QTVR Object
  41144. Make QTVR Panorama
  41145. QuickTime
  41146. virtual reality
  41147. toolsq
  41148. Dev.CD May 00 TC
  41149. qD(All Packages
  41150. Reference Library Edition
  41151. QuickView
  41152.  Developer Edition
  41153.        display dialog "Sorry, the item you selected could not be found."
  41154.     return
  41155. end try
  41156. e    No Changef
  41157. Apple Events
  41158. AppleEventsq
  41159. Dev.CD Jun 00 RL Disk 1
  41160. .D!All Packages
  41161. Tool Chest Edition
  41162. Apple Event XCMDs 1.0b3
  41163.     ical Publications:rhapsody:P6Dev.CD Dec 99 RL
  41164.  - Technical Publications
  41165.  - rhapsodyfiles and installs all components found within those files.
  41166. Set Movie Information: An appli
  41167. however
  41168. hp-ux
  41169. htmlZ
  41170. htmlrenderinglib
  41171. htmlsample
  41172. htmlsample
  41173. application
  41174. illustrating
  41175. httpZ
  41176. hubbard
  41177. hugeg
  41178. humanj
  41179. hundreds
  41180. huxham
  41181. hybrid
  41182. hypercardc
  41183. hyperdam
  41184. hypertalk
  41185. hypertext[
  41186.  and the products develop
  41187. legal
  41188. length
  41189. lessj
  41190. lesser
  41191. lessons
  41192. letsr
  41193. letter
  41194. letters
  41195. ngLib,
  41196. - shows how to use the URL utilities provided by the HTMLRenderingLib,
  41197. - shows how to maintain a history of visited links and provide call backs to the HTMLRenderingLib for providing information about visited links,
  41198. - shows h
  41199. vow to intercept URLs being displayed by the HTMLRenderingLib and re-direct them to other files.  In this example, we use this facility to allow you to launch applications by clicking on URLs that refer to application files.
  41200. - shows how to set up the drawing environment correctly for drawing other objects in the same window when the window contains a HTML rendering object.
  41201. Sample Code.imgK
  41202. Dec 99M
  41203. Mac OS 9N*HTML, HTMLRenderingLib, Packages, Mac OS 9O
  41204. Dev.CD May 00 TC:Sample Code:
  41205. System Enabler 088 (AVs)O
  41206. Dev.CD Apr 94
  41207. Dev.CD Jan 94P
  41208. Dev.CD Apr 94
  41209. Dev.CD Jan 9V
  41210. 68552X
  41211. Apr 94
  41212. p--set theItem to choose file -- uncomment to test in an AS editor
  41213.     tell application "Finder"
  41214.         open item "Dev.CD Apr 94
  41215. Dev.CD Jan 94"
  41216.         activate
  41217.     end tell
  41218. on error errMsg number errNum
  41219.     --enter statements to perform when no records are found such as...
  41220.     display dialog "Sorry, the item you selected could not be found."
  41221.     return
  41222. end try
  41223. All Packages
  41224. System Enabler 088 (AVs)O
  41225. Dev.CD Apr 94P
  41226. Dev.CD Apr 9V
  41227. 68553X
  41228. Apr 94
  41229. b--set theItem to choose file -- uncomment to test in an AS editor
  41230.     tell application "Finder"
  41231.         open item "Dev.CD Apr 94"
  41232.         activate
  41233.     end tell
  41234. on error errMsg number errNum
  41235.     --enter statements to perform when no records are found such as...
  41236.     display dialog "Sorry, the item you selected could not be found."
  41237.     return
  41238. end try
  41239. All Packages
  41240. 68554X
  41241. :  This is NOT AN 
  41242. newsi
  41243. nocopyreceives
  41244. notesS
  41245. nubus
  41246. nubus
  41247. tester
  41248. object
  41249. object
  41250. pascal
  41251. objective-c
  41252. objectsupportlib
  41253. objectsupportlib
  41254. 1.1.4
  41255. offscreencontrolupda
  41256. onescannerg
  41257. transport
  41258. transport
  41259. transport
  41260. debug
  41261. transport/ppp
  41262. opendoc
  41263. opendoc
  41264. development
  41265. framework
  41266. release
  41267. opendoc
  41268. international
  41269. openfwbridgefixjul97
  41270. opengl
  41271. opengl
  41272. drawsprocket
  41273. opengl
  41274. install
  41275. opp's
  41276. optimization
  41277. optimization
  41278. demos
  41279. option
  41280. papserversample
  41281. pascal
  41282. performance
  41283. photoshop
  41284. player
  41285. plugins
  41286. postscript
  41287. powerbook
  41288. primer
  41289. es, a
  41290. joinsj
  41291. joseph
  41292. journey
  41293. joust
  41294. joysticks
  41295. jpeg-compressed
  41296. jsaver
  41297. jsaver
  41298. screen
  41299. saver
  41300. module
  41301. berkeley
  41302. systems
  41303. after
  41304. julyj
  41305. junej
  41306. jungle
  41307. justN
  41308. justifiable
  41309. justification
  41310. justify
  41311. kaleidaj
  41312. kanji
  41313. karma
  41314. kazim
  41315. kbytes
  41316. kcapapp
  41317. kchrs
  41318. keeping
  41319. keith
  41320. keith's
  41321. kernel
  41322. kleiman
  41323. knife
  41324. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  41325.  8.5. The provided examples go from very simple to rather complex in increasing order of difficulty. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  41326. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  41327. onal justification, etc.
  41328. Sample Code.imgK
  41329. Nov 98M
  41330. Mac OS
  41331.  8.5NCUnicode, Imaging, Text, Type, Bi-directional, Rotation, Double-byteO
  41332. Dev.CD May 00 TC:Sample Code:P
  41333. Dev.CD May 00 TC
  41334.  - Sample Code
  41335. NOTE: The Apple Guide SDK is intended for those developers wishing to develop for Mac OS 8.x and 9.x only. Apple will not port the underlying Apple Guide technology to Mac OS X. We encourage developers to transition to the new HTML based Apple Help wherever possible and minimize your reliance on Apple Guide technologies.
  41336. This folder contains updates to the Apple Guide SDK.
  41337. Apple Guide:  the 2.1.1 version of the Apple Guide system extension (Apple Guide is part of System 7.5. or greater a
  41338. nd will now work with System 7.0 and greater as well as OpenDoc)!
  41339. Apple Guide Debug:  an alternate 2.0.2 version of the Apple Guide system extension that allows you to debug guide files with the Guide Maker diagnose utility. This version is intended for use by authors using Guide Maker;  it provides no additional benefit for end users.
  41340. Apple Guide 2.1.1 Dev Rel Notes:  Apple Guide 2.1.1 Developer Release Notes. See this file and the Develop article below for what's new in Apple Guide 2.1
  41341. 67888X
  41342. Jun 00^    RL Disk 1b
  41343. Revised
  41344. --set theItem to choose file -- uncomment to test in an AS editor
  41345.     tell application "Finder"
  41346.         open item "Dev.CD Jun 00 RL Disk 1:What's New:Development Kits:Hardware:Mac OS USB DDK 1.4.1:"
  41347.         activate
  41348.     end tell
  41349. on error errMsg number errNum
  41350.     --enter statements to perform when no records are found such as...
  41351.     display dialog "Sorry, the item you selected could not be found."
  41352.     return
  41353. end try
  41354. UpdatedfpUniversal Serial Bus
  41355. Mass Storage Class Driver
  41356. HID Class Driver
  41357. Keyboard Driver
  41358. Mouse Driver
  41359. Mac OS USB
  41360. http://developer.apple.com/sdk
  41361. Dev.CD Jun 00 RL Disk 1
  41362. D!All Packages
  41363. Tool Chest Edition
  41364. MacApp Developer Survey
  41365.      Chest:Testing & Debugging:MemHell:P@Dev.CD May 00 TC
  41366.  - Tool Chest
  41367.  - Testing & Debugging
  41368.  - MemHellV
  41369. 65449X
  41370. May 00^
  41371. #sc 1):PC Card SDKs:PC Card Manager 3.0:mension
  41372. macintosh
  41373. graphics
  41374. pablo
  41375. gardingo
  41376. minow
  41377. minute
  41378. minutes
  41379. mirrori
  41380. misaligned
  41381. misalignment
  41382. miscellaneous
  41383. miscreant
  41384. misdemeanors
  41385. misguided
  41386. mismatched
  41387. misrecognized
  41388. missing
  41389. mistake
  41390. mixed
  41391. mixed-mode
  41392. "load" into active OF RAM pieces of OF code from a dormant store of tagged Forth code pieces, such as drivers and other code.
  41393. The problem was that incorrect OF code was being matched up with 
  41394. certain PCI cards that contained PCI-PCI bridges.
  41395. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  41396. p--set theItem to choose file -- uncomment to test in an AS editor
  41397.     tell application "Finder"
  41398.         open item "Dev.CD Oct 93
  41399. Dev.CD Jul 93"
  41400.         activate
  41401.     end tell
  41402. on error errMsg number errNum
  41403.     --enter statements to perform when no records are found such as...
  41404.     display dialog "Sorry, the item you selected could not be found."
  41405.     return
  41406. end try
  41407. bares
  41408. baseh
  41409. base-class
  41410. basedQ
  41411. bases
  41412. baseservices
  41413. basicN
  41414. basically
  41415. basics
  41416. basing
  41417. and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  41418. This HyperCard 2.4 Update adds some new features, including QuickTime functionality, and fixes problems with the HyperCard application. This product updates HyperCard 2.3 or 2.3.5 to HyperCard 2.4.
  41419. Several exciting features have been added with the release of HyperCard 2.4, including:
  41420.  an improved movie button task that allows you to open any QuickTime-readable file
  41421.  ability to open movie and some image files by dragging them onto the HyperCard application icon
  41422.  a new Link to URL butto
  41423. n task and HyperTalk command for connecting to a web site
  41424.  ability to manipulate QuickTime movies using HyperTalk
  41425.  keyboard navigation of QuickTime VR movies
  41426.  ability to open a nearly unlimited number of files using HyperTalk
  41427.  enhanced script editor window for easier navigation
  41428.  improved Picture XCMD
  41429.  more script commands and new syntax
  41430. For more information on these features and how to use them, see Using HyperCard 2.4.
  41431. Sep 97L
  41432. Jul 98
  41433.     Dfications for some number of developers by exposing scripting support in terms they already understand.
  41434. J<Project
  41435. ScriptableStuffItEngine
  41436. ScriptableStuffItEngine.htmlK
  41437. Feb 99M
  41438. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOSDev.CD May 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:P[Dev.CD May 00 TC
  41439.  - Tool Chest
  41440.  - Interapplication Communication
  41441.  - ScriptableStuffItEngineansport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  41442. Dev.CD May 00 TC:Sample Code:P
  41443. Dev.CD May 00 TC
  41444.  - Sample CodeV
  41445. 65528X
  41446. May 00^
  41447. r--set theItem to choose file -- uncomment to test in an AS editor
  41448.     tell application "Finder"
  41449.         open item "Dev.CD May 00 TC:Sample Code:"
  41450.         activate
  41451.     end tell
  41452. on error errMsg number errNum
  41453.     --enter statements to perform when no records are found such as...
  41454.     display dialog "Sorry, the item you selected could not be found."
  41455.     return
  41456. end try
  41457. e    No Change
  41458. e    No Change
  41459. D!All Packages
  41460. Tool Chest Edition
  41461. AE User Terminology 3/92I
  41462. Summary: This folder contains the Apple Event User Terminology resource.
  41463. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  41464. AETE ResEdit Template
  41465. AEUserTermTypes.r
  41466. aeut resource
  41467. AppleEventTypes.h
  41468. EnglishMiscellaneous.r
  41469. EnglishMiscellaneous.rsrc
  41470. EnglishTerminology.r
  41471. EnglishTerminology.rsrc
  41472. Terminology Dev Note 3/92K
  41473. May 92L
  41474. May 94M
  41475. System 7.0N
  41476. AE, Apple Events, AppleEventsg rB
  41477. esources between original/localized files
  41478. Issues: Apple internal tool.  Good example on what to look out for, though you may need to customize/rewrite for your own usage.
  41479. Verifier 1.0.imgK
  41480. Jun 92L
  41481. May 94M(MPW, any Mac w/13" minimum sized screen.O2Dev.CD May 00 TC:Tool Chest:Localization:Verifier:P:Dev.CD May 00 TC
  41482.  - Tool Chest
  41483.  - Localization
  41484.  - VerifierV
  41485. 67501X
  41486. May 00^
  41487. May 00^
  41488. e    No Change
  41489. me:MIDIConverter:V
  41490. 64219X
  41491. 1e    No Change
  41492. rt your MacTCP mde
  41493. All Packages
  41494. 601 Processor Upgrade EnablerO
  41495. Dev.CD Jul 95P
  41496. Dev.CD Jul 9V
  41497. 67547X
  41498. Jul 95
  41499. b--set theItem to choose file -- uncomment to test in an AS editor
  41500.     tell application "Finder"
  41501.         open item "Dev.CD Jul 95"
  41502.         activate
  41503.     end tell
  41504. on error errMsg number errNum
  41505.     --enter statements to perform when no records are found such as...
  41506.     display dialog "Sorry, the item you selected could not be found."
  41507.     return
  41508. end try
  41509. All Packages
  41510. 601 Processor Upgrade EnablerO
  41511. Dev.CD Jul 95P
  41512. Dev.CD Jul 9V
  41513. 67548X
  41514. Jul 95
  41515. b--set theItem to choose file -- uncomment to test in an AS editor
  41516.     tell application "Finder"
  41517.         open item "Dev.CD Jul 95"
  41518.         activate
  41519.     end tell
  41520. on error errMsg number errNum
  41521.     --enter statements to perform when no records are found such as...
  41522.     display dialog "Sorry, the item you selected could not be found."
  41523.     return
  41524. end try
  41525. All Packages
  41526. 601 Processor Upgrade EnablerV
  41527. 67549X
  41528. b--set theItem to choose file -- uncomment to test in an AS editor
  41529.     tell application "Finder"
  41530.         open item "Dev.CD Jul 95"
  41531.         activate
  41532.     end tell
  41533. on error errMsg number errNum
  41534.     --enter statements to perform when no records are found such as...
  41535.     display dialog "Sorry, the item you selected could not be found."
  41536.     return
  41537. end try
  41538. staller
  41539. reinstalling
  41540. rejoice
  41541. relate
  41542. relatedb
  41543. relates
  41544. relating
  41545. relational
  41546. relations
  41547. relationship
  41548. relationships
  41549. relativez
  41550. relatively
  41551. relax
  41552. releaseQ
  41553. released
  41554. releasesj
  41555. relevanti
  41556. Summary:  The QTVR Beta-Level Tools are for use in creating QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source. 
  41557. Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object. 
  41558. Make QTVR Panorama takes input in the form of a PICT file generated by a computer g
  41559. raphics program or a scanned wide-angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  41560. These tools:
  41561.  Make it easy for computer graphics program users to create QuickTime VR content.
  41562.  Make it easy for photographers to convert photographs of an object into a QTVR object, and to convert wide-angle or panoramic photos into a QTVR panorama. 
  41563.  Do not support stitching of photos, the creation of "hot spots" on panoramas, or the combination of panoramas and/or objects i
  41564. lving
  41565. iostreams
  41566. iotracer
  41567. 67576X
  41568. Jul 99^
  41569. --set theItem to choose file -- uncomment to test in an AS editor
  41570.     tell application "Finder"
  41571.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:"
  41572.         activate
  41573.     end tell
  41574. on error errMsg number errNum
  41575.     --enter statements to perform when no records are found such as...
  41576.     display dialog "Sorry, the item you selected could not be found."
  41577.     return
  41578. end try
  41579. Deletedq
  41580. Dev.CD Jul 99 SDK1
  41581. (D!All Packages
  41582. Mac OS SDK Edition
  41583. Apple Data Detectors SDK
  41584.     ves detailed trace output information including the execution architecture for each sysB
  41585. tem function (i.e. 68k or PowerPC), execution architecture for the caller of a system function, and interrupt information. Trace information is collected in RAM and spooled to disk asynchronously.
  41586. General tools.imgK
  41587. Jul 95N/Optimization, Power Macintosh, PowerPC, ToolboxO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:nge
  41588. --set theItem to choose file -- uncomment to test in an AS editor
  41589.     tell application "Finder"
  41590.         open item "Dev.CD Apr 94
  41591. Dev.CD Jan 94
  41592. Dev.CD Oct 93
  41593. Dev.CD Jul 93
  41594. Dev.CD Apr 93"
  41595.         activate
  41596.     end tell
  41597. on error errMsg number errNum
  41598.     --enter statements to perform when no records are found such as...
  41599.     display dialog "Sorry, the item you selected could not be found."
  41600.     return
  41601. end try
  41602. ev.CD May 97 TC
  41603. Dev.CD Nov 96 TC
  41604. Dev.CD Aug 96 TC
  41605. Dev.CD Feb 96 TC
  41606. Dev.CD Feb 95"
  41607.         activate
  41608.     end tell
  41609. on error errMsg number errNum
  41610.     --enter statements to perform when no records are found such as...
  41611.     display dialog "Sorry, the item you selected could not be found."
  41612.     return
  41613. end try
  41614. All Packages
  41615. Chinese Language KitO
  41616. Dev.CD May 94
  41617. Dev.CD Feb 94P
  41618. Dev.CD May 94
  41619. Dev.CD Feb 9V
  41620. 65191X
  41621. May 94
  41622. O:Dev.CD Jun 00 RL Disk 2:Technical Publications:webobjects:P?Dev.CD Jun 00 RL Disk 2
  41623.  - Technical Publications
  41624.  - webobjectsjava
  41625. applelinkj
  41626. applemodemtool
  41627. applescriptN
  41628. applescript's
  41629. applesearchS
  41630. appleshareS
  41631. appleshare/file
  41632. applesingle/appledou
  41633. applet
  41634. appletalkB
  41635. appletalk's
  41636. appletalk/ip
  41637. applets
  41638. application's[
  41639. application/system
  41640. packages
  41641. readme
  41642. dcmda
  41643. readme
  41644. applesingle/appledou
  41645. readme
  41646. betabase
  41647. readme
  41648. betabase
  41649. readme
  41650. debug
  41651. sound
  41652. manager
  41653. readme
  41654. first
  41655. readme
  41656. mactcp
  41657. readme
  41658. mactcp
  41659. readme
  41660. readme
  41661. installer
  41662. readme
  41663. suite
  41664. readme
  41665. translation
  41666. readme
  41667. readmefirst
  41668. recipes
  41669. recognition
  41670. recordit
  41671. recordit
  41672. redistribution
  41673. reference
  41674. references
  41675. registratiR
  41676. registration
  41677. rates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker. 
  41678. Works under Appearance.J
  41679. Sample Code.imgK
  41680. Aug 97N
  41681. appearance, gworld, off-screenO
  41682. Dev.CD May 00 TC:Sample Code:P
  41683. Dev.CD May 00 TC
  41684.  - Sample CodeV
  41685. 65498X
  41686. May 00^
  41687. #lling window.
  41688. Parameters.imgK
  41689. Vol IVL
  41690. Vol VIIO;Dev.CD May 00 TC:Tool Chest:Testing & Debugging:Parameters:nge
  41691. edition
  41692. ks under Appearance.J
  41693. Sample Code.imgK
  41694. Aug 97N
  41695. appearance, gworld, off-screenO
  41696. Dev.CD May 00 TC:Sample Code:P
  41697. Dev.CD May 00 TC
  41698.  - Sample CodeV
  41699. 64264X
  41700. May 00^
  41701. mactcp
  41702. mactype
  41703. mactype
  41704. datasheet
  41705. white
  41706. paper
  41707. ets the volume to 1. On the following startup, the saved setting is restored, and the Shutdown procedure is re-installed for next time. And so on...
  41708. Notification Hacks:  A collection of sick Notification Manager hacks.
  41709. OpenWindow:  Shows basic initialization calls and how to open a window for drawing.
  41710. OtherResInfo-MungeDeamon:  This sample demonstrates how to use a background-only application and AppleEvents to safely open and query another application's (or other file's) resource fork.
  41711. Password:  This is a simple demo of three ways to implement a password dialog, where characters typed are not drawn; instead, anonymous characters such as bullets are drawn, keeping the password secure.
  41712. PBAllocate:  This MPW tool shows how to work around a bug in PBAllocate.
  41713. PopUpMenuWithCurFont:  PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect. Note t
  41714. unmountprojector
  41715. unsupported
  41716. unsupported
  41717. libraries
  41718. untitled
  41719. untitled
  41720. 1.4mb
  41721. format
  41722. updatedo
  41723. updated
  41724. documentation
  41725. updated
  41726. grayscale
  41727. appearanceo
  41728. updater
  41729. updates
  41730. updates
  41731. patches
  41732. updating
  41733. updating
  41734. drivers
  41735. upgrader
  41736. upgrader
  41737. 1.2.3
  41738. engines
  41739. upgrading
  41740. upgrading
  41741. bbedit
  41742. driver
  41743. software
  41744. locator
  41745. useful
  41746. useful
  41747. addmenu
  41748. script
  41749. manual
  41750. user's
  41751. usersy
  41752. userstartup
  41753. userstartup
  41754. goodies
  41755. using
  41756. utilities
  41757. utility
  41758. v1.5.2
  41759. v1.5.3
  41760. validator
  41761. validator
  41762. validator
  41763. documentation
  41764. validator
  41765. documentation
  41766. variable
  41767. variables
  41768. version
  41769. version
  41770. history
  41771. version
  41772. history
  41773. l, and more
  41774. adobe
  41775. acrobat
  41776. reader
  41777. allows
  41778. navigate
  41779. installer
  41780. provides
  41781. documentation
  41782. examples
  41783. instrumentation
  41784. primarily
  41785. performance
  41786. interactive
  41787. corporation
  41788. success
  41789. guide
  41790. selling
  41791. killer
  41792. content
  41793. workbook
  41794. sponsored
  41795. apple
  41796. comput
  41797. language
  41798. analysis
  41799. architecture
  41800. provides
  41801. applications
  41802. laserwriter
  41803. 8.5.1
  41804. release
  41805. contains
  41806. utilities
  41807. latest
  41808. greatest
  41809. technotes
  41810. release
  41811. apple's
  41812. brings
  41813. increased
  41814. functionali
  41815. theej
  41816. theirp
  41817. themT
  41818. themeo
  41819. themeso
  41820. themselves
  41821. thenh
  41822. theory
  41823. construct
  41824. simple
  41825. animation
  41826. its to colorize a picture.  You select a foreground and background color, and copybits colorizes the picture.
  41827. Compressed PICT Info:  This snippet shows how to use the StdPix proc to intercept and display the compression type and depth of any compressed PICT within a PICT resource.
  41828. CopyBits vs. CopyMask:  This snippet drag races CopyBits (using a mask region) and CopyMask (using a mask BitMap). Which do you think is faster? The results may surprise you.
  41829. CopybitsSpeedPalette:  This progra
  41830. m demostrates ways to increase copybits speed when using palettes.
  41831. CopyDeepMask:  This program demonstrates the use of CopyDeepMask using 2 PICTS (one a photograph and the other a triangular mask).  It uses 2 offscreen gworlds to hold the source and mask pixmaps. CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order to avoid altering pixel sizes.
  41832. CopyMask:  Shows how Copy
  41833. cond.  
  41834. Sample Code.imgK
  41835. Feb 97L
  41836. Mar 97M
  41837. Open Transport 1.1.1 or greaterO
  41838. Dev.CD May 00 TC:Sample Code:P
  41839. Dev.CD May 00 TC
  41840.  - Sample Codebilites and a sound file. It roughly translates the sample code in the QuickTime SDK - the Inside Macintosh:QuickTime examples of Chapter 2 (listings 2-5 through 2-12, starting at page 2-47 of the unbound edition).
  41841.  to perform when no records are found such as...
  41842.     display dialog "Sorry, the item you selected could not be found."
  41843.     return
  41844. end try
  41845. Movedf;sound
  41846. memory
  41847. dialogs
  41848. windows
  41849. resources
  41850. files
  41851. user interfaceq
  41852. Dev.CD May 00 TC
  41853. D!All Packages
  41854. Tool Chest Edition
  41855. SoundboardI
  41856. Sample Code.imgK
  41857. Feb 00M
  41858. Dev.CD May 00 TC:Sample Code:P
  41859. Dev.CD May 00 TC
  41860.  - Sample CodeV
  41861. 65888X
  41862. May 00^
  41863. togetherb
  41864. toggle
  41865. token
  41866. tokenizer
  41867. tokenringQ
  41868. tokentalkB
  41869. tomorrow
  41870. tones
  41871. toolT
  41872. tool's
  41873. tool/script
  41874. top-sellingj
  41875. topicp
  41876. topicsR
  41877. topping
  41878. total
  41879. totals
  41880. tough
  41881. toward
  41882. traceT
  41883. traceback
  41884. tracing
  41885. track`
  41886. tracking
  41887. tracks
  41888. trade
  41889. trade-offs
  41890. trademark
  41891. tradition
  41892. traditional
  41893. Summary:  Zone Ranger is a freeware utility that provides detailed information about each heap zone that is active on the Macintosh. This information includes both the counts and total sizes of the free blocks, pointers, handles, locked handles, and resource handles in each heap zone.
  41894. Issues: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  41895.  Apple doesn't own this package.  Please read the copyright meB
  41896. ssage. 
  41897.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  41898. JFAbout ZoneRanger
  41899. Metrowerks ZoneRanger 1.1
  41900. ZoneRanger Revision HistoryK
  41901. May 94L
  41902. Nov 94M
  41903. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  41904.  - Tool Chest
  41905.  - Memory
  41906.  - ZoneRanger 1.1roller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  41907. hypercard@
  41908. index@
  41909. interleaving@
  41910. erwriter@
  41911. macapp@
  41912. manager@
  41913. compilers
  41914. assemblers
  41915. linkers
  41916. tools
  41917. debuggers
  41918. performance@
  41919. music@
  41920. mutable@
  41921. notes@
  41922. transport
  41923. no-copy
  41924. receives
  41925. otbuffer
  41926. otbufferinfo@
  41927. otlookup@
  41928. palette
  41929. color
  41930. depth
  41931. batch
  41932. processing
  41933. optimizing
  41934. conditio@
  41935. powerbook@
  41936. printing@
  41937. scripting@
  41938. strings@
  41939. tcp/ip@
  41940. virtual
  41941. external
  41942. version@
  41943. change
  41944. deleted@
  41945. change@
  41946. package@
  41947. apple@
  41948. appletalk
  41949. transaction
  41950. protocol@
  41951. async
  41952. device@
  41953. cacheline@
  41954. capabilities@
  41955. cfcomparisonresult@
  41956. codewarrior@
  41957. colorsync
  41958. photoshop
  41959. plug-ins@
  41960. contextual@
  41961. decompress@
  41962. display
  41963. display
  41964. mode@
  41965. dynamic
  41966. library@
  41967. thooks
  41968. thoroughly
  41969. those[
  41970. again
  41971. against
  41972. age-old
  41973. agent
  41974. agents
  41975. aggregate
  41976. aggressivej
  41977. aglfont
  41978. aglfonts
  41979. agreeZ
  41980. agreementZ
  41981. ahead
  41982. aiatb
  41983. aiding
  41984. aimedd
  41985. aincludes
  41986. airport
  41987. aladdin
  41988. alertj
  41989. alerting
  41990. alerts
  41991. alexander
  41992. CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:Power Mac G4 computer and its features, which include a
  41993.    fast Powe
  41994. summary
  41995. installer
  41996. install
  41997. files
  41998. needed
  41999. worldscr
  42000. summary
  42001. collection
  42002. useful
  42003. quicktime
  42004. functions
  42005. summary
  42006. complete
  42007. demonstration
  42008. access
  42009. textish@
  42010. registration
  42011. requests@
  42012. cfm-68k@
  42013. client@
  42014. editor
  42015. resedit
  42016. codewarrior@
  42017. compilable@
  42018. config@
  42019. copyfolder
  42020. csmp-digest-readme@
  42021. csmp-digest-v3-032
  42022. csmp-digest-v3-077@
  42023. csmp-digest-v3-122@
  42024. ct-009-4443
  42025. cwpro2@
  42026. debug@
  42027. develop
  42028. issue
  42029. develop
  42030. issue
  42031. code@
  42032. develop
  42033. issue
  42034. code@
  42035. apple
  42036. guide
  42037. systems@
  42038. appleglot
  42039. localization
  42040. internationalization
  42041. translation
  42042. glos@
  42043. applescript@
  42044. async
  42045. device@
  42046. colorsync
  42047. calibrator
  42048. scripting
  42049. profile
  42050. gamma
  42051. color@
  42052. counters@
  42053. data@
  42054. All Packages
  42055. System 7.5 Update 2.0O
  42056. Dev.CD Jul 96 SSWP
  42057. Dev.CD Jul 96 SSV
  42058. 68437X
  42059. Jul 96
  42060. f--set theItem to choose file -- uncomment to test in an AS editor
  42061.     tell application "Finder"
  42062.         open item "Dev.CD Jul 96 SSW"
  42063.         activate
  42064.     end tell
  42065. on error errMsg number errNum
  42066.     --enter statements to perform when no records are found such as...
  42067.     display dialog "Sorry, the item you selected could not be found."
  42068.     return
  42069. end try
  42070. All Packages
  42071. System 7.5 Update 2.0O
  42072. Dev.CD Jul 96 SSWP
  42073. Dev.CD Jul 96 SSV
  42074. 68438X
  42075. Jul 96
  42076. f--set theItem to choose file -- uncomment to test in an AS editor
  42077.     tell application "Finder"
  42078.         open item "Dev.CD Jul 96 SSW"
  42079.         activate
  42080.     end tell
  42081. on error errMsg number errNum
  42082.     --enter statements to perform when no records are found such as...
  42083.     display dialog "Sorry, the item you selected could not be found."
  42084.     return
  42085. end try
  42086. All Packages
  42087. System 7.5 Update 2.0V
  42088. 68439X
  42089. quickdraw
  42090. receives
  42091. recognition
  42092. reconfiguration
  42093. record
  42094. recordable\
  42095. redbook
  42096. redistribution
  42097. reference
  42098. referential
  42099. reformatting
  42100. region
  42101. registration
  42102. registry
  42103. related
  42104. release
  42105. rename
  42106. renderer
  42107. rendering
  42108. replace
  42109. replacement
  42110. reports
  42111. resedit
  42112. resedit
  42113. 2.1.1
  42114. disassembly
  42115. disassembler
  42116. viewer
  42117. edito
  42118. resolution
  42119. resource
  42120. resourcesY
  42121. rgbforecolor
  42122. ringQ
  42123. riser
  42124. robustness
  42125. router
  42126. routing
  42127. runtime
  42128. sample
  42129. sample
  42130. sample
  42131. traffic
  42132. light
  42133. saving
  42134. scanner
  42135. scomP
  42136. screen
  42137. script\
  42138. scriptable\
  42139. space-saving@
  42140. specification@
  42141. specifiers@
  42142. sprocketinvaders@
  42143. standard@
  42144. starting@
  42145. stat@
  42146. step-by-step@
  42147. streamnop@
  42148. strengths@
  42149. strip@
  42150. styles@
  42151. mdata
  42152. media
  42153. memhell
  42154. memhell
  42155. memory
  42156. stress
  42157. debug
  42158. debugging
  42159. testing
  42160. memory
  42161. memory
  42162. manager
  42163. power
  42164. macintosh
  42165. heaps
  42166. memory
  42167. menuh
  42168. menubar
  42169. menus
  42170. menuscripter
  42171. menuscripter
  42172. applescript
  42173. metafile
  42174. metrowerks
  42175. middleware
  42176. music
  42177. movie
  42178. converter
  42179. mismatch
  42180. missA
  42181. mixed
  42182. modulet
  42183. monitor
  42184. moofwars
  42185. morefiles
  42186. moreisbetter
  42187. morpheme
  42188. mouse
  42189. movie
  42190. movies
  42191. macintosh
  42192. powerbook
  42193. qualified
  42194. socket
  42195. it's[
  42196. simple
  42197. sample
  42198. which
  42199. demonstrates
  42200. scripting
  42201. stuffit
  42202. engine
  42203. library
  42204. distr
  42205. italian
  42206. itemT
  42207. itemhider
  42208. itemsy
  42209. iterate
  42210. iteration
  42211. iterations
  42212. itonx
  42213. itself
  42214. johnson
  42215. WebObjects Memory Management by Theresa Ray of Tensor Information Systems
  42216. One of the most difficult tasks facing WebObjects and OPENSTEP programmers is correctly implementing memory management techniques in their applications.  This guide, sponsored by Apple Computer, Inc. Apple Developer Relations Group for the Apple Media Program, is designed to cover the issues relating to memory management, and to explain the correct procedure for implementing memory management techniques.
  42217. Advanced Web Site Technique.pdf
  42218. Avoid Audio Pitfalls Guide.pdf
  42219. CompbasedMediaBroadcastEnv
  42220. Creating MIDI for the Web3.pdf
  42221. DeBabelizer 3.0.pdf
  42222. Design For Reuse.pdf
  42223. DesignForRobustness
  42224. Digital Asset Management.pdf
  42225. Digital Storyboard.pdf 
  42226. DVD Development.pdf
  42227. DVD_Primer.pdf
  42228. Enhanced CD Survival Guide.pdf
  42229. EOModeler
  42230. Frameworks.pdf
  42231. Gender-Based Title Creation.pdf
  42232. Int_Media_Writer_Resources.pdf
  42233. Java Survival Guide.pdf
  42234. Making Cool QD3D Apps.pdf
  42235. Music on the Net.pdf
  42236. New Audio Features QT3.pdf
  42237. Porting
  42238. --set theItem to choose file -- uncomment to test in an AS editor
  42239.     tell application "Finder"
  42240.         open item "Dev.CD Apr 94
  42241. Dev.CD Jan 94
  42242. Dev.CD Oct 93
  42243. Dev.CD Jul 93
  42244. Dev.CD Apr 93"
  42245.         activate
  42246.     end tell
  42247. on error errMsg number errNum
  42248.     --enter statements to perform when no records are found such as...
  42249.     display dialog "Sorry, the item you selected could not be found."
  42250.     return
  42251. end try
  42252. memory
  42253. stress
  42254. update
  42255. previous
  42256. version
  42257. memory-efficient
  42258. memory-intensive
  42259. memory/video
  42260. mensch
  42261. mentat
  42262. mention
  42263. mentioned
  42264. methods
  42265. michael
  42266. microprocessor
  42267. microprocessorsA
  42268. microtrendsj
  42269. middle
  42270. mighth
  42271. miller
  42272. millionj
  42273. millions
  42274. minimizep
  42275. minimum
  42276. minor
  42277. All Packages
  42278. QuickDraw GXO
  42279. Dev.CD Jun 97 SSWP
  42280. Dev.CD Jun 97 SSV
  42281. 68185X
  42282. Jun 97
  42283. f--set theItem to choose file -- uncomment to test in an AS editor
  42284.     tell application "Finder"
  42285.         open item "Dev.CD Jun 97 SSW"
  42286.         activate
  42287.     end tell
  42288. on error errMsg number errNum
  42289.     --enter statements to perform when no records are found such as...
  42290.     display dialog "Sorry, the item you selected could not be found."
  42291.     return
  42292. end try
  42293. All Packages
  42294. QuickDraw GXO
  42295. Dev.CD Jun 97 SSWP
  42296. Dev.CD Jun 97 SSV
  42297. 68186X
  42298. Jun 97
  42299. f--set theItem to choose file -- uncomment to test in an AS editor
  42300.     tell application "Finder"
  42301.         open item "Dev.CD Jun 97 SSW"
  42302.         activate
  42303.     end tell
  42304. on error errMsg number errNum
  42305.     --enter statements to perform when no records are found such as...
  42306.     display dialog "Sorry, the item you selected could not be found."
  42307.     return
  42308. end try
  42309. All Packages
  42310. QuickDraw GXO
  42311. Dev.CD Jun 97 SSWV
  42312. 68187X
  42313. paper
  42314. All Packages
  42315. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  42316. Dev.CD Jan 94
  42317. Dev.CD Oct 93
  42318. Dev.CD Jul 93
  42319. Dev.CD Apr 93PDDev.CD Apr 94
  42320. Dev.CD Jan 94
  42321. Dev.CD Oct 93
  42322. Dev.CD Jul 93
  42323. Dev.CD Apr 9V
  42324. 68665X
  42325. Apr 94
  42326. --set theItem to choose file -- uncomment to test in an AS editor
  42327.     tell application "Finder"
  42328.         open item "Dev.CD Apr 94
  42329. Dev.CD Jan 94
  42330. Dev.CD Oct 93
  42331. Dev.CD Jul 93
  42332. Dev.CD Apr 93"
  42333.         activate
  42334.     end tell
  42335. on error errMsg number errNum
  42336.     --enter statements to perform when no records are found such as...
  42337.     display dialog "Sorry, the item you selected could not be found."
  42338.     return
  42339. end try
  42340. All Packages
  42341. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  42342. Dev.CD Jan 94
  42343. Dev.CD Oct 93
  42344. Dev.CD Jul 93
  42345. Dev.CD Apr 93PDDev.CD Apr 94
  42346. Dev.CD Jan 94
  42347. Dev.CD Oct 93
  42348. Dev.CD Jul 93
  42349. Dev.CD Apr 9V
  42350. 68666X
  42351. Apr 94
  42352.  as a framework for other types of compression (except for the decoding of the JPEG header).
  42353. Sample Code.imgK
  42354. Jul 96L
  42355. May 97
  42356. --set theItem to choose file -- uncomment to test in an AS editor
  42357.     tell application "Finder"
  42358.         open item "Dev.CD Apr 94
  42359. Dev.CD Jan 94
  42360. Dev.CD Oct 93
  42361. Dev.CD Jul 93
  42362. Dev.CD Apr 93"
  42363.         activate
  42364.     end tell
  42365. on error errMsg number errNum
  42366.     --enter statements to perform when no records are found such as...
  42367.     display dialog "Sorry, the item you selected could not be found."
  42368.     return
  42369. end try
  42370. aning
  42371. ortiz
  42372. osl-compliant
  42373. ve    No Changeq
  42374. Dev.CD May 00 TC
  42375. wD!All Packages
  42376. Tool Chest Edition
  42377. ResEdit 2.1.3
  42378. USummary: ResEdit is Apple's standard direct-manipulation resource editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  42379. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  42380. Sample Code.imgK
  42381. Vol IIIL
  42382. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.O
  42383. Dev.CD May 00 TC:Sample Code:P
  42384. Dev.CD May 00 TC
  42385.  - Sample CodeV
  42386. 68296X
  42387. May 00^
  42388. pci-based
  42389. pci-pci
  42390. pci-thej
  42391. pcmcia
  42392. peak-hold
  42393. peering
  42394. viewer
  42395. utility
  42396. which
  42397. graphically
  42398. e    No Changef
  42399. Testing
  42400. Internationalq
  42401. Dev.CD May 00 TC
  42402. D!All Packages
  42403. Tool Chest Edition
  42404. ShowInitIconI
  42405. Summary:  Use this code to display an ICON when starting an extension.  This is a replacement for the many other ShowIcon style utilites.  It's written entirely in C, and works with several different C compilers.  A Pascal header is included as well.J]ShowInitIcon.c
  42406. ShowInitIcon.h
  42407. ShowInitIcon.p
  42408. ShowInitIcon.rsrc
  42409. ShowInitIcon.
  42410. Usage & HistoryK
  42411. Aug 95N*ShowIcon, ShowINIT, INIT, extension, iconsO6Dev.CD May 00 TC:Tool Chest:OS Utilities:ShowInitIcon:P>Dev.CD May 00 TC
  42412.  - Tool Chest
  42413.  - OS Utilities
  42414.  - ShowInitIconV
  42415. 68325X
  42416. May 00^
  42417. 64191X
  42418.  number errNum
  42419.     --enter statements to perform when no records are found such as...
  42420.     display dialog "Sorry, the item you selected could not be found."
  42421.     return
  42422. end try
  42423. e    No Changef(instrumentation
  42424. performance analysisq
  42425. Dev.CD Apr 00 SDK1
  42426. D!All Packages
  42427. Tool Chest Edition
  42428. Int'l Developer Contacts 2/964
  42429. affordable
  42430. affordanceo
  42431. afloat
  42432. after
  42433. again
  42434. against
  42435. age-old
  42436. agent
  42437. agents
  42438. aggregate
  42439. aggressivej
  42440. aglfont
  42441. aglfonts
  42442. agreeZ
  42443. agreementZ
  42444. ahead
  42445. aiatb
  42446. aiding
  42447. aimedd
  42448. aincludes
  42449. airport
  42450. aladdin
  42451. alertj
  42452. alerting
  42453. alerts
  42454. alexander
  42455. og "Sorry, the item you selected could not be found."
  42456.     return
  42457. end try
  42458. e    No Changeq
  42459. Dev.CD May 00 TC
  42460. ev.CD May 00 TC
  42461. off-by-one
  42462. off-screen
  42463. off-the-shelf
  42464. official
  42465. offscreen
  42466. often
  42467. older
  42468. olson
  42469. obsolete/pre-asip
  42470. obtain
  42471. obtaining
  42472. obtains
  42473. obvious
  42474. occasionally
  42475. occur
  42476. occurs
  42477. octoberR
  42478. odbceoadadptor
  42479. odf-interest
  42480. style
  42481. guideu
  42482. stylechat
  42483. sub-menus
  42484. suite
  42485. summary
  42486. switch
  42487. switching
  42488. symbiotic
  42489. synchronization
  42490. by Scott 
  42491.  Zimmerman.   How can you add Balloon Help to your custom Print dialog items? Zz will tell you all about it.
  42492. J(develop Issue  7:
  42493. develop Issue  7 code:K
  42494. Vol IIIL
  42495. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  7:PKDev.CD Sept 96 RL
  42496.  - Technical Documentation
  42497.  - develop
  42498.  - develop Issue  7are found such as...
  42499.     display dialog "Sorry, the item you selected could not be found."
  42500.     return
  42501. end try
  42502. All Packages
  42503. F    QuickTimeO
  42504. Dev.CD Jul 93P
  42505. Dev.CD Jul 9V
  42506. 67011X
  42507. Jul 93
  42508. b--set theItem to choose file -- uncomment to test in an AS editor
  42509.     tell application "Finder"
  42510.         open item "Dev.CD Jul 93"
  42511.         activate
  42512.     end tell
  42513. on error errMsg number errNum
  42514.     --enter statements to perform when no records are found such as...
  42515.     display dialog "Sorry, the item you selected could not be found."
  42516.     return
  42517. end try
  42518. All Packages
  42519. F    QuickTimeO
  42520. Dev.CD Jul 93
  42521. Dev.CD Apr 93V
  42522. 67012X
  42523. serwriter
  42524. bridge
  42525. ATags
  42526. ATags Manual
  42527. ATags Manual.txt
  42528. CTags
  42529. Ctags Manual
  42530. Ctags Manual.txt
  42531. Findtag
  42532. Findtag Manual
  42533. Findtag Manual.txt
  42534. PopTag
  42535. PopTag Manual
  42536. PopTag Manual.txt
  42537. PTags
  42538. Ptags Manual
  42539. Ptags Manual.txt
  42540. READ ME
  42541. READ ME.txt
  42542. Sample Startup
  42543. Tags.HelpK
  42544. Vol IIIL
  42545. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.O>Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Tags:PIDev.CD May 00 TC
  42546.  - Tool Chest
  42547.  - Development Kits
  42548.  - MPW Related
  42549.  - TagsV
  42550. 68695X
  42551. May 00^
  42552. --set theItem to choose file -- uncomment to test in an AS editor
  42553.     tell application "Finder"
  42554.         open item "Dev.CD May 00 TC:Tool Chest:Development Kits:MPW Related:Tags:"
  42555.         activate
  42556.     end tell
  42557. on error errMsg number errNum
  42558.     --enter statements to perform when no records are found such as...
  42559.     display dialog "Sorry, the item you selected could not be found."
  42560.     return
  42561. end try
  42562. e    No Changeq
  42563. Dev.CD May 00 TC
  42564. All Packages
  42565. F$Taiwan Chinese Font Option Kit 6.0.3V
  42566. 68696X
  42567. Dev.CD May 00 TC:Sample Code:P
  42568. Dev.CD May 00 TC
  42569.  - Sample CodeV
  42570. 67554X
  42571. May 00^
  42572. r--set theItem to choose file -- uncomment to test in an AS editor
  42573.     tell application "Finder"
  42574.         open item "Dev.CD May 00 TC:Sample Code:"
  42575.         activate
  42576.     end tell
  42577. on error errMsg number errNum
  42578.     --enter statements to perform when no records are found such as...
  42579.     display dialog "Sorry, the item you selected could not be found."
  42580.     return
  42581. end try
  42582. e    No ChangefmA/ROSE
  42583. Macintosh Coprocessor Platform
  42584. Ethernet NB
  42585. PowerPC
  42586. Network Software
  42587. AppleTalk
  42588. TokenTalk
  42589. Token Ringq
  42590. Dev.CD May 00 TC
  42591. D!All Packages
  42592. Tool Chest Edition
  42593. About Developer University
  42594.     taneously have Japanese or Chinese installed.
  42595. See the document "WorldScript
  42596.  Updater Read Me" for details.
  42597. JT009-4303 (WS
  42598.  Updater)
  42599. WorldScript Updater 1.1 Install:
  42600. WorldScript
  42601.  Updater Read MeK
  42602. Feb 96L
  42603. Oct 96O7Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:pascal
  42604. sample@
  42605. picker@
  42606. pippin@
  42607. ACI2.5
  42608. ACIReference
  42609. aoceapi
  42610. aocesam
  42611. AppleGuide
  42612. AppleScriptFind
  42613. Cyberdog
  42614. CyberdogAddendum
  42615. Devices
  42616. Files
  42617. GXEnvironment
  42618. GXGraphics
  42619. GXObjects
  42620. GXOverview
  42621. GXPrintDrivers
  42622. GXPrinting
  42623. GXTypography
  42624. HIGOS8Guide
  42625. HIGuidelines
  42626. index.gif
  42627. indexg.gif
  42628. JBindery2.0
  42629. jbinderyhtml
  42630. jman2.0
  42631. jmanhtml
  42632. macappclassmeth
  42633. MacAppProgGuide
  42634. Memory
  42635. MoreToolbox
  42636. Networking
  42637. NetworkingOT
  42638. ODClassRef
  42639. ODCookbook
  42640. ODProgGuide
  42641. ODUpdates
  42642. OSUtilities
  42643. PPCNumerics
  42644. PPCSoftware
  42645. Processes
  42646. QuickDraw
  42647. QuickDraw3D
  42648. QuickDrawBt3DRAVE
  42649. resedit
  42650. runtimehtml
  42651. scriptingadditions
  42652. Sound
  42653. speechrecogmgr
  42654. Sprockets
  42655. Telephony
  42656. TextEncodingCMgr
  42657. Toolbox
  42658. aci2.5
  42659. acireference
  42660. acrobat
  42661. acrobat
  42662. reader
  42663. 4.0.1
  42664. 2.6.5
  42665. 3.0.1
  42666. archive
  42667. htmli
  42668. advanced[
  42669. advanced
  42670. color
  42671. imaging[
  42672. advanced
  42673. color
  42674. imaging
  42675. advanced
  42676. technique
  42677. coercion
  42678. init]
  42679. aegizmos]
  42680. actively
  42681. activities
  42682. activity`
  42683. actualf
  42684. 000-148):P[Dev.CD Nov 99 TC
  42685.  - What's New?
  42686.  - Technical Documentation
  42687.  - C.S.M.P. Digests v3 (000-148)93"
  42688.         activate
  42689.     end tell
  42690. on error errMsg number errNum
  42691.     --enter statements to perform when no records are found such as...
  42692.     display dialog "Sorry, the item you selected could not be found."
  42693.     return
  42694. end try
  42695. natural
  42696. nature
  42697. vigationi
  42698. navigation
  42699. services
  42700. documents
  42701. nearest
  42702. nearly
  42703. necessaryq
  42704. needo
  42705. 601 Processor Upgrade EnablerO
  42706. Dev.CD Jul 95P
  42707. Dev.CD Jul 9V
  42708. 67542X
  42709. Jul 95
  42710. b--set theItem to choose file -- uncomment to test in an AS editor
  42711.     tell application "Finder"
  42712.         open item "Dev.CD Jul 95"
  42713.         activate
  42714.     end tell
  42715. on error errMsg number errNum
  42716.     --enter statements to perform when no records are found such as...
  42717.     display dialog "Sorry, the item you selected could not be found."
  42718.     return
  42719. end try
  42720. All Packages
  42721. 601 Processor Upgrade EnablerO
  42722. Dev.CD Jul 95P
  42723. Dev.CD Jul 9V
  42724. 67543X
  42725. Jul 95
  42726. b--set theItem to choose file -- uncomment to test in an AS editor
  42727.     tell application "Finder"
  42728.         open item "Dev.CD Jul 95"
  42729.         activate
  42730.     end tell
  42731. on error errMsg number errNum
  42732.     --enter statements to perform when no records are found such as...
  42733.     display dialog "Sorry, the item you selected could not be found."
  42734.     return
  42735. end try
  42736. All Packages
  42737. 601 Processor Upgrade EnablerO
  42738. Dev.CD Jul 95P
  42739. Dev.CD Jul 9V
  42740. 67544X
  42741. [f)DrawSprocket
  42742. GetVersion
  42743. Context
  42744. CLUTq
  42745. Dev.CD May 00 TC
  42746. All Packages
  42747. Drive UtilitiesI
  42748. This package contains  Drive Setup v1.7.2,  a program that lets you partition, initialize, and update fixed and removable disks.J
  42749. Drive Setup
  42750. Drive Setup GuideK
  42751. May 96L
  42752. Feb 99N
  42753. Disk, Drive Setup, AidO2Dev.CD Jun 00 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Jun 00 RL Disk 1
  42754.  - Utilities
  42755.  - Drive UtilitiesV
  42756. 67757X
  42757. Jun 00^    RL Disk 1
  42758. --set theItem to choose file -- uncomment to test in an AS editor
  42759.     tell application "Finder"
  42760.         open item "Dev.CD Jun 00 RL Disk 1:Utilities:Drive Utilities:"
  42761.         activate
  42762.     end tell
  42763. on error errMsg number errNum
  42764.     --enter statements to perform when no records are found such as...
  42765.     display dialog "Sorry, the item you selected could not be found."
  42766.     return
  42767. end try
  42768. e    No Changef
  42769. Drive Setup
  42770. Dev.CD Jun 00 RL Disk 1
  42771. ]D!All Packages
  42772. Tool Chest Edition
  42773. Driver Installer
  42774. end try
  42775. end try
  42776. 68745X
  42777. May 00^
  42778. --set theItem to choose file -- uncomment to test in an AS editor
  42779.     tell application "Finder"
  42780.         open item "Dev.CD May 00 TC:Tool Chest:Text:WASTE 1.3a6:"
  42781.         activate
  42782.     end tell
  42783. on error errMsg number errNum
  42784.     --enter statements to perform when no records are found such as...
  42785.     display dialog "Sorry, the item you selected could not be found."
  42786.     return
  42787. end try
  42788. e    No Changef0WASTE
  42789. TextEdit Replacement,More than 32k of textq
  42790. Dev.CD May 00 TC
  42791. 9D!All Packages
  42792. Mac OS SDK Edition
  42793. F WebObjects Categories and Posers
  42794. 4WebObjects Categories and Posers by Theresa Ray of Tensor Information Systems
  42795. Categories and posers are powerful mechanisms for extending and/or replacing the behavior of classes for which you cannot update the source. These techniques are essential tools that every WebObjects programmer should understand.
  42796. 68746X
  42797. 1e    No Change
  42798. 7.5.5
  42799. summary
  42800. order
  42801. catch
  42802. summary
  42803. buginfo
  42804. macro
  42805. execute
  42806. within
  42807. macsbug
  42808. summary
  42809. callhyper
  42810. external
  42811. dimension
  42812. which
  42813. summary
  42814. cdent
  42815. format
  42816. source
  42817. summary
  42818. cfm-68k
  42819. runtime
  42820. architecture
  42821. 68k-based
  42822. summary
  42823. chromakey
  42824. movie
  42825. simple
  42826. application
  42827. which
  42828. enhanced@
  42829. experimental@
  42830. extractors@
  42831. finland@
  42832. fkeys@
  42833. formats@
  42834. fully@
  42835. gender-based
  42836. title
  42837. creation
  42838. getvol@
  42839. grabguy@
  42840. hardware2
  42841. html@
  42842. home@
  42843. renderinglib
  42844. imaging@
  42845. import@
  42846. information@
  42847. install
  42848. 2.6.5@
  42849. installer
  42850. licensing
  42851. interfaces@
  42852. international@
  42853. iotracer@
  42854. italy@
  42855. keyboard@
  42856. large@
  42857. licensing@
  42858. lite@
  42859. samplecode
  42860. previous@
  42861. macbinary@
  42862. macsnmp
  42863. transport
  42864. 1.0.2@
  42865. mag'n@
  42866. makefile@
  42867. mappings@
  42868. media@
  42869. memory@
  42870. mpperiodicaltest
  42871. pro2@
  42872. mybuildmenu@
  42873. network@
  42874. nubus@
  42875. opp's@
  42876. pascal
  42877. sample@
  42878. picker@
  42879. pippin@
  42880. D May 00 TC
  42881.  - Sample CodeV
  42882. 64251X
  42883. May 00^
  42884. drafting
  42885. dragN
  42886. 67981X
  42887. May 00^
  42888. r--set theItem to choose file -- uncomment to test in an AS editor
  42889.     tell application "Finder"
  42890.         open item "Dev.CD May 00 TC:Sample Code:"
  42891.         activate
  42892.     end tell
  42893. on error errMsg number errNum
  42894.     --enter statements to perform when no records are found such as...
  42895.     display dialog "Sorry, the item you selected could not be found."
  42896.     return
  42897. end try
  42898. e    No ChangefiOpen Transport
  42899. AppleTalk
  42900. Printer Access Protocol
  42901. handoff endpoints
  42902. AppleTalk Transaction Protocol
  42903. Dev.CD May 00 TC
  42904. =D!All Packages
  42905. Tool Chest Edition
  42906. OT Server Sample 1.0.1
  42907.      could not be found."
  42908.     return
  42909. end try
  42910. New Packagef(cursor component
  42911. color cursor
  42912. big cursoro
  42913. http://developer.apple.com/sdkq
  42914. Dev.CD Jun 00 RL Disk 1
  42915. D!All Packages
  42916. Tool Chest Edition
  42917. CustomMediaIvThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types. J
  42918. Sample Code.imgK
  42919. Feb 00
  42920. C:Sample Code:V
  42921. 66461X
  42922. 1e    No Change
  42923. appleshare
  42924. applesingle/appledou
  42925. applesingle/appledou
  42926. format
  42927. appletalk
  42928. appletalk
  42929. appletalk
  42930. appletalk
  42931. appletalk
  42932. application
  42933. applications\
  42934. appstogo
  42935. arabic
  42936. arabic
  42937. language
  42938. arabic
  42939. language
  42940. v1.0.1
  42941. architectures
  42942. archivei
  42943. arpsample
  42944. artwork
  42945. market
  42946. guide
  42947. assist
  42948. assistant
  42949. async
  42950. async
  42951. driver
  42952. tester
  42953. asyncdriversample1.0
  42954. ataerrordetector
  42955. atrapper
  42956. audio
  42957. audio
  42958. palette
  42959. developer
  42960. audit
  42961. audit
  42962. aug-95
  42963. autoguest
  42964. autoguest
  42965. automation
  42966. automation
  42967. essentials
  42968. 2.3.0
  42969. emulator
  42970. bitblitz
  42971. bouncingsprites
  42972. bring-up
  42973. broadcast
  42974. 68763X
  42975. Nov 99^
  42976. --set theItem to choose file -- uncomment to test in an AS editor
  42977.     tell application "Finder"
  42978.         open item "Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:"
  42979.         activate
  42980.     end tell
  42981. on error errMsg number errNum
  42982.     --enter statements to perform when no records are found such as...
  42983.     display dialog "Sorry, the item you selected could not be found."
  42984.     return
  42985. end try
  42986. Deletedq
  42987. Dev.CD Nov 99 TC
  42988. KD!All Packages
  42989. Mac OS SDK Edition
  42990. Worldwide System Software
  42991. This folder contains Worldwide updates of Mac OS 8.1 that were available as this edition of the Developer CD went to press.
  42992.  To create floppy disks from the disk images or create net install folders on your desktop, use the "Disk Copy" application in the Utilities folder.
  42993. 68764X
  42994. 1e    No Change
  42995. ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  42996. sample
  42997. which
  42998. demonstrates
  42999. ethernet
  43000. driver
  43001. code-like
  43002. aprilj
  43003. arabe
  43004. arabic
  43005. arbitraryb
  43006. arbitrate
  43007. arbitration
  43008. arcellana
  43009. architectural
  43010. architecturej
  43011. architecture/roadmap
  43012. architectures
  43013. archive
  43014. archived
  43015. archivesi
  43016. ould not be found."
  43017.     return
  43018. end try
  43019. Movedf\AppsToGo
  43020. AppWannabe
  43021. Wannabe
  43022. DTS.Draw
  43023. DTS.Lib
  43024. DTS.StyleChat
  43025. Kibitz
  43026. pbClock
  43027. AppsToGo Referenceq
  43028. Dev.CD May 00 TC
  43029. All Packages
  43030. Arabic Language KitO
  43031. Dev.CD May 96 TCP
  43032. Dev.CD May 96 TV
  43033. 63910X
  43034. May 96
  43035. ard Manager 3.0
  43036. What's the difference?K
  43037. Aug 97O:Dev.CD Apr 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Apr 00 SDK1
  43038.  - Development Kits
  43039.  - Hardware
  43040.  - PC Card SDKsV
  43041. 60598X
  43042. 1rd SDKsV
  43043. 60598X
  43044. 1e    No Change
  43045. Deletedf
  43046. Mac OS Runtime Architectureq
  43047. Dev.CD Dec 99 RL
  43048. D!All Packages
  43049. Tool Chest Edition
  43050. F!Mac OS Runtime for Java 1.0.1b1c2
  43051. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  43052. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  43053. MRJ 1.0.1 implements version 1.0.2 of Sun
  43054. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  43055. MRJ 1.0.1 works on computers with 68030 or 68040 microprocessoacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  43056. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  43057. 67605X
  43058. Apr 98^
  43059. --set theItem to choose file -- uncomment to test in an AS editor
  43060.     tell application "Finder"
  43061.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:"
  43062.         activate
  43063.     end tell
  43064. on error errMsg number errNum
  43065.     --enter statements to perform when no records are found such as...
  43066.     display dialog "Sorry, the item you selected could not be found."
  43067.     return
  43068. end try
  43069. e    No Changef
  43070. AppleShare
  43071. AFP protocol.q
  43072. Dev.CD Apr 98 SDK1
  43073. All Packages
  43074. AppleSingle/AppleDouble FormatI
  43075. Summary: This document describes version 2 of the AppleSingle/AppleDouble file formats used for storing files on foreign file systems.J>AppleSingle/AppleDouble Formats
  43076. ReadMe
  43077. AppleSingle/AppleDoubleK
  43078. Vol VM
  43079. Adobe Acrobat Reader.O_Dev.CD Jun 00 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:V
  43080. 67606X
  43081. 1e    No Change
  43082. 1.1.1
  43083. 1.1.2
  43084. readerZ
  43085. recognition
  43086. record
  43087. record
  43088. sound
  43089. redistribution
  43090. registration
  43091. registrym
  43092. release
  43093. remote
  43094. report
  43095. report
  43096. error
  43097. reporting
  43098. reports
  43099. requests
  43100. resedit
  43101. resedit
  43102. 2.1.3
  43103. resources
  43104. rhapsody
  43105. rhapsody
  43106. documentation
  43107. rinaldi
  43108. rinaldi
  43109. collection
  43110. sampler
  43111. samples
  43112. scanners
  43113. script
  43114. scripts
  43115. scroll
  43116. sdec/scomP
  43117. selectors
  43118. server
  43119. services
  43120. setup
  43121. sharedv
  43122. sound
  43123. source
  43124. spooler
  43125. stack
  43126. standardsw
  43127. starter
  43128. stream
  43129. strip
  43130. styleu
  43131. success
  43132. suite
  43133. suitesm
  43134. super
  43135. survey
  43136. e--set theItem to choose file -- uncomment to test in an AS editor
  43137.     tell application "Finder"
  43138.         open item "Dev.CD Aug 96 TC"
  43139.         activate
  43140.     end tell
  43141. on error errMsg number errNum
  43142.     --enter statements to perform when no records are found such as...
  43143.     display dialog "Sorry, the item you selected could not be found."
  43144.     return
  43145. end try
  43146. O/Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:P7Dev.CD Nov 99 TC
  43147.  - Tool Chest
  43148.  - Networking
  43149.  - SnarferW
  43150. general
  43151. tools
  43152. generator
  43153. generic
  43154. generic
  43155. module
  43156. cwpro2t
  43157. german
  43158. german
  43159. 1.1.3
  43160. germany
  43161. germany
  43162. distributors/localiz
  43163. gestalt
  43164. gestalt
  43165. gestalt
  43166. selectors
  43167. gestalt
  43168. submission
  43169. getbootvol
  43170. getbootvol
  43171. getdinfo
  43172. getdinfo
  43173. getdir
  43174. getdir
  43175. geteof
  43176. geteof
  43177. getfinfo
  43178. getfinfo
  43179. gethelpstrings
  43180. geticon
  43181. geticon
  43182. getinfo
  43183. getinfo
  43184. getkeys
  43185. getlastchange
  43186. getmfsize
  43187. getmode
  43188. getmode
  43189. getsetoptions
  43190. getsetoptions
  43191. getsetoptions-68k
  43192. getsetoptions-ppc
  43193. getting
  43194. getting
  43195. started
  43196. getvinfo
  43197. getvinfo
  43198. ghlights; Human Interface (Do the Right Thing); QuickTime VR; OpenDoc Human Interface Q & A; Ask Don Norman (Where Will Apple Be in Five Years?).
  43199. Market Research Monthly (Macintosh User Profile Research From WWDC); Marketing Feature (Macintosh Entertainment Market); Developer Outlook (Recruiting Animators).
  43200. June 1995 Apple Directions Articles
  43201. They're Here: Power Computing Ships First Mac OS Compatibles
  43202. Strategy Mosaic: Copland: Technology For Customers' Sakes
  43203. Editor
  43204. s Note: Hedging Your
  43205.  Investments
  43206. IndustryWatch: Fast and Getting Faster
  43207. OpenDoc Developer Release 2
  43208. Apple Ships Open Transport Beta Software
  43209. Apple Reduces Prices on Developer University Self-Paced Training Products
  43210. develop Issue 22: More Than Ever!
  43211. CD Highlights: Reference Library Edition, June 1995
  43212. OpenDoc
  43213. One Architecture Fits All
  43214. Human Interface: Network Nirvana
  43215. Delta Alert: MPW Pro #17, E.T.O. #17, and Mac OS SDK #3
  43216. Market Research Monthly: The Most Popular Application Categories
  43217. Special Marketing Report:
  43218. ummary
  43219. cyrillic
  43220. language
  43221. combination
  43222. system
  43223. summary
  43224. developer's
  43225. reference
  43226. guide
  43227. apple
  43228. networ
  43229. summary
  43230. program
  43231. demonstrates
  43232. lookup
  43233. calls
  43234. under
  43235. summary
  43236. editor
  43237. resedit
  43238. contains
  43239. summary
  43240. system
  43241. manager
  43242. provides
  43243. systematic
  43244. summary
  43245. gxifier
  43246. automatically
  43247. tables
  43248. existing
  43249. summary
  43250. hebrew
  43251. language
  43252. combination
  43253. system
  43254. summary
  43255. hypercard
  43256. player
  43257. software
  43258. enables
  43259. summary
  43260. japanese
  43261. language
  43262. combination
  43263. system
  43264. summary
  43265. macintosh
  43266. technical
  43267. designed
  43268. provide
  43269. summary
  43270. mactcp
  43271. token
  43272. extension
  43273. supports
  43274. summary
  43275. suite
  43276. provides
  43277. framework
  43278. tools
  43279. summary
  43280. navigable
  43281. movie
  43282. toolkit
  43283. hypercard
  43284. stack
  43285. summary
  43286. purpose
  43287. menuscripter
  43288. sample
  43289. 67594X
  43290. Nov 99^
  43291. --set theItem to choose file -- uncomment to test in an AS editor
  43292.     tell application "Finder"
  43293.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:"
  43294.         activate
  43295.     end tell
  43296. on error errMsg number errNum
  43297.     --enter statements to perform when no records are found such as...
  43298.     display dialog "Sorry, the item you selected could not be found."
  43299.     return
  43300. end try
  43301. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  43302. Dev.CD Nov 99 TC
  43303. :D!All Packages
  43304. Tool Chest Edition
  43305. AppleGlot 2.4b6
  43306.     selected could not be found."
  43307.     return
  43308. end try
  43309. All Packages
  43310. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  43311. Dev.CD Jan 94
  43312. Dev.CD Oct 93P(Dev.CD Apr 94
  43313. Dev.CD Jan 94
  43314. Dev.CD Oct 9V
  43315. 67434X
  43316. Apr 94
  43317. 2.1.1p
  43318. 2.1.2
  43319. 2.1.3
  43320. 2.1.4
  43321. 2.3.5
  43322. 2.3e4
  43323. 2.4b6z
  43324. 2.5.2
  43325. 2.5.7
  43326. 226-6762
  43327. 2300x
  43328. 2400/c
  43329. 2400c
  43330. 3.2.1
  43331. 3/92^
  43332. 32-bit
  43333. 350000
  43334. 366-mhz
  43335. 3d-partyj
  43336. 3d-thej
  43337. 4.0.8
  43338. 4.5.2
  43339. 4/16Q
  43340. 40-60
  43341. 4400/200
  43342. program
  43343. control
  43344. access
  43345. 5200x
  43346. 67673X
  43347. Apr 00^
  43348. --set theItem to choose file -- uncomment to test in an AS editor
  43349.     tell application "Finder"
  43350.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:"
  43351.         activate
  43352.     end tell
  43353. on error errMsg number errNum
  43354.     --enter statements to perform when no records are found such as...
  43355.     display dialog "Sorry, the item you selected could not be found."
  43356.     return
  43357. end try
  43358. e    No Changef:ColorSync
  43359. calibrator
  43360. scripting
  43361. profile
  43362. gamma
  43363. tag colorq
  43364. Dev.CD Apr 00 SDK1
  43365.     D!All Packages
  43366. Mac OS SDK Edition
  43367. ColorSync Photoshop Plugins 2.1
  43368.     v.CD Feb 9V
  43369. 67155X
  43370. Apr 92
  43371. -- uncomment to test in an AS editor
  43372.     tell application "Finder"
  43373.         open item "Dev.CD May 00 TC:Sample Code:"
  43374.         activate
  43375.     end tell
  43376. on error errMsg number errNum
  43377.     --enter statements to perform when no records are found such as...
  43378.     display dialog "Sorry, the item you selected could not be found."
  43379.     return
  43380. end try
  43381. --set theItem to choose file -- uncomment to test in an AS editor
  43382.     tell application "Finder"
  43383.         open item "Dev.CD Apr 94
  43384. Dev.CD Jan 94
  43385. Dev.CD Oct 93
  43386. Dev.CD Jul 93
  43387. Dev.CD Apr 93"
  43388.         activate
  43389.     end tell
  43390. on error errMsg number errNum
  43391.     --enter statements to perform when no records are found such as...
  43392.     display dialog "Sorry, the item you selected could not be found."
  43393.     return
  43394. end try
  43395. extensions
  43396. extensived
  43397. extensively
  43398. external`
  43399. externals
  43400. extra
  43401. extract
  43402. extractbykind
  43403. extracted
  43404. extractor
  43405. extractors
  43406. extractsy
  43407. extremelyg
  43408. fable
  43409. faced
  43410. faceless
  43411. facilitates
  43412. facilitating
  43413. facilities
  43414. summary
  43415. collects
  43416. information
  43417. about
  43418. system
  43419. summary
  43420. demonstrates
  43421. program
  43422. finder-like
  43423. label
  43424. summary
  43425. demonstrates
  43426. menubar
  43427. and/or
  43428. summary
  43429. developer
  43430. describes
  43431. latest
  43432. model
  43433. speed-critical
  43434. speeding
  43435. speeds
  43436. spells
  43437. spend
  43438. split
  43439. sponsored
  43440. spooler
  43441. spoolers
  43442. spoolingg
  43443. sports
  43444. spots
  43445. spreadsheets
  43446. spreadsheetss
  43447. sprite
  43448. sprites
  43449. sprocket
  43450. sprocketinvaders
  43451. sprockets
  43452. square
  43453. sresource
  43454. stackn
  43455. stacks
  43456. staging
  43457. stakingj
  43458. stalking
  43459. stand
  43460. stand-alone
  43461. standalone
  43462. standalone
  43463. version
  43464. Summary:  Apple Computer Espa
  43465. a has prepared this Guide with the aim of helping those Third Parties whose products are not yet distributed in Spain.
  43466. In this Guide you will find general information about Spain, and also on the position of Apple Computer Espa
  43467. a in the information technology sector. You fill also find all the information required to start marketing your products in Spain, as well as all the names of relevant companies, distributors, magazines, etc.
  43468. This Guide is divided int
  43469. o six parts: Spain, the information technology sector, Apple Computer Espa
  43470. a, Distribution Channels, events and Directory. The first five parts are of descriptive nature, whereas the latter indicates all the different names of contacts which we think might be of interest.
  43471. Spain Distribution GuideK
  43472. Nov 95M
  43473. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  43474.  - Programs & Marketing
  43475.  - Market & Distribution Guides    B
  43476. whole
  43477. wholesale
  43478. whoseN
  43479. wideR
  43480. wide-angle
  43481. widely
  43482. wildcard
  43483. wilderness
  43484. willT
  43485. won't
  43486.     Bjion on developing for QuickTime, please see the QuickTime web site, http://apple.com/quicktime/developers/
  43487. J/Mac 4.0.1 GM Install:
  43488. Windows 4.0.1 GM Install:K
  43489. Aug 94L
  43490. Aug 99N"QuickTime, video, streaming, audioO9Dev.CD Aug 99 TC:What's New?:System Software:QuickTime 4:PADev.CD Aug 99 TC
  43491.  - What's New?
  43492.  - System Software
  43493.  - QuickTime 4
  43494. Jan 96
  43495. g--set theItem to choose file -- uncomment to test in an AS editor
  43496.     tell application "Finder"
  43497.         open item "Dev.CD Jan 96 SDK1"
  43498.         activate
  43499.     end tell
  43500. on error errMsg number errNum
  43501.     --enter statements to perform when no records are found such as...
  43502.     display dialog "Sorry, the item you selected could not be found."
  43503.     return
  43504. end try
  43505. All Packages
  43506. QuickDraw GXO
  43507. Dev.CD Jan 96 SDK1P
  43508. Dev.CD Jan 96 SDKV
  43509. 68121X
  43510. Jan 96
  43511. g--set theItem to choose file -- uncomment to test in an AS editor
  43512.     tell application "Finder"
  43513.         open item "Dev.CD Jan 96 SDK1"
  43514.         activate
  43515.     end tell
  43516. on error errMsg number errNum
  43517.     --enter statements to perform when no records are found such as...
  43518.     display dialog "Sorry, the item you selected could not be found."
  43519.     return
  43520. end try
  43521. All Packages
  43522. QuickDraw GXO
  43523. Dev.CD Jan 96 SDK1P
  43524. Dev.CD Jan 96 SDKV
  43525. 68122X
  43526. Jan 96
  43527. ick input of symbols and puntuation marks.
  43528. Recognize
  43529. tv-man
  43530. tweencamera
  43531. digests
  43532. source
  43533. formatter
  43534. registration
  43535. requests
  43536. callfinder
  43537. callfinder
  43538. callhyper
  43539. callhyper
  43540. camera
  43541. carbon
  43542. carbonlib
  43543. carbonlib
  43544. 1.0.3
  43545. cardbus
  43546. cardbus
  43547. cards
  43548. categories
  43549. lected could not be found."
  43550.     return
  43551. end try
  43552. moveable
  43553. moved
  43554. movement
  43555. moves
  43556. movie
  43557. movie's
  43558. moviecontroller
  43559. movies
  43560. movieshop
  43561. movietoaiff
  43562. mrj's
  43563. mrj-dev
  43564. mrjclasses
  43565. mrjlib
  43566. mrplus
  43567. mrplus
  43568. performance
  43569. analysis
  43570. powerpc
  43571. applicatio
  43572. improves
  43573. oving
  43574. Read Me
  43575. Read Me.txt
  43576. rfc1332 (PPP IPCP)
  43577. rfc1334 (PPP Authentication)
  43578. rfc1378 (PPP ATCP)
  43579. rfc1570 (PPP LCP)
  43580. rfc1618 (PPP ISDN)
  43581. rfc1661 (PPP)
  43582. rfc1662 (PPP HDLC).CD Oct 93
  43583. Dev.CD Jul 93
  43584. Dev.CD Apr 93"
  43585.         activate
  43586.     end tell
  43587. on error errMsg number errNum
  43588.     --enter statements to perform when no records are found such as...
  43589.     display dialog "Sorry, the item you selected could not be found."
  43590.     return
  43591. end try
  43592. finder's
  43593. finder-like
  43594. finderevents
  43595. finderheaps
  43596. ndserialports
  43597. little
  43598. snippet
  43599. inside
  43600. fine-tune
  43601. finger-coded
  43602. finished
  43603. finishing
  43604. finnish
  43605. firewire
  43606. firmware
  43607. firmworks
  43608. firstj
  43609. heritanc
  43610. e    No Changeq
  43611. Dev.CD May 00 TC
  43612. D!All Packages
  43613. Tool Chest Edition
  43614. SimpleText SampleI
  43615. Summary: This is some SimpleText source code. It shows how to write SimpleText, implements calling PPC library from 68k code, using AppleGuide, and other swell things.J
  43616. Sample Code.imgK
  43617. Nov 96L
  43618. Dec 96O
  43619. Dev.CD May 00 TC:Sample Code:P
  43620. Dev.CD May 00 TC
  43621.  - Sample CodeV
  43622. 68328X
  43623. May 00^
  43624. r--set theItem to choose file -- uncomment to test in an AS editor
  43625.     tell application "Finder"
  43626.         open item "Dev.CD May 00 TC:Sample Code:"
  43627.         activate
  43628.     end tell
  43629. on error errMsg number errNum
  43630.     --enter statements to perform when no records are found such as...
  43631.     display dialog "Sorry, the item you selected could not be found."
  43632.     return
  43633. end try
  43634. Movedq
  43635. Dev.CD May 00 TC
  43636. D!All Packages
  43637. Tool Chest Edition
  43638. F    SlideShow
  43639. magic
  43640. magic
  43641. magic
  43642. utility
  43643. magican
  43644. magician
  43645. mailm
  43646. suite
  43647. allocatingg
  43648. allocation
  43649. allocations
  43650. allocators
  43651. allowV
  43652. allowed
  43653. allowing
  43654. allowsB
  43655.  facilities for handling time-based streams and sequences, Interaction facilities for creating user interface elements, Data Management facilities, and Language Support Facilities.
  43656. See the document "About ScriptX" for details.
  43657. Apr 96L
  43658. Jul 96;
  43659. Summary: The HyperCard
  43660.  Player software enables you to run applications created with HyperCard. HyperCard applications, or "stacks", are interactive documents which can incorporate text, graphics, animation, audio and video.
  43661. To take full advantage of the powerful authoring capabilities of HyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  43662. J=Addresses
  43663. Audio Help
  43664. HyperCard Player
  43665. What is HyperCard?K
  43666. Feb 92L
  43667. Jul 98N
  43668. HyperCard Player, stacksOHDev.CD Jun 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Jun 00 RL Disk 1
  43669.  - Utilities
  43670.  - HyperCard Player
  43671.  - HyperCard Player 2.4  return
  43672. end try
  43673. All Packages
  43674. F    QuickTimeO)Dev.CD Oct 93
  43675. Dev.CD Jul 93
  43676. Dev.CD Apr 93P(Dev.CD Oct 93
  43677. Dev.CD Jul 93
  43678. Dev.CD Apr 9V
  43679. 64537X
  43680. Oct 93
  43681. 67678X
  43682. Apr 00^
  43683. --set theItem to choose file -- uncomment to test in an AS editor
  43684.     tell application "Finder"
  43685.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:"
  43686.         activate
  43687.     end tell
  43688. on error errMsg number errNum
  43689.     --enter statements to perform when no records are found such as...
  43690.     display dialog "Sorry, the item you selected could not be found."
  43691.     return
  43692. end try
  43693. e    No Changef
  43694. Contextual
  43695. Managerq
  43696. Dev.CD Apr 00 SDK1
  43697. D!All Packages
  43698. Mac OS SDK Edition
  43699. Control Strip
  43700.     k stack (version 58) and MacSNMP 1.0.2
  43701. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  43702. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  43703. e    No Change
  43704. survival
  43705. The ColorSync
  43706.  Plug-In Modules provide an easy way for you to obtain high quality reproduction of color images. Together with the ColorSync
  43707.  System Extension and the installed device profiles, the ColorSync
  43708.  Plug-In Modules ensure that your color images will be reproduced most accurately on any device. Three Modules (Import, Export, and Filter) are available to fit into any type of work-flow, and to provide color matching capabilities to the novice color user as well as to the most demandi
  43709. ng color user.
  43710. With the Plug-In
  43711. s you will be able to: 
  43712.  Accurately print the image viewed on your monitor. 
  43713.  Accurately print or view the image you have scanned. 
  43714.  Embed a profile in your image to be specified as the image
  43715. s source. 
  43716.  Make four-color or HiFi-color separations for any press printing condition. 
  43717.  Use your in-house device to preview what your image will look like on the printing press. 
  43718.  Execute any custom color matching needed.
  43719. New ColorSync Photoshop Plug-ins (Impo
  43720. sysconfig
  43721. sysconfig
  43722. 1.5b16
  43723. sysenv
  43724. sysenv
  43725. 1.0d13
  43726. systeme
  43727. system
  43728. related
  43729. system
  43730. additions
  43731. system
  43732. folder
  43733. items
  43734. system
  43735. picker
  43736. systemfolder
  43737. systemfolder
  43738. t-italian
  43739. ta-tradchinese
  43740. tabloid
  43741. tabloid
  43742. target
  43743. tccalc
  43744. tcp/ip
  43745. tcp/ip
  43746. administration
  43747. image
  43748. tcp/ip
  43749. connection
  43750. image
  43751. tcp/ip
  43752. mib-ii
  43753. alias
  43754. technical
  43755. technique
  43756. techniques
  43757. technotes
  43758. techpubsfind
  43759. techpubsfind
  43760. palette
  43761. acrobatZ
  43762. acrossZ
  43763. actionh
  43764. actionsh
  43765. activeo
  43766. libheaders
  43767. libobject
  43768. libraries
  43769. libraries
  43770. libraryA
  43771. license
  43772. interface
  43773. install
  43774. install
  43775. locales
  43776. locales
  43777. localization
  43778. localization
  43779. japan
  43780. locator
  43781. lookup
  43782. lookupmenu
  43783. lurkers
  43784. lurkers
  43785. lurkers
  43786. lurkers
  43787. lurkers
  43788. readme
  43789. lurkers
  43790. readme
  43791. graphics
  43792. primer
  43793. guidelines
  43794. development
  43795. toolkit
  43796. runtime
  43797. architectures
  43798. encodingsw
  43799. macapp
  43800. macapp
  43801. cdent
  43802. stuff
  43803. macbinary
  43804. maccalendar
  43805. machack
  43806. macintosh
  43807. macos8and9
  43808. macos8documentation
  43809. macsbug]
  43810. macsbug
  43811. resources]
  43812. datasheet
  43813. white
  43814. paper
  43815. turn just the text that a user would see viewing the document.  For the above example, 
  43816. This is a sample document.
  43817.  would be the only text that is indexed.   
  43818. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  43819.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  43820. PDF Text Extractor
  43821.  to index and summarize PDF files.  
  43822. J.DemoExtractor
  43823. Headers
  43824. Text Extractors Plug-insK
  43825. Oct 99M
  43826. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Apr 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Apr 00 SDK1
  43827.  - Development Kits
  43828.  - Mac OS
  43829.  - Find By Content (FBC) ExtractorMay 00 TC
  43830.  - Tool Chest
  43831.  - Developer Utilities
  43832.  - PopupFuncs 2.6.1the item you selected could not be found."
  43833.     return
  43834. end try
  43835. All Packages
  43836. System Enabler 088 (AVs)V
  43837. 64846X
  43838. This pac
  43839. D!All Packages
  43840. Tool Chest Edition
  43841. Menu Defproc 1.0.3
  43842. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  43843. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  43844. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  43845. J.DemoExtractor
  43846. Headers
  43847. Text Extractors Plug-insK
  43848. Oct 99M
  43849. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Apr 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Apr 00 SDK1
  43850.  - Development Kits
  43851.  - Mac OS
  43852.  - Find By Content (FBC) Extractorlations, including AppleScript based installers.
  43853. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  43854. Target machines:  Mac SE or later, 4 MB mem
  43855. 68342X
  43856. May 00^
  43857. r--set theItem to choose file -- uncomment to test in an AS editor
  43858.     tell application "Finder"
  43859.         open item "Dev.CD May 00 TC:Sample Code:"
  43860.         activate
  43861.     end tell
  43862. on error errMsg number errNum
  43863.     --enter statements to perform when no records are found such as...
  43864.     display dialog "Sorry, the item you selected could not be found."
  43865.     return
  43866. end try
  43867. e    No Changeq
  43868. Dev.CD May 00 TC
  43869. D!All Packages
  43870. Tool Chest Edition
  43871. Snippets - Printing
  43872. (** = new, * = revised)
  43873. Dashed Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  43874. Dashed-capped Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. In this case, they are capped PostScript lines. I use round caps, which means that the ends of the lines are rounded. This simple example does not deal with QuickDraw
  43875. GrayT
  43876. ts: Top 10 Printing Crimes  by Pete (
  43877. ) Alexander.   These ten problems with printing show up again and again, but they
  43878. re easily avoided. Luke spells it out for you.
  43879. Graphical Truffles: Multiple Screens Revealed  by Forrest Tanaka and Bill Guschwan.   The fact that QuickDraw handles multiple screens transparently can seem like magic. Here
  43880. s the inside scoop and some tips on how to optimize your drawing quality.
  43881. J(develop Issue 10:
  43882. develop Issue 10 code:K
  43883. Vol IIIL
  43884. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 10:PJDev.CD Sep 96 RL
  43885.  - Technical Documentation
  43886.  - develop
  43887.  - develop Issue 10ger is not appropriate).
  43888. VBL Snippet:  A simple example of a persistent VBL written in C that works with 68K or PowerPC.
  43889. Sample Code.imgK
  43890. Feb 92L
  43891. Nov 96O
  43892. Dev.CD May 00 TC:Sample Code:P
  43893. Dev.CD May 00 TC
  43894.  - Sample CodeV
  43895. 67104X
  43896. May 00^
  43897. #lterdirectory
  43898. filterdirectory
  43899. finderevents
  43900. finderevents
  43901. firstp
  43902. oSummary: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  43903. Features: User can specify an ADB command to trigger the capture.
  43904. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  43905. ADB AnalyzerK
  43906. Mar 92M%Mac SE or later machine for the host.OIDev.CD May 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:PTDev.CD May 00 TC
  43907.  - Tool Chest
  43908.  - Devices
  43909.  - Apple Desktop Bus
  43910.  - ADB Analyzer 1.0d6
  43911. 68341X
  43912. May 00^
  43913. r--set theItem to choose file -- uncomment to test in an AS editor
  43914.     tell application "Finder"
  43915.         open item "Dev.CD May 00 TC:Sample Code:"
  43916.         activate
  43917.     end tell
  43918. on error errMsg number errNum
  43919.     --enter statements to perform when no records are found such as...
  43920.     display dialog "Sorry, the item you selected could not be found."
  43921.     return
  43922. end try
  43923. e    No Changeq
  43924. Dev.CD May 00 TC
  43925. D!All Packages
  43926. Tool Chest Edition
  43927. Snippets - OS Utilities
  43928. (** = new, * = revised)
  43929. DeskPat:  This snippet how you can  access the "Desktop Pattern" and the "Set Utilities Pattern" pattern. (This pattern is set by holding down the option key in the Desktop Patterns Control Panel.) This control panel uses resources of type 'ppat' to store this pattern. The `ppat' resource is stored in the System file in your System Folder; the desktop pattern has an ID of 16 and the utilities pattern has an ID of 42. Since this is not documented, it could be subjec
  43930. o the madness.
  43931. MACINTOSH Q & A
  43932. Apple
  43933. s Developer Support Center answers queries about Macintosh product development.
  43934. THE VETERAN NEOPHYTE: Digital Karma by Joe Williams
  43935. An attempt to make an online society self-moderating raises some interesting questions and leads to some unexpected twists. Will people find ways to abuse digital karma? Yep.
  43936. NEWTON Q & A: ASK THE LLAMA
  43937. Answers to Newton-related development questions. Send in your own questions for a chance at a T-shirt.
  43938. KON & BAL
  43939. S PUZF
  43940. ZLE PAGE: AppendDITL Apoplexy by Martin-Gilles Lavoie & Bo3b Johnson
  43941. Two guest puzzlers take on a problem that, while innocuous on the surface, proves to be deep and dastardly. It involves dialog boxes. Need we say more?
  43942. JBdevelop Issue 29
  43943. develop Issue 29 code
  43944. develop Issue 29 referencesK
  43945. Mar 97OIDev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Jun 00 RL Disk 1
  43946.  - Technical Documentation
  43947.  - Develop
  43948.  - develop Issue 29 When the user launches the Camer
  43949. DumpNetworkSetup dumps the entire contents of the Network Setup database to a text file.  The purpose of this sample is twofold.  Firstly, it shows a simple use of the Network Setup API.  Secondly, it is a useful tool for debugging other Network Setup code because it allows you to see the affect your code had on the database.  I used DumpNetworkSetup extensively while developing the MoreNetworkSetup sample.
  43950. Sample Code.imgK
  43951. Sep 99M
  43952. Network Setup, Mac OS 8.5N"Network Setup, network preferencesO
  43953. Dev.CD May 00 TC:Sample Code:P
  43954. Dev.CD May 00 TC
  43955.  - Sample Codetive batch file
  43956.  P0nn retry logic
  43957.  file specific templates in a _FileInfo folder
  43958.  auto association by name
  43959.  bug fixes : size fields, speed zone (see 'What's New')
  43960. AppleGlot 2.4b6.imgK
  43961. Dec 95L
  43962. Mar 96M
  43963. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO3Dev.CD May 00 TC:Tool Chest:Localization:AppleGlot:P;Dev.CD May 00 TC
  43964.  - Tool Chest
  43965.  - Localization
  43966.  - AppleGlotW
  43967. 67723X
  43968. Jun 00^    RL Disk 1
  43969. --set theItem to choose file -- uncomment to test in an AS editor
  43970.     tell application "Finder"
  43971.         open item "Dev.CD Jun 00 RL Disk 1:Technical Documentation:Develop:develop Issue 23:"
  43972.         activate
  43973.     end tell
  43974. on error errMsg number errNum
  43975.     --enter statements to perform when no records are found such as...
  43976.     display dialog "Sorry, the item you selected could not be found."
  43977.     return
  43978. end try
  43979. e    No Changeq
  43980. Dev.CD Jun 00 RL Disk 1
  43981. All Packages
  43982. develop Issue 24
  43983. 67724X
  43984. Summary:  SourceObj reads a .c.o file and its corrosponding .c file and outputs a mixed listing of 68k assembly and C source code.  Helps in writing better C/Pascal code by providing a way to view the output of MPW 68k compilers on a per source line basis.  See the file "About SourceObj" for details.
  43985. Features:
  43986. Ouput a single function/method.
  43987. Output all methods of a class.
  43988. Output all instances of a method name.
  43989. Show/Hide 68k opcodes.
  43990. General tools.imgK
  43991. Feb 94M
  43992. Works with MPW 3.2 or laterN:object code, disassembly, MPW tool, UltraSlimFast, DumpObjO>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD May 00 TC
  43993.  - Tool Chest
  43994.  - Testing & Debugging
  43995.  - General toolsother computers using the Mac
  43996.  OS.   See the document "Arabic Read Me First" or "Lisez-moi (Arabe)" for details and installation instructions. 
  43997. JDInstall 1, English
  43998. Install 1, Fran
  43999. Install 2
  44000. Install 3
  44001. Install 4K
  44002. May 96L
  44003. Aug 96nge
  44004. hilighted
  44005. hilite
  44006. hindi
  44007. System Enabler 088 (AVs)O
  44008. Dev.CD Apr 94
  44009. Dev.CD Jan 94P
  44010. Dev.CD Apr 94
  44011. Dev.CD Jan 9V
  44012. 68554X
  44013. Apr 94
  44014. p--set theItem to choose file -- uncomment to test in an AS editor
  44015.     tell application "Finder"
  44016.         open item "Dev.CD Apr 94
  44017. Dev.CD Jan 94"
  44018.         activate
  44019.     end tell
  44020. on error errMsg number errNum
  44021.     --enter statements to perform when no records are found such as...
  44022.     display dialog "Sorry, the item you selected could not be found."
  44023.     return
  44024. end try
  44025. All Packages
  44026. System Enabler 088 (AVs)O
  44027. Dev.CD Apr 94
  44028. Dev.CD Jan 94P
  44029. Dev.CD Apr 94
  44030. Dev.CD Jan 9V
  44031. 68555X
  44032. Apr 94
  44033. p--set theItem to choose file -- uncomment to test in an AS editor
  44034.     tell application "Finder"
  44035.         open item "Dev.CD Apr 94
  44036. Dev.CD Jan 94"
  44037.         activate
  44038.     end tell
  44039. on error errMsg number errNum
  44040.     --enter statements to perform when no records are found such as...
  44041.     display dialog "Sorry, the item you selected could not be found."
  44042.     return
  44043. end try
  44044. --set theItem to choose file -- uncomment to test in an AS editor
  44045.     tell application "Finder"
  44046.         open item "Dev.CD Apr 94
  44047. Dev.CD Jan 94
  44048. Dev.CD Oct 93
  44049. Dev.CD Jul 93
  44050. Dev.CD Apr 93"
  44051.         activate
  44052.     end tell
  44053. on error errMsg number errNum
  44054.     --enter statements to perform when no records are found such as...
  44055.     display dialog "Sorry, the item you selected could not be found."
  44056.     return
  44057. end try
  44058. Wly 32K of information
  44059. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  44060. information will fit in the logs.
  44061. MacCheck
  44062.  is a trademark of Apple Computer
  44063. General tools.imgK
  44064. Oct 93M
  44065. MacPlus or aboveN    MacCheck
  44066. O>Dev.CD May 00 TC:Tool Chest:Testing & Debugging:General tools: on a remote Power Macintosh.
  44067. e    No Change
  44068. following startup, the saved setting is restored, and the Shutdown procedure is re-installed for next time. And so on...
  44069. Notification Hacks:  A collection of sick Notification Manager hacks.
  44070. OpenWindow:  Shows basic initialization calls and how to open a window for drawing.
  44071. OtherResInfo-MungeDeamon:  This sample demonstrates how to use a background-only application and AppleEvents to safely open and query another application's (or other file's) resource fork.
  44072. Password:  This is a simple demo of three ways to implement a password dialog, where characters typed are not drawn; instead, anonymous characters such as bullets are drawn, keeping the password secure.
  44073. PBAllocate:  This MPW tool shows how to work around a bug in PBAllocate.
  44074. PopUpMenuWithCurFont:  PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect. Note t
  44075. Apple Help, HTML, Apple Guidehtml
  44076. C.html
  44077. D.html
  44078. E.html
  44079. F.html
  44080. FunctionIndex.html
  44081. G.html
  44082. H.html
  44083. I.html
  44084. J.html
  44085. K.html
  44086. L.html
  44087. M.html
  44088. N.html
  44089. O.html
  44090. P.html
  44091. Q.html
  44092. R.html
  44093. S.html
  44094. T.html
  44095. U.html
  44096. V.html
  44097. W.html
  44098. X.html
  44099. Y.html
  44100. Z.htmlK
  44101. Mar 99L
  44102. Sep 99N%Function Index, Mac OS 8, Inside Mac.O=Dev.CD Jun 00 RL Disk 2:Technical Publications:FunctionIndex:PBDev.CD Jun 00 RL Disk 2
  44103.  - Technical Publications
  44104.  - FunctionIndexV
  44105. 67466X
  44106. Jun 00^    RL Disk 2
  44107. --set theItem to choose file -- uncomment to test in an AS editor
  44108.     tell application "Finder"
  44109.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:FunctionIndex:"
  44110.         activate
  44111.     end tell
  44112. on error errMsg number errNum
  44113.     --enter statements to perform when no records are found such as...
  44114.     display dialog "Sorry, the item you selected could not be found."
  44115.     return
  44116. end try
  44117. e    No Changef#Function Index
  44118. Mac OS 8
  44119. Inside Mac.q
  44120. Dev.CD Jun 00 RL Disk 2
  44121. All Packages
  44122. F Technical Publications: Hardware
  44123. 67467X
  44124. An extension which enables developers to adopt the high-level toolbox APIs introduced in Mac OS 8 making it available on systems as far back as 7.1.
  44125. Includes:
  44126. Runtime software
  44127. Interfaces & Libraries
  44128. Documentation
  44129. Sample Code
  44130. Appearance Control Panel
  44131. Appearance Extension
  44132. Bug fixes
  44133. An extensive list of new functionality such as new control types, moderm primitives and the appearance manager.  These are aimed at developers who wish to adopt the new controls but don't wish to have multiple cod
  44134. ee paths.  The sole purpose is to speed up adoption of the appearance mgr to increase consistency of the Macintosh User Experience.
  44135. Appearance runs on 68k and PowerPC processors; it supports three run-time models: Classic 68k, CFM-68k and PowerPC CFM.  Color QuickDraw is required for Appearance, so it requires a 68020 or better processor.
  44136. See the ReadMe.
  44137. J"Appearance
  44138. Contextual Menu ManagerK
  44139. Mar 98L
  44140. Apr 98OHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:
  44141. appleO
  44142. apple
  44143. computer
  44144. apple
  44145. detectors
  44146. technology
  44147. scans
  44148. searchih
  44149. ter Commons.  Apple Guide 2.1 has been extended to work well in OpenDoc
  44150. s brave new world of compound documents and processes within processes. Here
  44151. s a look at the new features and how to 
  44152. cation that allows you to add copywrite information to a movie or view it if it already exists.
  44153. Things!:   Things!  queries the Component Manager about what IT thinks is lying around your system, and then displays the info for you.
  44154. ComboWalker
  44155. Digitizers
  44156. DrawTextCodec Example
  44157. Dumpster
  44158. GetInfo Init
  44159. GrabGuy b15
  44160. MovieShop
  44161. QuickTime XCMDs 
  44162. Reinstaller
  44163. Set Movie Info
  44164. Things!K
  44165. Jul 92M7Color capable Mac (68020 or above), hard disk, 4 mb RAMO6Dev.CD May 00 TC:Tool Chest:QuickTime:QuickTime Tools:P>Dev.CD May 00 TC
  44166.  - Tool Chest
  44167.  - QuickTime
  44168.  - QuickTime Tools?
  44169. beneath
  44170. benefitp
  44171. benefitsj
  44172. benign
  44173. berdahl
  44174. berkeley
  44175. berkowitz
  44176. y be sent or retreived using URL Access function calls.  URL Access allows file:, http:, and ftp: based URLs.
  44177. MacFileSigning APIs allow the signing and verification of files using digital certificates.  It is possible to specify which portions of files are to be used to calculate the signature.
  44178. Any software using these libraries for the purpose of encryption will need to submit an application for one-time approval with the NSA/Commerce Department.
  44179. Applications:
  44180. Documents:
  44181. Examples:
  44182. Includes:
  44183. Libraries:
  44184. README
  44185. Security README
  44186. to System Folder:
  44187. to System Folder 8.5.1:
  44188. Utilities:K
  44189. Dec 99M
  44190. MacOS9, Power PC.N0Keychain, URL Access, Cryptography, File SigningO8Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Security SDK:P@Dev.CD Apr 00 SDK1
  44191.  - Development Kits
  44192.  - Mac OS
  44193.  - Security SDKres
  44194. textres
  44195. texture
  44196. texture
  44197. sample
  44198. lders in the Finder.
  44199. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  44200. ot/ppp
  44201. ot/ppp's
  44202. otgetendpointinfo
  44203. other`
  44204. otherresinfo-mungede
  44205. rce, XCMD, AppleScript's scpt, FKEY and any other type of code resource that can be supported bB
  44206. y adding a glue CNVT code resource.
  44207. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  44208. 66434X
  44209. 1e    No Change
  44210. orm when no records are found such as...
  44211.     display dialog "Sorry, the item you selected could not be found."
  44212.     return
  44213. end try
  44214. All Packages
  44215. System 7.5 Update 1.0O
  44216. Dev.CD Jul 95P
  44217. Dev.CD Jul 9V
  44218. 65954X
  44219. Dev.CD May 00 TC:Sample Code:P
  44220. Dev.CD May 00 TC
  44221.  - Sample CodeV
  44222. 67853X
  44223. May 00^
  44224. r--set theItem to choose file -- uncomment to test in an AS editor
  44225.     tell application "Finder"
  44226.         open item "Dev.CD May 00 TC:Sample Code:"
  44227.         activate
  44228.     end tell
  44229. on error errMsg number errNum
  44230.     --enter statements to perform when no records are found such as...
  44231.     display dialog "Sorry, the item you selected could not be found."
  44232.     return
  44233. end try
  44234. Movedf"quicktime jpeg compress decompressq
  44235. Dev.CD May 00 TC
  44236. D!All Packages
  44237. Tool Chest Edition
  44238. JSaverI
  44239. JSaver is a Screen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  44240. JManager APIs
  44241. Fat CFM code resources
  44242. JavaJ
  44243. Sample Code.imgK
  44244. Aug 97MNAfter Dark 3.0 or later,  Mac OS Runtime for Java (http://applejava.apple.com)N
  44245. java, cfm, after dark, wombatO
  44246. Dev.CD May 00 TC:Sample Code:P
  44247. Dev.CD May 00 TC
  44248.  - Sample CodeV
  44249. 67854X
  44250. May 00^
  44251. #sk 1
  44252. framework
  44253. screen
  44254. functione
  44255. function
  44256. index
  44257. function
  44258. keyse
  44259. functions
  44260. gamepad
  44261. games
  44262. games
  44263. sprockets
  44264. sprite
  44265. blitters
  44266. drawsprocket
  44267. moofwars
  44268. gaming
  44269. gamma
  44270. gatewayS
  44271. generator
  44272. gestalt
  44273. gestalt
  44274. manager
  44275. gestalt
  44276. selector
  44277. codes
  44278. getenetaddrdirect
  44279. getenetaddrdirect
  44280. getnextevent
  44281. getnextevent
  44282. waitnextevent
  44283. filter
  44284. helper
  44285. cardbus
  44286. ibook
  44287. imaging
  44288. index
  44289. plist
  44290. information
  44291. information
  44292. property
  44293. input
  44294. inputsprocket
  44295. interleaving
  44296. international
  44297. internationalizationy
  44298. internet
  44299. gatewayS
  44300. items
  44301. patch
  44302. keyboardU
  44303. keyboard
  44304. keyse
  44305. kibitz
  44306. language
  44307. csmp-digest-v3-077
  44308. csmp-digest-v3-078
  44309. csmp-digest-v3-079
  44310. csmp-digest-v3-080
  44311. csmp-digest-v3-081
  44312. csmp-digest-v3-082
  44313. csmp-digest-v3-083
  44314. csmp-digest-v3-084
  44315. csmp-digest-v3-085
  44316. csmp-digest-v3-086
  44317. csmp-digest-v3-087
  44318. csmp-digest-v3-088
  44319. csmp-digest-v3-089
  44320. csmp-digest-v3-090
  44321. csmp-digest-v3-091
  44322. csmp-digest-v3-092
  44323. csmp-digest-v3-093
  44324. csmp-digest-v3-094
  44325. csmp-digest-v3-095
  44326. csmp-digest-v3-096
  44327. csmp-digest-v3-097
  44328. csmp-digest-v3-098
  44329. csmp-digest-v3-099
  44330. csmp-digest-v3-100
  44331. csmp-digest-v3-101
  44332. csmp-digest-v3-102
  44333. csmp-digest-v3-103
  44334. csmp-digest-v3-104
  44335. csmp-digest-v3-105
  44336. csmp-digest-v3-106
  44337. csmp-digest-v3-107
  44338. csmp-digest-v3-108
  44339. csmp-digest-v3-109
  44340. csmp-digest-v3-110
  44341. csmp-digest-v3-111
  44342. csmp-digest-v3-112
  44343. csmp-digest-v3-113
  44344. csmp-digest-v3-114
  44345. csmp-digest-v3-115
  44346. csmp-digest-v3-116
  44347. csmp-digest-v3-117
  44348. csmp-digest-v3-118
  44349. csmp-digest-v3-119
  44350. csmp-digest-v3-120
  44351. csmp-digest-v3-121
  44352. This release of the Keychain focuses on password storage and retrieval only.  It allows for the secure storage of small amounts of data associated with a particular user identity. It's designed to provide a safe repository for a user's passwords, cryptographic keys, and other sensitive data. This will be an SDK release.
  44353. The Keychain application provides the primary interface for users to view, edit, and add certain basic kinds of objects to the keychain, as well as locking or unlocking th
  44354. e keychain. 
  44355. - Keychain Administration: Lock/unlock, identify, create, and set passphrases
  44356. - Keychain Object editing: Add, create, securely store, and remove types of objects
  44357. Hardware supported: 
  44358. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  44359. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  44360. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  44361.   iMac
  44362.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  44363.   G3/266,20th Anniversay Mac
  44364. QOUDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:P]Dev.CD May 98 TC
  44365.  - Programs & Marketing
  44366.  - Market & Distribution Guides
  44367.  - Asia Market GuideV
  44368. 67618X
  44369. May 98^
  44370. --set theItem to choose file -- uncomment to test in an AS editor
  44371.     tell application "Finder"
  44372.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:"
  44373.         activate
  44374.     end tell
  44375. on error errMsg number errNum
  44376.     --enter statements to perform when no records are found such as...
  44377.     display dialog "Sorry, the item you selected could not be found."
  44378.     return
  44379. end try
  44380. e    No Changeq
  44381. Dev.CD May 98 TC
  44382. Async driver testerI
  44383. A simple utility to test if a driver support asynchronous reads
  44384. Shows how to walk the driver table and relate a volume to a disk driver.J
  44385. Sample Code.imgK
  44386. Aug 97N&async, asynchronous, driver unit tableO
  44387. Dev.CD May 00 TC:Sample Code:P
  44388. Dev.CD May 00 TC
  44389.  - Sample CodeV
  44390. 67619X
  44391. 1le CodeV
  44392. 67619X
  44393. 1e    No Change
  44394. Snapshot Sample is a tiny application that shows how to grab the icon positions for all the files on the desktop and later restore those icon positions.  This is useful for programs, like games, that switch resolutions on the fly, thereby causing havoc for the user
  44395. s desktop icons.
  44396. JORead Me About Snapshot Sample
  44397. Snapshot Sample
  44398. SnapshotSample.c
  44399. SnapshotSample.
  44400. Feb 97L
  44401. Dec 97N
  44402. grab icon desktopO=Dev.CD May 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:PEDev.CD May 00 TC
  44403.  - Tool Chest
  44404.  - OS Utilities
  44405.  - SnapshotSample1.0b4
  44406. icons
  44407. iconutilspriv
  44408. iconutilspriv
  44409. ideas
  44410. ideas
  44411. opportunities
  44412. ideas
  44413. toolkit
  44414. identifycd
  44415. idletasks
  44416. idletasks
  44417. distributors/localiz
  44418. im-telephony
  44419. imageg
  44420. images
  44421. based
  44422. components
  44423. composersj
  44424. Feb 98L
  44425. Apr 99M
  44426. Acrobat Reader 3.0N
  44427. WebObjects, Categories, PosersO/Dev.CD Apr 00 SDK1:Interactive Media Resources:P1Dev.CD Apr 00 SDK1
  44428.  - Interactive Media ResourcesV
  44429. 68746X
  44430. Apr 00^
  44431. --set theItem to choose file -- uncomment to test in an AS editor
  44432.     tell application "Finder"
  44433.         open item "Dev.CD Apr 00 SDK1:Interactive Media Resources:"
  44434.         activate
  44435.     end tell
  44436. on error errMsg number errNum
  44437.     --enter statements to perform when no records are found such as...
  44438.     display dialog "Sorry, the item you selected could not be found."
  44439.     return
  44440. end try
  44441. e    No Changef
  44442. WebObjects
  44443. Categories
  44444. Posersq
  44445. Dev.CD Apr 00 SDK1
  44446. :D!All Packages
  44447. Mac OS SDK Edition
  44448. WebObjects Database Part II
  44449. allows
  44450. navigate
  44451. transition@
  44452. using
  44453. what's@
  44454. written@
  44455. 03-information
  44456. registrati
  44457. 1.4.2@
  44458. about@
  44459. aegizmos
  44460. 1.4.2@
  44461. apple
  44462. directions
  44463. 03/96@
  44464. apple
  44465. standardsw
  44466. use a preliminary, incomplete, version of the scsi.h header file. Some editing will be needed when the Universal Header version is released.
  44467. The snippets cannot be compiled as native Power Macintosh applications. Some have received minimal testing under Power Macintosh.
  44468. Sample Code.imgK
  44469. Aug 94N
  44470. SCSI Manager 4.3O
  44471. Dev.CD May 00 TC:Sample Code:P
  44472. Dev.CD May 00 TC
  44473.  - Sample Codeusb
  44474. driver
  44475. software
  44476. locator
  44477. useful
  44478. useful
  44479. addmenu
  44480. script
  44481. manual
  44482. user's
  44483. usersy
  44484. userstartup
  44485. userstartup
  44486. goodies
  44487. using
  44488. using
  44489. quicktime
  44490. conferencing
  44491. utilities
  44492. utility
  44493. v1.5.2
  44494. v1.5.3
  44495. validator
  44496. validator
  44497. validator
  44498. documentation
  44499. validator
  44500. documentation
  44501. variable
  44502. variables
  44503. version
  44504. version
  44505. history
  44506. version
  44507. history
  44508. Dev.CD Apr 9V
  44509. 68582X
  44510. Apr 93
  44511. b--set theItem to choose file -- uncomment to test in an AS editor
  44512.     tell application "Finder"
  44513.         open item "Dev.CD Apr 93"
  44514.         activate
  44515.     end tell
  44516. on error errMsg number errNum
  44517.     --enter statements to perform when no records are found such as...
  44518.     display dialog "Sorry, the item you selected could not be found."
  44519.     return
  44520. end try
  44521. All Packages
  44522. System Enabler 111 (PB 160/180)O
  44523. Dev.CD Apr 93P
  44524. Dev.CD Apr 9V
  44525. 68583X
  44526. Apr 93
  44527. b--set theItem to choose file -- uncomment to test in an AS editor
  44528.     tell application "Finder"
  44529.         open item "Dev.CD Apr 93"
  44530.         activate
  44531.     end tell
  44532. on error errMsg number errNum
  44533.     --enter statements to perform when no records are found such as...
  44534.     display dialog "Sorry, the item you selected could not be found."
  44535.     return
  44536. end try
  44537. All Packages
  44538. System Enabler 111 (PB 160/180)O
  44539. Dev.CD Apr 93P
  44540. Dev.CD Apr 9V
  44541. 68584X
  44542. Apr 93
  44543. an 96 SDK1V
  44544. 64416X
  44545. information
  44546. init]
  44547. initprojector
  44548. inputdialog
  44549. inputdialog
  44550. inputsprocket
  44551. inputsprocket
  44552. inputsprocket
  44553. extension
  44554. inputsprocket
  44555. inputsprocket
  44556. release
  44557. notes
  44558. inputsprocket
  44559. installX
  44560. install
  44561. install
  44562. english
  44563. install
  44564. francais
  44565. install
  44566. install
  44567. install
  44568. install
  44569. install
  44570. install
  44571. install
  44572. install
  44573. install
  44574. install
  44575. install
  44576. install
  44577. install
  44578. ry, the item you selected could not be found."
  44579.     return
  44580. end try
  44581. e    No Changef!open transport
  44582. rawipq
  44583. Dev.CD May 00 TC
  44584. GD!All Packages
  44585. Tool Chest Edition
  44586. OTSimpleDownloadHTTPrn
  44587. end try
  44588. All Packages
  44589. System 7 Tune-UpV
  44590. 62225X
  44591. 67935X
  44592. May 00^
  44593. --set theItem to choose file -- uncomment to test in an AS editor
  44594.     tell application "Finder"
  44595.         open item "Dev.CD May 00 TC:What's New?:Sample Code:Processes:MPPeriodicalTest:"
  44596.         activate
  44597.     end tell
  44598. on error errMsg number errNum
  44599.     --enter statements to perform when no records are found such as...
  44600.     display dialog "Sorry, the item you selected could not be found."
  44601.     return
  44602. end try
  44603. e    No Changef
  44604. MultiTasking
  44605. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  44606. Dev.CD May 00 TC
  44607. D!All Packages
  44608. Tool Chest Edition
  44609. MPW etc.
  44610.      screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.J
  44611. Debug Extensions
  44612. DrawSprocket 1.7.pdf
  44613. DrawSprocket Read Me
  44614. DrawSprocket Release Notes
  44615. DrawSprocketLib
  44616. DSp Debugging Tips
  44617. Interfaces&Libraries
  44618. Licensing Info folderL
  44619. May 00:What's New?:Development Kits:Mac OS:DrawSprocket SDK:V
  44620. 66521X
  44621. 1e    No Change
  44622. cess. 
  44623. 67789X
  44624. Apr 00^
  44625. --set theItem to choose file -- uncomment to test in an AS editor
  44626.     tell application "Finder"
  44627.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:"
  44628.         activate
  44629.     end tell
  44630. on error errMsg number errNum
  44631.     --enter statements to perform when no records are found such as...
  44632.     display dialog "Sorry, the item you selected could